diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-29 14:38:57 +1200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-29 15:13:00 +1200 |
commit | aa9884cb82fc31f73b9f37907a59fdd106338b08 (patch) | |
tree | e5b9a9e2a90a3115caea056119edfcb6569dfb03 /meta/recipes-kernel | |
parent | ee31a5dbc1f2fe6e7d8e459865c18d6c0f4267d8 (diff) | |
download | openembedded-core-contrib-paule/esdk-initramfs-fixes.tar.gz |
classes/populate_sdk_ext: exclude initramfs images from locked signaturespaule/esdk-initramfs-fixes
Tasks for image recipes cannot be locked - there's nothing to restore
from shared state to cover them and as a result, if you had "live" in
IMAGE_FSTYPES the build would fail with "taskhash mismatch" errors for
do_rootfs and do_image_complete for the initramfs image recipe, since it
had to try to run those. We should probably catch that issue earlier in
the build and produce a proper error, but for now at least exclude these
signatures from the locked-sigs.inc file so that extensible SDK
installers built when IMAGE_FSTYPES includes "live". (It turned out we
already had code to find other image tasks in the task list in order to
generate the list of install targets.)
Follow-up fix for [YOCTO #9826].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions