diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/image_types_wic.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass index 68f251cfd0..2fa4258283 100644 --- a/meta/classes/image_types_wic.bbclass +++ b/meta/classes/image_types_wic.bbclass | |||
@@ -43,6 +43,9 @@ do_image_wic[depends] += "wic-tools:do_populate_sysroot" | |||
43 | WKS_FILE_DEPENDS ??= '' | 43 | WKS_FILE_DEPENDS ??= '' |
44 | DEPENDS += "${@ '${WKS_FILE_DEPENDS}' if d.getVar('USING_WIC') else '' }" | 44 | DEPENDS += "${@ '${WKS_FILE_DEPENDS}' if d.getVar('USING_WIC') else '' }" |
45 | 45 | ||
46 | # We ensure all artfacts are deployed (e.g virtual/bootloader) | ||
47 | do_image_wic[recrdeptask] += "do_deploy" | ||
48 | |||
46 | python do_write_wks_template () { | 49 | python do_write_wks_template () { |
47 | """Write out expanded template contents to WKS_FULL_PATH.""" | 50 | """Write out expanded template contents to WKS_FULL_PATH.""" |
48 | import re | 51 | import re |