summaryrefslogtreecommitdiffstats
path: root/meta/classes/image_types_wic.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image_types_wic.bbclass')
-rw-r--r--meta/classes/image_types_wic.bbclass3
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"
43WKS_FILE_DEPENDS ??= '' 43WKS_FILE_DEPENDS ??= ''
44DEPENDS += "${@ '${WKS_FILE_DEPENDS}' if d.getVar('USING_WIC') else '' }" 44DEPENDS += "${@ '${WKS_FILE_DEPENDS}' if d.getVar('USING_WIC') else '' }"
45 45
46# We ensure all artfacts are deployed (e.g virtual/bootloader)
47do_image_wic[recrdeptask] += "do_deploy"
48
46python do_write_wks_template () { 49python 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