On Mon, Mar 10, 2014 at 7:55 AM, Tarek El-Sherbiny <[email protected]> wrote: > 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?
Please use master for non-bleeding-edged development. master-next is more a test bed and we cannot assume everything there is ready to merge. Eventually things are dropped there and like. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
