diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-29 15:13:51 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:24 +0100 |
commit | c7ab9f3ca15f7067e637f8e981b74dc05d7a9a55 (patch) | |
tree | 8f0cd5543685e8d35f2595441830d5bf43e1870a /meta/classes/gnome.bbclass | |
parent | 1063622cc6cd6132ede94449954d23ad85028620 (diff) | |
download | poky-c7ab9f3ca15f7067e637f8e981b74dc05d7a9a55.tar.gz |
classes/populate_sdk_ext: ensure tasks to build the image are included
If you build an extensible SDK for an image and IMAGE_FSTYPES includes
"live" then the extensible SDK will fail to install with a bunch of
unexpected task execution errors, matching the missing items required to
build the live image. The issue was we were still depending on do_rootfs
rather than do_image_complete. The fix was slightly more complicated
than just changing the task name as do_image_complete's dependencies are
in the form of dependencies on tasks within the same recipe (represented
in the "deps" varflag rather than the "depends" varflag).
Fixes [YOCTO #9826].
(From OE-Core rev: 2b9c092e89b421bf7fd6a7c9604a83ae420d85ba)
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/classes/gnome.bbclass')
0 files changed, 0 insertions, 0 deletions