]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/yocto-project-qs/yocto-project-qs.xml: Corrected poky-qemu command...
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 17 Nov 2010 19:13:12 +0000 (11:13 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:07 +0000 (22:01 -0800)
Added fstype to the command form and also inserted an example use.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/yocto-project-qs/yocto-project-qs.xml

index 7aaf05202aabb350a129d3aeadee2126c6fa0f79..7e99977d110c920f90f08e11142a5a61d7471d21 100644 (file)
 
          <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>