diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-09-22 08:31:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:53:44 +0100 |
commit | f94f6e655fc16213b0980c6f462785dc745dc445 (patch) | |
tree | 10f1a53f218480a5fb97879f630838cb63fcf4c9 /documentation/dev-manual/dev-manual-qemu.xml | |
parent | 8f7df8648acf0ed2a5a8bdd01e327240b03f38e8 (diff) | |
download | poky-f94f6e655fc16213b0980c6f462785dc745dc445.tar.gz |
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 <trini@konsulko.com>
(From yocto-docs rev: ce86da3d48507cee12208e0138c285b4be83d8cd)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-qemu.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-qemu.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
165 | </literallayout> | 165 | </literallayout> |
166 | </para></listitem> | 166 | </para></listitem> |
167 | <listitem><para> | 167 | <listitem><para> |
168 | This example specifies to boot a virtual machine image | 168 | This example specifies to boot a virtual machine |
169 | (<filename>.vmdk</filename> file). | 169 | image (<filename>.wic.vmdk</filename> file). |
170 | From the <filename>.vmdk</filename>, | 170 | From the <filename>.wic.vmdk</filename>, |
171 | <filename>runqemu</filename> determines the QEMU | 171 | <filename>runqemu</filename> determines the QEMU |
172 | architecture (<replaceable>MACHINE</replaceable>) to be | 172 | architecture (<replaceable>MACHINE</replaceable>) to be |
173 | "qemux86" and the root filesystem type to be "vmdk". | 173 | "qemux86" and the root filesystem type to be "vmdk". |
174 | <literallayout class='monospaced'> | 174 | <literallayout class='monospaced'> |
175 | $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86.vmdk | 175 | $ runqemu /home/scott-lenovo/vm/core-image-minimal-qemux86.wic.vmdk |
176 | </literallayout> | 176 | </literallayout> |
177 | </para></listitem> | 177 | </para></listitem> |
178 | </itemizedlist> | 178 | </itemizedlist> |