summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-24 10:44:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:52 +0000
commit4569cba6be4fa0864a295dc717dd1b410c7a5cdf (patch)
tree9fd043a30ae5eeb207135ac61b45427bad86ef8e /documentation/adt-manual
parent122e688d596c0b1b936bdd526bd30f238aaa9a71 (diff)
downloadast2050-yocto-poky-4569cba6be4fa0864a295dc717dd1b410c7a5cdf.zip
ast2050-yocto-poky-4569cba6be4fa0864a295dc717dd1b410c7a5cdf.tar.gz
adt-manual: Fixed toolchain path in example
The path used for the toolchain was wrong. The string "toolchain" appears in the path. I was not informed of this before locking down 1.5 release doc changes. I have updated the path in the "Using a Cross-Toolchain Tarball" section. Occured twice. (From yocto-docs rev: 307f570b3bc253ef110553d950c1f2a43396b908) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index e0973c4..5a23ac6 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -277,7 +277,7 @@
target, go into the <filename>x86_64</filename>
folder and download the following installer:
<literallayout class='monospaced'>
- poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh
+ poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
</literallayout></para></listitem>
<listitem><para>Build your own toolchain installer.
For cases where you cannot use an installer
@@ -296,7 +296,7 @@
The example assumes the toolchain installer is located
in <filename>~/Downloads/</filename>.
<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>
<note>
If you do not have write permissions for the directory
OpenPOWER on IntegriCloud