diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-23 15:59:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:46:42 +0000 |
commit | 1a08cfd4f83a547b0d7438aa1605da7860bc8f1b (patch) | |
tree | 84c757549e4997052bd1f50d5ca46e0c89bdaad6 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 29d095ff71b2f2b78d76db7ec6aec2da205ee9dc (diff) | |
download | poky-1a08cfd4f83a547b0d7438aa1605da7860bc8f1b.tar.gz |
yocto-project-qs: Fixed toolchain installer download path
Discovered that the string "toolchain" is in the pathname of the
toolchain installers from the downloads area. This invalidated
the explanation of how the installer files are named and the
actual examples themselves. I fixed it all.
(From yocto-docs rev: fbe67d2fc92cb5a5597d793ea2c3614b8260ae02)
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 | 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 3606fe89a0..3a065f35f6 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -590,7 +590,7 @@ | |||
590 | </para> | 590 | </para> |
591 | 591 | ||
592 | <literallayout class='monospaced'> | 592 | <literallayout class='monospaced'> |
593 | poky-eglibc-<<emphasis>host_system</emphasis>>-<<emphasis>image_type</emphasis>>-<<emphasis>arch</emphasis>>-<<emphasis>release_version</emphasis>>.sh | 593 | poky-eglibc-<<emphasis>host_system</emphasis>>-<<emphasis>image_type</emphasis>>-<<emphasis>arch</emphasis>>-toolchain-<<emphasis>release_version</emphasis>>.sh |
594 | 594 | ||
595 | Where: | 595 | Where: |
596 | <<emphasis>host_system</emphasis>> is a string representing your development system: | 596 | <<emphasis>host_system</emphasis>> is a string representing your development system: |
@@ -619,7 +619,7 @@ | |||
619 | development host system and a i586-tuned target architecture | 619 | development host system and a i586-tuned target architecture |
620 | based off the SDK for <filename>core-image-sato</filename>: | 620 | based off the SDK for <filename>core-image-sato</filename>: |
621 | <literallayout class='monospaced'> | 621 | <literallayout class='monospaced'> |
622 | poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh | 622 | poky-eglibc-x86_64-core-image-sato-toolchain-i586-&DISTRO;.sh |
623 | </literallayout> | 623 | </literallayout> |
624 | </para> | 624 | </para> |
625 | 625 | ||
@@ -648,7 +648,7 @@ | |||
648 | 648 | ||
649 | <para> | 649 | <para> |
650 | <literallayout class='monospaced'> | 650 | <literallayout class='monospaced'> |
651 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh | 651 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
652 | </literallayout> | 652 | </literallayout> |
653 | </para> | 653 | </para> |
654 | 654 | ||