summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
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>