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>
This commit is contained in:
Scott Rifenbark 2010-11-17 11:13:12 -08:00 committed by Saul Wold
parent eccaafa620
commit aa58345393
1 changed files with 9 additions and 1 deletions

View File

@ -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>