diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-10-12 14:47:16 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:43 +0100 |
commit | 65eb5144f5b4a3b642d349a292c89a8771799383 (patch) | |
tree | f5c52e9cb4b7c4b2d82a6a791d80bf70f0cd01ab /meta/recipes-support | |
parent | 1d3b825191ec244edfecfd96b4075c4c8d91b3cd (diff) | |
download | poky-65eb5144f5b4a3b642d349a292c89a8771799383.tar.gz |
image_types.bbclass: add dependency do_image_wic -> do_bootimg
To produce certain types of images wic uses do_bootimg results
to assemble final image. For example, it copies BOOT/EFI directory
produced by do_bootimg to boot partition for every EFI image.
The tricky part of this is that do_bootimg task is not always run,
so we can't always make do_image_wic depend on do_bootimg. We only
need to do it if do_bootimg present in task graph.
Thank to Cristopher Larson for this fix.
(From OE-Core rev: 1a961b4becf677c9eb07c5b24a8ddb75044663d1)
Signed-off-by: Ed Bartosh <ed.bartosh@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-support')
0 files changed, 0 insertions, 0 deletions