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.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass
index 3ca97cad4c..2870388dfb 100644
--- a/meta/classes/qemuboot.bbclass
+++ b/meta/classes/qemuboot.bbclass
@@ -64,6 +64,9 @@ QB_DEFAULT_FSTYPE ?= "ext4"
64QB_OPT_APPEND ?= "-show-cursor" 64QB_OPT_APPEND ?= "-show-cursor"
65QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" 65QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@"
66 66
67# This should be kept align with ROOT_VM
68QB_DRIVE_TYPE ?= "/dev/sd"
69
67# Create qemuboot.conf 70# Create qemuboot.conf
68addtask do_write_qemuboot_conf after do_rootfs before do_image 71addtask do_write_qemuboot_conf after do_rootfs before do_image
69IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete" 72IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete"