[meta-xilinx] AMP using Yocto meta-xilinx

Elvis Dowson elvis.dowson at gmail.com
Fri Nov 21 10:58:25 PST 2014


Hi Edward,

> On Nov 21, 2014, at 22:46, Edward Wingate <edwingate8 at gmail.com> wrote:
> 
> I should have clarified, I am trying to do
> this with Yocto, not Petalinux.  I saw those menu options in the ug978
> document, but I am under the impression that Yocto doesn't have that
> GUI to configure kernel options (please let me know if I'm wrong).
> Instead, the kernel config items are specified in a text file that I
> think is at meta-xilinx/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg.
> I am looking for the text file equivalents of those menu options.

Type the following command to clean and reconfigure the kernel:

bitbake linux-xilinx -c clean -f
bitbake linux-xilinx -c configure -f
bitbake linux-xilinx -c menuconfig -f
bitbake linux-xilinx -c compile -f
bitbake linux-xilinx -c deploy -f

Regards,

Elvis Dowson


More information about the meta-xilinx mailing list