silmerusse / meta-robomind

OpenEmbedded/Yocto BSP layer for Robomind distro
MIT License
0 stars 0 forks source link

u-boot-imx_2009.08.bb fails #1

Open imbens opened 10 years ago

imbens commented 10 years ago

bitbake robomind-image-core fails with:

ERROR: Function failed: do_compile (see /home/pi/fsl-community-bsp/build/tmp/work/marsboard-poky-linux-gnueabi/u-boot-imx/2009.08-r16/temp/log.do_compile.9631 for further information) ERROR: Logfile of failure stored in: /home/pi/fsl-community-bsp/build/tmp/work/marsboard-poky-linux-gnueabi/u-boot-imx/2009.08-r16/temp/log.do_compile.9631 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: make -j 4 CROSS_COMPILE=arm-poky-linux-gnueabi- CC=arm-poky-linux-gnueabi-gcc --sysroot=/home/pi/fsl-community-bsp/build/tmp/sysroots/marsboard HOSTSTRIP=true mx6qsabresd | make: *\ No rule to make target `mx6qsabresd'. Stop. | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (see /home/pi/fsl-community-bsp/build/tmp/work/marsboard-poky-linux-gnueabi/u-boot-imx/2009.08-r16/temp/log.do_compile.9631 for further information) ERROR: Task 74 (/home/pi/fsl-community-bsp/sources/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb, do_compile) failed with exit code '1'

imbens commented 10 years ago

Ok, in conf/marsboard.conf, I changed:

UBOOT_MACHINE = "mx6q_sabresd_config"

UBOOT_MACHINE = "mx6qsabresd" to UBOOT_MACHINE = "mx6q_sabresd_config"

UBOOT_MACHINE = "mx6qsabresd"

and now bitbake is continuing