summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-11-15 13:23:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-25 15:24:18 +0000
commitba0599032bc413ed1ab7de731183b233bf39906a (patch)
treed748c7639d28d5b7791d55ed697ae5f1a2cb44b9 /documentation/adt-manual
parent68f1fa0d30e6325b470c869c4160393f5c904016 (diff)
downloadpoky-ba0599032bc413ed1ab7de731183b233bf39906a.tar.gz
documentation/adt-manual/adt-prepare.xml: Updated link to toolchain and info
I updated the link to be 'download.yoctoproject.org/releases/yocto/yocto-1.1' I also fixed the text that indicated 'i586' as a directory for the 32-bit machines. The real directory name is 'i686'. (From yocto-docs rev: fc08acdce64bac7c2b3d4689e16cf06e70f6cbe5) 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 098ff75ec7..385d909e53 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -204,9 +204,9 @@
204 Follow these steps: 204 Follow these steps:
205 <orderedlist> 205 <orderedlist>
206 <listitem><para>Go to 206 <listitem><para>Go to
207 <ulink url='http://www.yoctoproject.org/downloads/yocto-1.1/toolchain'></ulink> 207 <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/toolchain'></ulink>
208 and find the folder that matches your host development system 208 and find the folder that matches your host development system
209 (i.e. <filename>i586</filename> for 32-bit machines or 209 (i.e. <filename>i686</filename> for 32-bit machines or
210 <filename>x86_64</filename> for 64-bit machines).</para></listitem> 210 <filename>x86_64</filename> for 64-bit machines).</para></listitem>
211 <listitem><para>Go into that folder and download the toolchain tarball whose name 211 <listitem><para>Go into that folder and download the toolchain tarball whose name
212 includes the appropriate target architecture. 212 includes the appropriate target architecture.