summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 4e3bb28cdf..459d7471ca 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -475,6 +475,9 @@
475 <ulink url='http://yoctoproject.org/downloads/yocto-1.0/machines/qemu'></ulink>. 475 <ulink url='http://yoctoproject.org/downloads/yocto-1.0/machines/qemu'></ulink>.
476 Be sure to use the kernel and filesystem image that matches the architecture you want 476 Be sure to use the kernel and filesystem image that matches the architecture you want
477 to simulate. 477 to simulate.
478 Download areas exist for the five supported machine architectures:
479 <filename>qemuarm</filename>, <filename>qemumips</filename>, <filename>qemuppc</filename>,
480 <filename>qemux86</filename>, and <filename>qemux86_64</filename>.
478 </para> 481 </para>
479 482
480 <para> 483 <para>
@@ -482,15 +485,17 @@
482 </para> 485 </para>
483 486
484 <literallayout class='monospaced'> 487 <literallayout class='monospaced'>
485 *zImage-&lt;<emphasis>kernel-rev</emphasis>&gt;-qemu&lt;<emphasis>arch</emphasis>&gt;*.bin 488 *zImage-&lt;<emphasis>kernel-rev</emphasis>&gt;-qemu&lt;<emphasis>arch</emphasis>&gt;-&lt;<emphasis>release</emphasis>&gt;*.bin
486 vmlinux-&lt;<emphasis>kernel-rev</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;*.bin 489 vmlinux-&lt;<emphasis>kernel-rev</emphasis>&gt;-qemu&lt;<emphasis>arch</emphasis>&gt;-&lt;<emphasis>release</emphasis>&gt;*.bin
487 490
488 Where: 491 Where:
492 &lt;<emphasis>kernel-rev</emphasis>&gt; is the base Linux kernel revision
493 (e.g. 2.6.37).
494
489 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture: 495 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
490 x86, x86-64, ppc, mips, or arm. 496 x86, x86-64, ppc, mips, or arm.
491 497
492 &lt;<emphasis>kernel-rev</emphasis>&gt; is the base Linux kernel revision 498 &lt;<emphasis>release</emphasis>&gt; is the version of Yocto Project.
493 (e.g. 2.6.37).
494 </literallayout> 499 </literallayout>
495 </section> 500 </section>
496 501