summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image_types_wic.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass
index f6c8d8995e..ae00acc5ea 100644
--- a/meta/classes/image_types_wic.bbclass
+++ b/meta/classes/image_types_wic.bbclass
@@ -151,7 +151,7 @@ python do_rootfs_wicenv () {
151 depdir = d.getVar('IMGDEPLOYDIR') 151 depdir = d.getVar('IMGDEPLOYDIR')
152 bb.utils.copyfile(os.path.join(outdir, basename) + '.env', os.path.join(depdir, basename) + '.env') 152 bb.utils.copyfile(os.path.join(outdir, basename) + '.env', os.path.join(depdir, basename) + '.env')
153} 153}
154addtask do_flush_pseudodb after do_image before do_image_wic 154addtask do_flush_pseudodb after do_rootfs before do_image do_image_qa
155addtask do_rootfs_wicenv after do_image before do_image_wic 155addtask do_rootfs_wicenv after do_image before do_image_wic
156do_rootfs_wicenv[vardeps] += "${WICVARS}" 156do_rootfs_wicenv[vardeps] += "${WICVARS}"
157do_rootfs_wicenv[prefuncs] = 'set_image_size' 157do_rootfs_wicenv[prefuncs] = 'set_image_size'