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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,834 次查看
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 项奖励
回复
1 解答
761 次查看
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 项奖励
回复
1 回复
762 次查看
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 项奖励
回复