]> code.ossystems Code Review - openembedded-core.git/commit
image_types_wic.bbclass: Ensure '-c image_wic' works
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 Jan 2018 16:56:19 +0000 (14:56 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jan 2018 08:43:36 +0000 (08:43 +0000)
commit6c32803432cd847ae81767afcfbe4b5db41b9672
tree23099ab8a1eb496f88d2986bd48ccbd7a1727469
parent32895152580152c6613a4d651ba1bcee9be9883f
image_types_wic.bbclass: Ensure '-c image_wic' works

The 'wic' image may use files which has been deployed (e.g in
do_deploy) for some partitions that may need to be copied in a
specific partition or filesystem (e.g a bootloader).

When using 'bitbake <image> -c image_wic', from a clean build, the
contents of do_deploy must also be available so we need to ensure all
do_deploy of the image dependencies has been complete.

Reported-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f387c28640cbb209b8a8ed5734b21c754d9f7663)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/image_types_wic.bbclass