]> 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, 4 May 2018 08:54:58 +0000 (09:54 +0100)
commite3a25f06f2cde701415f4130a43c9b3895d42f10
tree7966d492baff876b82de2eefe547e9db44f9098b
parent43dc32aa00c87f62dcf9a857d4e32469ce27c9e9
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