diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image_types_wic.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass index dcf620cee0..5b40a9e919 100644 --- a/meta/classes/image_types_wic.bbclass +++ b/meta/classes/image_types_wic.bbclass | |||
@@ -102,6 +102,7 @@ python () { | |||
102 | # a variable and let the metadata deal with the deps. | 102 | # a variable and let the metadata deal with the deps. |
103 | d.setVar('_WKS_TEMPLATE', body) | 103 | d.setVar('_WKS_TEMPLATE', body) |
104 | bb.build.addtask('do_write_wks_template', 'do_image_wic', None, d) | 104 | bb.build.addtask('do_write_wks_template', 'do_image_wic', None, d) |
105 | bb.build.addtask('do_image_wic', 'do_image_complete', None, d) | ||
105 | } | 106 | } |
106 | 107 | ||
107 | # | 108 | # |