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:46:44 +0000
commitc7000e6817671d99db5cbf3a9091d4e4a0c8a31a (patch)
tree9aebbf34f020c5a60e9f0c2a10720129ba986385 /documentation/adt-manual
parent560606c3ecc88ec54a1888e748fe09c1d0f76d9d (diff)
downloadpoky-c7000e6817671d99db5cbf3a9091d4e4a0c8a31a.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: 8a73c27dac7aebfb93afd7614b0da6c7c8752a03) 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 e0973c4e11..5a23ac6c78 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -277,7 +277,7 @@
277 target, go into the <filename>x86_64</filename> 277 target, go into the <filename>x86_64</filename>
278 folder and download the following installer: 278 folder and download the following installer:
279 <literallayout class='monospaced'> 279 <literallayout class='monospaced'>
280 poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh 280 poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
281 </literallayout></para></listitem> 281 </literallayout></para></listitem>
282 <listitem><para>Build your own toolchain installer. 282 <listitem><para>Build your own toolchain installer.
283 For cases where you cannot use an installer 283 For cases where you cannot use an installer
@@ -296,7 +296,7 @@
296 The example assumes the toolchain installer is located 296 The example assumes the toolchain installer is located
297 in <filename>~/Downloads/</filename>. 297 in <filename>~/Downloads/</filename>.
298 <literallayout class='monospaced'> 298 <literallayout class='monospaced'>
299 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh 299 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
300 </literallayout> 300 </literallayout>
301 <note> 301 <note>
302 If you do not have write permissions for the directory 302 If you do not have write permissions for the directory