diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/qemuboot.bbclass | 3 |
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" | |||
64 | QB_OPT_APPEND ?= "-show-cursor" | 64 | QB_OPT_APPEND ?= "-show-cursor" |
65 | QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" | 65 | QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" |
66 | 66 | ||
67 | # This should be kept align with ROOT_VM | ||
68 | QB_DRIVE_TYPE ?= "/dev/sd" | ||
69 | |||
67 | # Create qemuboot.conf | 70 | # Create qemuboot.conf |
68 | addtask do_write_qemuboot_conf after do_rootfs before do_image | 71 | addtask do_write_qemuboot_conf after do_rootfs before do_image |
69 | IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete" | 72 | IMGDEPLOYDIR ?= "${WORKDIR}/deploy-${PN}-image-complete" |