documentation/yocto-project-qs/yocto-project-qs.xml: updated env and qemu start

tightened up the section that talks about setting up the environment
and starting qemu.  I just added a little more clarification on the
kernel-image variable.

(From yocto-docs rev: 54c037d45ca46c09544dae67793237c76a1205f5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-03 15:09:42 -07:00 committed by Richard Purdie
parent c9b3c34049
commit 209158c26b
1 changed files with 4 additions and 4 deletions

View File

@ -539,7 +539,7 @@
Where:
&lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
i686, x86_64, ppc603e, mips, or armv5te.
i586, x86_64, ppc603e, mips, or armv5te.
&lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface.
Not all setup scripts include this string.
@ -550,15 +550,15 @@
</para>
<literallayout class='monospaced'>
$ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>filesystem_image</emphasis>&gt;
$ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel-image</emphasis>&gt; &lt;<emphasis>filesystem-image</emphasis>&gt;
Where:
&lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64,
qemuppc, qemumips, or qemuarm.
&lt;<emphasis>kernel</emphasis>&gt; is the architecture-specific kernel.
&lt;<emphasis>kernel-image</emphasis>&gt; is the architecture-specific kernel image.
&lt;<emphasis>filesystem_image</emphasis>&gt; is the .ext3 filesystem image.
&lt;<emphasis>filesystem-image</emphasis>&gt; is the .ext3 filesystem image.
</literallayout>