summaryrefslogtreecommitdiffstats
path: root/meta/classes/qemuboot.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
-rw-r--r--meta/classes/qemuboot.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass
index 4162c4e790..d8f62ef6ea 100644
--- a/meta/classes/qemuboot.bbclass
+++ b/meta/classes/qemuboot.bbclass
@@ -86,6 +86,8 @@ QB_ROOTFS_EXTRA_OPT ?= ""
86# This should be kept align with ROOT_VM 86# This should be kept align with ROOT_VM
87QB_DRIVE_TYPE ?= "/dev/sd" 87QB_DRIVE_TYPE ?= "/dev/sd"
88 88
89inherit image-artifact-names
90
89# Create qemuboot.conf 91# Create qemuboot.conf
90addtask do_write_qemuboot_conf after do_rootfs before do_image 92addtask do_write_qemuboot_conf after do_rootfs before do_image
91 93