diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-03 12:32:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:58 +0100 |
commit | b4da263510eba524efd30fe28fa39b363afef584 (patch) | |
tree | 84deb836996d652c2d79f6bcd26bd72bd3ad397a /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | fa1fb04bbb73e45b146d0715d6131434887d4d00 (diff) | |
download | poky-b4da263510eba524efd30fe28fa39b363afef584.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: updated toolchain section.
I changed the 'i686' stuff to 'i586' after seeing that it is named that
in the actual index of downloads area. I also tightened up the example
a bit.
(From yocto-docs rev: ab76e8f8aa3d8d24d1fd8ff3b7f8f175b8b8f663)
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/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 7 |
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 | <<emphasis>arch</emphasis>> is a string representing the target architecture: | 440 | <<emphasis>arch</emphasis>> 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 | <<emphasis>release</emphasis>> is the version of Yocto Project. | 443 | <<emphasis>release</emphasis>> 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> |