Build error while following Appendix A. Yocto Project Development manual


Jim Abernathy
 

I tried to duplicate the Yocto Project Decelopment Manual Appendix A build of a Crownbay NOEMGD image,  no changes just dulicate the instructions.  This is using the latest Yocto 1.1.  I did get a long way down the line, but had a fatal error in the last 2 steps.
 

The only change I had to make was related to A.5.2.4.  The commit string for the SRCREV_meta_pn was different on the git.yoctoproject.org/cgit/cgi for the Meta commit so I used what I found online.  The first section of 126 task completed without error. The next section of 4394 tasks failed on 4393.  Not sure if the error is obvious, but I wanted to run it by someone. Console error log below:

 NOTE: package core-image-sato-1.0-r0: task do_bootimg: Started
ERROR: Function 'build_boot_bin' failed (see /home/jim/poky/yocto-build/tmp/work/mymachine-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.31418 for further information)
ERROR: Logfile of failure stored in: /home/jim/poky/yocto-build/tmp/work/mymachine-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.31418
Log data follows:
| install: cannot stat `/home/jim/poky/yocto-build/tmp/sysroots/mymachine/kernel/bzImage': No such file or directory
| ERROR: Function 'build_boot_bin' failed (see /home/jim/poky/yocto-build/tmp/work/mymachine-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.31418 for further information)
NOTE: package core-image-sato-1.0-r0: task do_bootimg: Failed
ERROR: Task 9 (/home/jim/poky/meta/recipes-sato/images/
core-image-sato.bb, do_bootimg) failed with exit code '1'
ERROR: '/home/jim/poky/meta/recipes-sato/images/
core-image-sato.bb' failed
jim@jim-ubuntu-10:~/poky/yocto-build$

Join yocto@lists.yoctoproject.org to automatically receive all group messages.