summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index c13ed96187..4e3bb28cdf 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -438,7 +438,7 @@
438 i686 or x86_64. 438 i686 or x86_64.
439 439
440 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture: 440 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
441 i686, x86_64, powerpc, mips, or arm. 441 i586, x86_64, powerpc, mips, or arm.
442 442
443 &lt;<emphasis>release</emphasis>&gt; is the version of Yocto Project. 443 &lt;<emphasis>release</emphasis>&gt; is the version of Yocto Project.
444 </literallayout> 444 </literallayout>
@@ -449,19 +449,20 @@
449 </para> 449 </para>
450 450
451 <literallayout class='monospaced'> 451 <literallayout class='monospaced'>
452 yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 452 yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2
453 </literallayout> 453 </literallayout>
454 454
455 <para> 455 <para>
456 The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>. 456 The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>.
457 The following commands show how you install the toolchain tarball given a 64-bit development host system 457 The following commands show how you install the toolchain tarball given a 64-bit development host system
458 and a 32-bit target architecture. 458 and a 32-bit target architecture.
459 The example assumes the toolchain tarball is located in <filename>~/toolchains/</filename>:
459 </para> 460 </para>
460 461
461 <para> 462 <para>
462 <literallayout class='monospaced'> 463 <literallayout class='monospaced'>
463 $ cd / 464 $ cd /
464 $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 465 $ sudo tar -xvjf ~/toolchains/yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2
465 </literallayout> 466 </literallayout>
466 </para> 467 </para>
467 </section> 468 </section>