'bitbake fsl-image-full' build error with SDK-V1.3.2 on Ubuntu 10.04

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

'bitbake fsl-image-full' build error with SDK-V1.3.2 on Ubuntu 10.04

Jump to solution
2,673 Views
John_Kaz
NXP Employee
NXP Employee

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)

0 Kudos
1 Solution
600 Views
John_Kaz
NXP Employee
NXP Employee

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.

View solution in original post

0 Kudos
1 Reply
601 Views
John_Kaz
NXP Employee
NXP Employee

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.

0 Kudos