diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-03 12:51:59 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:58 +0100 |
| commit | 55f384a38f12fc194ac976be0e9db5991338e829 (patch) | |
| tree | bfdec27edb993f45d345fb867bd4ce26e65475c3 /documentation/yocto-project-qs | |
| parent | b4da263510eba524efd30fe28fa39b363afef584 (diff) | |
| download | poky-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.xml | 13 |
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-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>*.bin | 488 | *zImage-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>*.bin |
| 486 | vmlinux-<<emphasis>kernel-rev</emphasis>>-<<emphasis>arch</emphasis>>*.bin | 489 | vmlinux-<<emphasis>kernel-rev</emphasis>>-qemu<<emphasis>arch</emphasis>>-<<emphasis>release</emphasis>>*.bin |
| 487 | 490 | ||
| 488 | Where: | 491 | Where: |
| 492 | <<emphasis>kernel-rev</emphasis>> is the base Linux kernel revision | ||
| 493 | (e.g. 2.6.37). | ||
| 494 | |||
| 489 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | 495 | <<emphasis>arch</emphasis>> 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 | <<emphasis>kernel-rev</emphasis>> is the base Linux kernel revision | 498 | <<emphasis>release</emphasis>> is the version of Yocto Project. |
| 493 | (e.g. 2.6.37). | ||
| 494 | </literallayout> | 499 | </literallayout> |
| 495 | </section> | 500 | </section> |
| 496 | 501 | ||
