summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-03 12:51:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:26:58 +0100
commit55f384a38f12fc194ac976be0e9db5991338e829 (patch)
treebfdec27edb993f45d345fb867bd4ce26e65475c3 /documentation/yocto-project-qs
parentb4da263510eba524efd30fe28fa39b363afef584 (diff)
downloadpoky-55f384a38f12fc194ac976be0e9db5991338e829.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: updated image download
I made some edits to the section that shows how to download a pre-built qemu image. (From yocto-docs rev: 89127522b09cc201008dc760f8b1397b5ff36e42) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-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