summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-17 11:13:12 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:07 -0800
commitaa583453935a13618f0068fdf8d6d3205725ec54 (patch)
tree4763bb967b8273fff5694eaa8de39fd2a4a21cac /documentation/yocto-project-qs
parenteccaafa620cdc982525f19deffa13beef84d4c21 (diff)
downloadast2050-yocto-poky-aa583453935a13618f0068fdf8d6d3205725ec54.zip
ast2050-yocto-poky-aa583453935a13618f0068fdf8d6d3205725ec54.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Corrected poky-qemu command example in the 'Using Pre-Build Binaries and QEMU' section.
Added fstype to the command form and also inserted an example use. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 7aaf052..7e99977 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -354,8 +354,16 @@
<literallayout class='monospaced'>
$ source /opt/poky/environment-setup-i586-poky-linux
- $ poky-qemu &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>image</emphasis>&gt;
+ $ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>image</emphasis>&gt; &lt;<emphasis>fstype</emphasis>&gt;
</literallayout>
+ <para>
+ For example:
+ </para>
+ <literallayout class='monospaced'>
+ $ poky-qemu qemuppc zImage-2.6.34-qemuppc-0.9 \
+ yocto-image-minimal-qemuppc-0.9.rootfs.ext3 ext3
+ </literallayout>
+
</section>
</section>
OpenPOWER on IntegriCloud