diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-29 15:13:52 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:25 +0100 |
commit | 23ae622a69d174216461d9570945e21a8aa865ff (patch) | |
tree | d6ae5d40f029267663ffe266fb15d5143950b741 /meta/recipes-kernel/libpfm | |
parent | c7ab9f3ca15f7067e637f8e981b74dc05d7a9a55 (diff) | |
download | poky-23ae622a69d174216461d9570945e21a8aa865ff.tar.gz |
classes/populate_sdk_ext: exclude initramfs images from locked signatures
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].
(From OE-Core rev: a7133bf6bb650b944d29d01129f36a56282acd2b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/libpfm')
0 files changed, 0 insertions, 0 deletions