]> code.ossystems Code Review - openembedded-core.git/commit
image_types_wic: add do_image_wic before do_image_complete
authorMing Liu <liu.ming50@gmail.com>
Fri, 20 Apr 2018 07:32:56 +0000 (09:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:03:26 +0000 (10:03 +0100)
commita57bd44915f4900c9ea936497add302e95a4a08c
tree1f68beac0d0f6efda330ab6cc8f32d2fbb048da5
parent1cf954d44566022f1be3186877c268b695b4a7ab
image_types_wic: add do_image_wic before do_image_complete

We have some tasks depending on image's do_image_complete task, and we
are also using WKS files to generate partitioned images, but now there
is lacking a inter dependency between do_image_wic and
do_image_complete, so we have to depend on both of them.

Fixed by adding the dependency.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/image_types_wic.bbclass