]> 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>
Fri, 15 Jun 2018 10:37:46 +0000 (11:37 +0100)
commita2f8f3d3ed92898c71c68dbfe27523e77e604af9
tree036f31c05108a4b53379ea4a79026fcae00bab33
parentdf755db584d3a17505700965591eccb68695d00d
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.

(From OE-Core rev: e3a25f06f2cde701415f4130a43c9b3895d42f10)

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/image_types_wic.bbclass