Has anyone else seen the following errror and if so what was the resolution? I submitted an SR but still waiting for a response.
NOTE: Running task 4274 of 4275 (ID: 8, /home/john/QorIQ-SDK-V1.3.2-20130325-yocto/meta-fsl-ppc-private/images/fsl-image-full.bb, do_rootfs)
NOTE: package fsl-image-full-1.0-r5.10: task do_rootfs: Started
ERROR: Function failed: do_rootfs (see /home/john/QorIQ-SDK-V1.3.2-20130325-yocto/build_p4080ds_release/tmp/work/p4080ds-fsl-linux/fsl-image-full-1.0-r5.10/temp/log.do_rootfs.25981 for further information)
ERROR: Logfile of failure stored in: /home/john/QorIQ-SDK-V1.3.2-20130325-yocto/build_p4080ds_release/tmp/work/p4080ds-fsl-linux/fsl-image-full-1.0-r5.10/temp/log.do_rootfs.25981
Log data follows:
Logfile do_rootfs.25981:
gconf-dev ERROR: Function failed: do_rootfs (see /home/vasu/QorIQ-SDK-V1.3.2-20130325-yocto/build_p4080ds_release/tmp/work/p4080ds-fsl-linux/fsl-image-full-1.0-r5.10/temp/log.do_rootfs.25981 for further information)
解決済! 解決策の投稿を見る。
The cause of the error is due to the following line in the local.conf file:
EXTRA_IMAGE_FEATURES = "debug-tweaks dbg-pkgs dev-pkgs tools-sdk tools-debug tools-profile"
The culprit is “dev-pkgs” which generates the do_rootfs error. Thus when this is removed no error is generated. The SR is looking as to why this causes an error.
The cause of the error is due to the following line in the local.conf file:
EXTRA_IMAGE_FEATURES = "debug-tweaks dbg-pkgs dev-pkgs tools-sdk tools-debug tools-profile"
The culprit is “dev-pkgs” which generates the do_rootfs error. Thus when this is removed no error is generated. The SR is looking as to why this causes an error.