diff options
Diffstat (limited to 'meta/classes/image-vm.bbclass')
-rw-r--r-- | meta/classes/image-vm.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass index 28519c8af1..bc0503bfc0 100644 --- a/meta/classes/image-vm.bbclass +++ b/meta/classes/image-vm.bbclass | |||
@@ -7,14 +7,14 @@ LABELS_append = " ${SYSLINUX_LABELS} " | |||
7 | 7 | ||
8 | # need to define the dependency and the ROOTFS for directdisk | 8 | # need to define the dependency and the ROOTFS for directdisk |
9 | do_bootdirectdisk[depends] += "${PN}:do_rootfs" | 9 | do_bootdirectdisk[depends] += "${PN}:do_rootfs" |
10 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3" | 10 | ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext4" |
11 | 11 | ||
12 | # creating VM images relies on having a hddimg so ensure we inherit it here. | 12 | # creating VM images relies on having a hddimg so ensure we inherit it here. |
13 | inherit boot-directdisk | 13 | inherit boot-directdisk |
14 | 14 | ||
15 | IMAGE_TYPEDEP_vmdk = "ext3" | 15 | IMAGE_TYPEDEP_vmdk = "ext4" |
16 | IMAGE_TYPEDEP_vdi = "ext3" | 16 | IMAGE_TYPEDEP_vdi = "ext4" |
17 | IMAGE_TYPEDEP_qcow2 = "ext3" | 17 | IMAGE_TYPEDEP_qcow2 = "ext4" |
18 | IMAGE_TYPES_MASKED += "vmdk vdi qcow2" | 18 | IMAGE_TYPES_MASKED += "vmdk vdi qcow2" |
19 | 19 | ||
20 | create_vmdk_image () { | 20 | create_vmdk_image () { |