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.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass
index 3e98959ed1..ec6c14d4e6 100644
--- a/meta/classes/image_types_wic.bbclass
+++ b/meta/classes/image_types_wic.bbclass
@@ -41,11 +41,6 @@ WKS_FILE_CHECKSUM = "${@'${WKS_FULL_PATH}:%s' % os.path.exists('${WKS_FULL_PATH}
41do_image_wic[file-checksums] += "${WKS_FILE_CHECKSUM}" 41do_image_wic[file-checksums] += "${WKS_FILE_CHECKSUM}"
42do_image_wic[depends] += "wic-tools:do_build" 42do_image_wic[depends] += "wic-tools:do_build"
43 43
44python () {
45 if d.getVar('USING_WIC') and 'do_bootimg' in d:
46 bb.build.addtask('do_image_wic', '', 'do_bootimg', d)
47}
48
49python do_write_wks_template () { 44python do_write_wks_template () {
50 """Write out expanded template contents to WKS_FULL_PATH.""" 45 """Write out expanded template contents to WKS_FULL_PATH."""
51 import re 46 import re