diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-15 06:54:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:22 +0100 |
commit | 4dc92fcc39624062f98b60578a58704afe323fa4 (patch) | |
tree | 165be63c48225c43f2a91347290ec83eb9d315f2 | |
parent | 73107a7ae45c56fe4c437cf6ccdbf8f4fceef726 (diff) | |
download | poky-4dc92fcc39624062f98b60578a58704afe323fa4.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: gmae -> sdk
Toolchain filenames corrected. Discovered by Robert P. J. Day.
(From yocto-docs rev: 3afa1d71be04c6aedafe952855a23ccbd3547b68)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index a6f7172869..9a62c4f172 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -425,7 +425,7 @@ | |||
425 | </para> | 425 | </para> |
426 | 426 | ||
427 | <literallayout class='monospaced'> | 427 | <literallayout class='monospaced'> |
428 | yocto-eglibc<<emphasis>host_system</emphasis>>-<<emphasis>arch</emphasis>>-toolchain-sdk-<<emphasis>release</emphasis>>.tar.bz2 | 428 | yocto-eglibc<<emphasis>host_system</emphasis>>-<<emphasis>arch</emphasis>>-toolchain-gmae-<<emphasis>release</emphasis>>.tar.bz2 |
429 | 429 | ||
430 | Where: | 430 | Where: |
431 | <<emphasis>host_system</emphasis>> is a string representing your development system: | 431 | <<emphasis>host_system</emphasis>> is a string representing your development system: |
@@ -443,7 +443,7 @@ | |||
443 | </para> | 443 | </para> |
444 | 444 | ||
445 | <literallayout class='monospaced'> | 445 | <literallayout class='monospaced'> |
446 | yocto-eglibc-x86_64-i686-toolchain-sdk-1.0.tar.bz2 | 446 | yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 |
447 | </literallayout> | 447 | </literallayout> |
448 | 448 | ||
449 | <para> | 449 | <para> |
@@ -455,7 +455,7 @@ | |||
455 | <para> | 455 | <para> |
456 | <literallayout class='monospaced'> | 456 | <literallayout class='monospaced'> |
457 | $ cd / | 457 | $ cd / |
458 | $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-sdk-1.0.tar.bz2 | 458 | $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 |
459 | </literallayout> | 459 | </literallayout> |
460 | </para> | 460 | </para> |
461 | </section> | 461 | </section> |