summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-17 15:45:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:07 +0000
commit458d0e720ece5d3f723ed3bb5e0ac1bb8a1178c1 (patch)
tree308b68bff0aba32014492307c8b2400bc8925bfc /documentation
parentcaf6f814ad32633d8bf4bb0353ccf48ba5e6cea0 (diff)
downloadpoky-458d0e720ece5d3f723ed3bb5e0ac1bb8a1178c1.tar.gz
dev-manual: Updated run QEMU basic syntax step
In Step 4 of the "Running QEMU" section, the file suffix "*.vmdk" is mentioned. "vmdk" has essentially become "wic.vmdk" now. I updated the example. (From yocto-docs rev: 5e17ccabfe8eb9d3b4316ceb41df17eddc7b0065) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-qemu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index 89589291fd..2b02a1ea58 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -104,7 +104,7 @@
104 look for an image. 104 look for an image.
105 Minimally, through the use of options, you must provide 105 Minimally, through the use of options, you must provide
106 either a machine name, a virtual machine image 106 either a machine name, a virtual machine image
107 (<filename>*.vmdk</filename>), or a kernel image 107 (<filename>*wic.vmdk</filename>), or a kernel image
108 (<filename>*.bin</filename>).</para> 108 (<filename>*.bin</filename>).</para>
109 109
110 <para>Here are some additional examples to help illustrate 110 <para>Here are some additional examples to help illustrate