summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-23 15:59:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:50 +0000
commitfbf0e60ee09ce603de2e800961e57738cfb197ac (patch)
tree2fcc0746e5bb58026aebfdaa699c437d1b1e25e1 /documentation/yocto-project-qs
parent37777b7da958fb4dd4a80eb3d3907a8ebe15d713 (diff)
downloadast2050-yocto-poky-fbf0e60ee09ce603de2e800961e57738cfb197ac.zip
ast2050-yocto-poky-fbf0e60ee09ce603de2e800961e57738cfb197ac.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: d59b88ad8dbd4548cbb50d81d5ee174fc84e6bd4) 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')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
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 e8b92d7..9c8a107 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -591,7 +591,7 @@
</para>
<literallayout class='monospaced'>
- poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>image_type</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-&lt;<emphasis>release_version</emphasis>&gt;.sh
+ poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>image_type</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-toolchain-&lt;<emphasis>release_version</emphasis>&gt;.sh
Where:
&lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system:
@@ -620,7 +620,7 @@
development host system and a i586-tuned target architecture
based off the SDK for <filename>core-image-sato</filename>:
<literallayout class='monospaced'>
- poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
+ poky-eglibc-x86_64-core-image-sato-toolchain-i586-&DISTRO;.sh
</literallayout>
</para>
@@ -649,7 +649,7 @@
<para>
<literallayout class='monospaced'>
- $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
+ $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
</literallayout>
</para>
OpenPOWER on IntegriCloud