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 09:55:30 +0100 |
commit | 1a961b4becf677c9eb07c5b24a8ddb75044663d1 (patch) | |
tree | 7a49e61777111d3c2a7d63787ca60cd24265ed95 /meta/classes/image-live.bbclass | |
parent | c488656825accf4543754cb712256a775d5a92e7 (diff) | |
download | openembedded-core-1a961b4becf677c9eb07c5b24a8ddb75044663d1.tar.gz openembedded-core-1a961b4becf677c9eb07c5b24a8ddb75044663d1.tar.bz2 openembedded-core-1a961b4becf677c9eb07c5b24a8ddb75044663d1.zip |
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.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/image-live.bbclass')
0 files changed, 0 insertions, 0 deletions