diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index d127c4f510..89589291fd 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -165,14 +165,14 @@
- This example specifies to boot a virtual machine image
- (.vmdk file).
- From the .vmdk,
+ This example specifies to boot a virtual machine
+ image (.wic.vmdk file).
+ From the .wic.vmdk,
runqemu determines the QEMU
architecture (MACHINE) to be
"qemux86" and the root filesystem type to be "vmdk".
- $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86.vmdk
+ $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86.wic.vmdk
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 11605608e7..f4905acd61 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -3000,8 +3000,7 @@
from autotools instead.
boot-directdisk:
- Merged into the
- image-vm
+ Merged into the image-vm
class.
The boot-directdisk class was rarely
directly used.
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 4dd67578c3..48468c7f89 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1286,14 +1286,15 @@
image_types must also appear in
IMAGE_CLASSES.
-
-
-
- image_types_uboot.bbclass
- The image_types_uboot class
- defines additional image types specifically for the U-Boot bootloader.
+ This class also handles conversion and compression of images.
+
+ To build a VMware VMDK image, you need to add "wic.vmdk" to
+ IMAGE_FSTYPES.
+ This would also be similar for Virtual Box Virtual Disk Image
+ ("vdi") and QEMU Copy On Write Version 2 ("qcow2") images.
+
@@ -1370,27 +1371,6 @@
-
- image-vm.bbclass
-
-
- The image-vm class supports building VM
- images.
-
-
-
-
- image-vmdk.bbclass
-
-
- The image-vmdk class supports building VMware
- VMDK images.
- Normally, you do not use this class directly.
- Instead, you add "vmdk" to
- IMAGE_FSTYPES.
-
-
-
insane.bbclass
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml
index 10c67ab529..2d23bbaabf 100644
--- a/documentation/ref-manual/ref-tasks.xml
+++ b/documentation/ref-manual/ref-tasks.xml
@@ -842,16 +842,6 @@
section in the Yocto Project Development Manual.
-
-
- do_vmdkimg
-
-
- Creates a .vmdk image for use with
- VMware
- and compatible virtual machine hosts.
-
-
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 8b1ca83938..6f8721199b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3989,14 +3989,14 @@
EFI_PROVIDER
- EFI_PROVIDER[doc] = "When building bootable images (i.e. where hddimg or vmdk is in IMAGE_FSTYPES), the EFI_PROVIDER variable specifies the EFI bootloader to use."
+ EFI_PROVIDER[doc] = "When building bootable images (i.e. where hddimg, iso, or live is in IMAGE_FSTYPES), the EFI_PROVIDER variable specifies the EFI bootloader to use."
When building bootable images (i.e. where
- hddimg or vmdk
- is in
+ hddimg, iso,
+ or vmdk is in
IMAGE_FSTYPES),
the EFI_PROVIDER variable specifies
the EFI bootloader to use.
@@ -6315,7 +6315,6 @@
jffs2
jffs2.sum
multiubi
- qcow2
squashfs
squashfs-lzo
squashfs-xz
@@ -6326,8 +6325,6 @@
tar.xz
ubi
ubifs
- vdi
- vmdk
wic
wic.bz2
wic.gz
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index a963268347..f0614d5d5b 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -1243,11 +1243,11 @@
runqemu qemux86-64 core-image-sato ext4
runqemu qemux86-64 wic-image-minimal wic
runqemu path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial
- runqemu qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs/cpio.gz...
+ runqemu qemux86 iso/hddimg/wic.vmdk/wic.qcow2/wic.vdi/ramfs/cpio.gz...
runqemu qemux86 qemuparams="-m 256"
runqemu qemux86 bootparams="psplash=false"
- runqemu path/to/<image>-<machine>.vmdk
runqemu path/to/<image>-<machine>.wic
+ runqemu path/to/<image>-<machine>.wic.vmdk
@@ -1274,9 +1274,9 @@
VM:
The virtual machine image, which must be a
- .vmdk file.
+ .wic.vmdk file.
Use this option when you want to boot a
- .vmdk image.
+ .wic.vmdk image.
The image filename you provide must contain one of the
following strings: "qemux86-64", "qemux86", "qemuarm",
"qemumips64", "qemumips", "qemuppc", or "qemush4".