summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-05 16:45:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:08 -0800
commit1084bc5d77c430e8fd8c3d26a5c5ec0cda24aca3 (patch)
tree9651e542da696925aa3965671dad237a17a59d04 /documentation/yocto-project-qs
parentb257acf0538fe6ba77fdcd058504bf4d26669cfb (diff)
downloadpoky-1084bc5d77c430e8fd8c3d26a5c5ec0cda24aca3.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Misc. Edits
I received a patch from Robert P. J. Day that had several changes. Curiously, several did not apply. I think that the patch was applied using a version other than the "latest" version. In any case, I applied the changes that did need applied. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 5af725001cf045040f83e1c891385692f8a3a287) 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.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 141e13fad8..e7b83b2f64 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -476,7 +476,7 @@
476 </para> 476 </para>
477 477
478 <itemizedlist> 478 <itemizedlist>
479 <listitem><para>Install the stand-alone Yocto toolchain tarball.</para></listitem> 479 <listitem><para>Install the appropriate stand-alone Yocto toolchain tarball.</para></listitem>
480 <listitem><para>Download the pre-built image that will boot with QEMU. 480 <listitem><para>Download the pre-built image that will boot with QEMU.
481 You need to be sure to get the QEMU image that matches your target machine’s 481 You need to be sure to get the QEMU image that matches your target machine’s
482 architecture (e.g. x86, ARM, etc.).</para></listitem> 482 architecture (e.g. x86, ARM, etc.).</para></listitem>
@@ -493,7 +493,7 @@
493 script and support files, from the appropriate directory under 493 script and support files, from the appropriate directory under
494 <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>. 494 <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink>.
495 Toolchains are available for 32-bit and 64-bit development systems from the 495 Toolchains are available for 32-bit and 64-bit development systems from the
496 <filename>i686</filename> and <filename>x86_64</filename> directories, respectively. 496 <filename>i686</filename> and <filename>x86-64</filename> directories, respectively.
497 Each type of development system supports five target architectures. 497 Each type of development system supports five target architectures.
498 The tarball files are named such that a string representing the host system appears 498 The tarball files are named such that a string representing the host system appears
499 first in the filename and then is immediately followed by a string representing 499 first in the filename and then is immediately followed by a string representing
@@ -501,7 +501,7 @@
501 </para> 501 </para>
502 502
503 <literallayout class='monospaced'> 503 <literallayout class='monospaced'>
504 poky-eglibc&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-toolchain-gmae-&lt;<emphasis>release</emphasis>&gt;.tar.bz2 504 poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-toolchain-gmae-&lt;<emphasis>release</emphasis>&gt;.tar.bz2
505 505
506 Where: 506 Where:
507 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system: 507 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system:
@@ -554,7 +554,7 @@
554 Be sure to use the kernel that matches the architecture you want to simulate. 554 Be sure to use the kernel that matches the architecture you want to simulate.
555 Download areas exist for the five supported machine architectures: 555 Download areas exist for the five supported machine architectures:
556 <filename>qemuarm</filename>, <filename>qemumips</filename>, <filename>qemuppc</filename>, 556 <filename>qemuarm</filename>, <filename>qemumips</filename>, <filename>qemuppc</filename>,
557 <filename>qemux86</filename>, and <filename>qemux86_64</filename>. 557 <filename>qemux86</filename>, and <filename>qemux86-64</filename>.
558 </para> 558 </para>
559 559
560 <para> 560 <para>
@@ -651,7 +651,7 @@
651 that the kernel and filesystem are for a 32-bit target architecture. 651 that the kernel and filesystem are for a 32-bit target architecture.
652 <literallayout class='monospaced'> 652 <literallayout class='monospaced'>
653 $ source &YOCTO_ADTPATH_DIR;/environment-setup-i686-poky-linux 653 $ source &YOCTO_ADTPATH_DIR;/environment-setup-i686-poky-linux
654 $ runqemu qemux86 bzImage-3.0-qemux86-&DISTRO;.bin \ 654 $ runqemu qemux86 bzImage-qemux86-&DISTRO;.bin \
655 core-image-sato-qemux86.ext3 655 core-image-sato-qemux86.ext3
656 </literallayout> 656 </literallayout>
657 </para> 657 </para>