[oe-commits] [openembedded-core] 47/73: image_types_wic: add do_image_wic before do_image_complete

git at git.openembedded.org git at git.openembedded.org
Thu May 3 13:00:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 82e1177d81d13bb54fbcad3db65e59088136b39c
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Fri Apr 20 09:32:56 2018 +0200

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/image_types_wic.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass
index dcf620c..5b40a9e 100644
--- a/meta/classes/image_types_wic.bbclass
+++ b/meta/classes/image_types_wic.bbclass
@@ -102,6 +102,7 @@ python () {
                 # a variable and let the metadata deal with the deps.
                 d.setVar('_WKS_TEMPLATE', body)
                 bb.build.addtask('do_write_wks_template', 'do_image_wic', None, d)
+        bb.build.addtask('do_image_wic', 'do_image_complete', None, d)
 }
 
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list