I'm trying to build core-image-minimal for the 'wandboard-dual' machine from 
meta-fsl-arm extra (https://github.com/Freescale/meta-fsl-arm-extra).

The README for that layer states that it depends on 
git.openembedded.org/openembedded-core and git.yoctoproject.org/meta-fsl-arm, 
both at branch 'danny' and revision 'HEAD'.

So, my bblayers looks like:

LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBMASK = "udev_.*\.bbappend$" 

BBLAYERS ?= " \
  /media/SSD-RAID/poky-git/meta \
  /media/SSD-RAID/poky-git/meta-yocto \
  /media/SSD-RAID/poky-git/meta-yocto-bsp \
  /media/SSD-RAID/meta-fsl-arm-git \
  /media/SSD-RAID/meta-fsl-arm-extra-git \
  "

(The -git just reminds me that I'm using git repos!).

To (try and) make sure I have the correct branches I've run:

   git checkout origin/danny --- for meta-fsl-arm

and

   git checkout origin/master --- for meta-fsl-arm-extra

The dependencies listed in the README for origin/danny in meta-fsl-arm look to 
fit in with the above.

I've also selected a 'danny' branch within my 'poky' repo:

   git checkout danny-8.0.2

I've then built:

   bitbake core-image-minimal

However, I'm getting an error in u-boot-fslc:

ERROR: Function failed: do_compile (see 
/media/SSD-RAID/build-danny-wandboard/tmp/work/wandboard_dual-poky-linux-gnueabi/u-boot-fslc-v2012.10-r4/temp/log.do_compile.31641
 for further information)
ERROR: Logfile of failure stored in: 
/media/SSD-RAID/build-danny-wandboard/tmp/work/wandboard_dual-poky-linux-gnueabi/u-boot-fslc-v2012.10-r4/temp/log.do_compile.31641
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 16 CROSS_COMPILE=arm-poky-linux-gnueabi- 
CC=arm-poky-linux-gnueabi-gcc  
--sysroot=/media/SSD-RAID/build-danny-wandboard/tmp/sysroots/wandboard-dual 
wandboard_dl_config
| make: *** No rule to make target `wandboard_dl_config'.  Stop.
| make: *** [wandboard_dl_config] Error 1
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (see 
/media/SSD-RAID/build-danny-wandboard/tmp/work/wandboard_dual-poky-linux-gnueabi/u-boot-fslc-v2012.10-r4/temp/log.do_compile.31641
 for further information)
ERROR: Task 68 
(/media/SSD-RAID/meta-fsl-arm-git/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb, 
do_compile) failed with exit code '1'

Can anyone point out where I've gone wrong?

Chris Tapp

opensou...@keylevel.com
www.keylevel.com



_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to