kernel image package missing after upgrading QorIQ SDK to ver 1.2.1

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

kernel image package missing after upgrading QorIQ SDK to ver 1.2.1

1,846件の閲覧回数
lukaszbartnik
Contributor I

Just recently I've upgraded the SDK from 1.2 to 1.2.1. I've re-run the building steps (bitbake u-boot, virtual-kernel and rcw) and when I try to build fsl-image-core I get the following error:

error: Failed dependencies:

        kernel-image-3.0.34-rt55-02404-g1a39570 is needed by qoriq-debug-git-r2.p4080ds

ERROR: Function 'do_rootfs' failed (see /home/lbartnik/QorIQ-SDK-V1.2/QorIQ-SDK-V1.2-20120614-yocto/build_p4080ds_release/tmp/work/p4080ds-fsl-linux/fsl-image-core-1.0-r1.1.3.3/temp/log.do_rootfs.25044 for further information)

I'm quite lost at the moment - is there anyone who knows what has happend to my SDK?

Cheers,

Łukasz Bartnik

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,512件の閲覧回数
pinghuaan-b3873
NXP Employee
NXP Employee

Before building fsl-image-core, try to run "bitbake -c cleanall qoriq-debug". i think it can fix this issue.

thanks

pinghua

0 件の賞賛
返信

1,512件の閲覧回数
mattsm
Contributor III

I think it's actually the reverse, qoriq-debug is looking for kernel-image which is not present. I'd also try 'bitbake -c cleansstate linux-qoriq-sdk' to rebuild linux.

Note: don't run cleanall one qoriq-debug as it will delete the source for qoriq-debug! Use cleansstate instead.

-M

0 件の賞賛
返信