kernel image package missing after upgrading QorIQ SDK to ver 1.2.1

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

kernel image package missing after upgrading QorIQ SDK to ver 1.2.1

1,109 Views
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

Labels (1)
0 Kudos
2 Replies

775 Views
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 Kudos

775 Views
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 Kudos