When we try to build an image of yocto including the necesary libraries (Opencv, mysql) included in meta-oe layer, recive that error NOTE: package core-image-sato-1.0-r0: task do_bootimg: Started ERROR: Function failed: build_hddimg (see /home/yocto/poky/build/tmp/work/esdc2012-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.5229 for further information) ERROR: Logfile of failure stored in: /home/yocto/poky/build/tmp/work/esdc2012-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.5229 Log data follows: | ERROR: Function failed: build_hddimg (see /home/yocto/poky/build/tmp/work/esdc2012-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.5229 for further information) | install: cannot stat `/home/yocto/poky/build/tmp/sysroots/esdc2012/kernel/bzImage': No such file or directory NOTE: package core-image-sato-1.0-r0: task do_bootimg: Failed ERROR: Task 9 (/home/yocto/poky/meta/recipes-sato/images/core-image-sato.bb, do_bootimg) failed with exit code '1' NOTE: Tasks Summary: Attempted 5541 tasks of which 5532 didn't need to be rerun and 1 failed. Summary: 1 task failed: /home/yocto/poky/meta/recipes-sato/images/core-image-sato.bb, do_bootimg Summary: There were 3 WARNING messages shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
NOTE: package core-image-sato-1.0-r0: task do_bootimg: StartedERROR: Function failed: build_hddimg (see /home/yocto/poky/build/tmp/work/esdc2012-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.5229 for further information)ERROR: Logfile of failure stored in: /home/yocto/poky/build/tmp/work/esdc2012-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.5229Log data follows:| ERROR: Function failed: build_hddimg (see /home/yocto/poky/build/tmp/work/esdc2012-poky-linux/core-image-sato-1.0-r0/temp/log.do_bootimg.5229 for further information)| install: cannot stat `/home/yocto/poky/build/tmp/sysroots/esdc2012/kernel/bzImage': No such file or directoryNOTE: package core-image-sato-1.0-r0: task do_bootimg: FailedERROR: Task 9 (/home/yocto/poky/meta/recipes-sato/images/core-image-sato.bb, do_bootimg) failed with exit code '1'NOTE: Tasks Summary: Attempted 5541 tasks of which 5532 didn't need to be rerun and 1 failed.
Summary: 1 task failed: /home/yocto/poky/meta/recipes-sato/images/core-image-sato.bb, do_bootimgSummary: There were 3 WARNING messages shown.Summary: There was 1 ERROR message shown, returning a non-zero exit code.
thats the content of the log file...
def do_bootimg(d):
if d.getVar("PCBIOS", True) == "1":
bb.build.exec_func('build_syslinux_cfg', d)
if d.getVar("EFI", True) == "1":
bb.build.exec_func('build_grub_cfg', d)
bb.build.exec_func('build_hddimg', d)
bb.build.exec_func('build_iso', d)
do_bootimg(d)
and the compiation failure, some suggest???
regards


