From f94f6e655fc16213b0980c6f462785dc745dc445 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Sep 2017 08:31:50 -0700 Subject: dev-manual, ref-manual: Image format implementation changes Recently a number of changes have happened on the implementation side of some image formats, and a few have been renamed. The u-boot image signing code is now always available and no longer in a stand-alone file. The vmdk/mdi/qcow2 images have been removed and are now just a conversion type that is applied to wic images. Reported-by: Tom Rini (From yocto-docs rev: ce86da3d48507cee12208e0138c285b4be83d8cd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-qemu.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/dev-manual/dev-manual-qemu.xml') 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 -- cgit v1.2.3-54-g00ecf