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. - - -
- <filename>image_types_uboot.bbclass</filename> - 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 @@ -
- <filename>image-vm.bbclass</filename> - - - The image-vm class supports building VM - images. - -
- -
- <filename>image-vmdk.bbclass</filename> - - - The image-vmdk class supports building VMware - VMDK images. - Normally, you do not use this class directly. - Instead, you add "vmdk" to - IMAGE_FSTYPES. - -
-
<filename>insane.bbclass</filename> 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.
- -
- <filename>do_vmdkimg</filename> - - - Creates a .vmdk image for use with - VMware - and compatible virtual machine hosts. - -
@@ -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".