Hi All, Build instructions:
~/$ mkdir yocto ~/$ cd yocto ~/yocto$ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master-next ~/yocto$ repo sync ~/yocto$ MACHINE=nitrogen6x . setup-environment build ~/yocto/build$ vi conf/local.conf ... added these two lines: PREFERRED_PROVIDER_virtual/kernel = "linux-boundary" PREFERRED_VERSION_linux-boundary = "3.10.17" ~/yocto/build$ bitbake fsl-image-gui Output: yocto/build$ bitbake fsl-image-gui Loading cache: 100% |##########################################################################################################| ETA: 00:00:00 Loaded 1800 entries from dependency cache. NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES '' ERROR: Required build target 'fsl-image-gui' has no buildable providers. Missing or unbuildable dependency chain was: ['fsl-image-gui', ''] Summary: There were 2 ERROR messages shown, returning a non-zero exit code. What is going wrong? Thanks -- *Tarek*
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
