summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-22 08:31:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:53:44 +0100
commitf94f6e655fc16213b0980c6f462785dc745dc445 (patch)
tree10f1a53f218480a5fb97879f630838cb63fcf4c9 /documentation/ref-manual/usingpoky.xml
parent8f7df8648acf0ed2a5a8bdd01e327240b03f38e8 (diff)
downloadpoky-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/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml8
1 files changed, 4 insertions, 4 deletions
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 @@
1243 runqemu qemux86-64 core-image-sato ext4 1243 runqemu qemux86-64 core-image-sato ext4
1244 runqemu qemux86-64 wic-image-minimal wic 1244 runqemu qemux86-64 wic-image-minimal wic
1245 runqemu path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial 1245 runqemu path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial
1246 runqemu qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs/cpio.gz... 1246 runqemu qemux86 iso/hddimg/wic.vmdk/wic.qcow2/wic.vdi/ramfs/cpio.gz...
1247 runqemu qemux86 qemuparams="-m 256" 1247 runqemu qemux86 qemuparams="-m 256"
1248 runqemu qemux86 bootparams="psplash=false" 1248 runqemu qemux86 bootparams="psplash=false"
1249 runqemu path/to/&lt;image&gt;-&lt;machine&gt;.vmdk
1250 runqemu path/to/&lt;image&gt;-&lt;machine&gt;.wic 1249 runqemu path/to/&lt;image&gt;-&lt;machine&gt;.wic
1250 runqemu path/to/&lt;image&gt;-&lt;machine&gt;.wic.vmdk
1251 </literallayout> 1251 </literallayout>
1252 </para> 1252 </para>
1253 </section> 1253 </section>
@@ -1274,9 +1274,9 @@
1274 <listitem><para> 1274 <listitem><para>
1275 <filename><replaceable>VM</replaceable></filename>: 1275 <filename><replaceable>VM</replaceable></filename>:
1276 The virtual machine image, which must be a 1276 The virtual machine image, which must be a
1277 <filename>.vmdk</filename> file. 1277 <filename>.wic.vmdk</filename> file.
1278 Use this option when you want to boot a 1278 Use this option when you want to boot a
1279 <filename>.vmdk</filename> image. 1279 <filename>.wic.vmdk</filename> image.
1280 The image filename you provide must contain one of the 1280 The image filename you provide must contain one of the
1281 following strings: "qemux86-64", "qemux86", "qemuarm", 1281 following strings: "qemux86-64", "qemux86", "qemuarm",
1282 "qemumips64", "qemumips", "qemuppc", or "qemush4". 1282 "qemumips64", "qemumips", "qemuppc", or "qemush4".