Hello,
I ran bitbake last night for the i.MX6UL-EVK platform. The command was: bitbake core-image-base
The repository has been synched before the build.
I am following the steps in the document called: Freescale_Yocto_Project_User's_Guide.pdf
I have the following error:
| NOTE: make -j 8 imx6ul-14x14-evk.dtb
| make[3]: *** No rule to make target `arch/arm/boot/dts/imx6ul-14x14-evk.dtb'. Stop.
| make[2]: *** [imx6ul-14x14-evk.dtb] Error 2
| make[1]: *** [sub-make] Error 2
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at /home/mtoumi/yocto_base/fsl-release-bsp/build/tmp/work/imx6ulevk-poky-linux-gnueabi/linux-imx/3.14.28-r0/temp/log.do_install.29429)
ERROR: Task 71 (/home/xxxxx/yocto_base/fsl-release-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.14.28.bb, do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1428 tasks of which 1382 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/xxxxx/yocto_base/fsl-release-bsp/sources/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.14.28.bb, do_install
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
What's missing?