summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 68bbbf75e3..63ff1131f9 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -251,7 +251,7 @@
251 you are going to use your cross-toolchain for an arm target, go into the 251 you are going to use your cross-toolchain for an arm target, go into the
252 <filename>x86_64</filename> folder and download the following tarball: 252 <filename>x86_64</filename> folder and download the following tarball:
253 <literallayout class='monospaced'> 253 <literallayout class='monospaced'>
254 yocto-eglibc-x86_64-arm-toolchain-gmae-1.0.tar.bz2 254 yocto-eglibc-x86_64-arm-toolchain-gmae-1.1.tar.bz2
255 </literallayout> 255 </literallayout>
256 <note> 256 <note>
257 Alternatively, you can build the toolchain tarball if you have a Yocto Project build tree. 257 Alternatively, you can build the toolchain tarball if you have a Yocto Project build tree.
@@ -329,7 +329,7 @@
329 For example, the environment setup script for a 64-bit IA-based architecture would 329 For example, the environment setup script for a 64-bit IA-based architecture would
330 be the following: 330 be the following:
331 <literallayout class='monospaced'> 331 <literallayout class='monospaced'>
332 /opt/poky/1.0/environment-setup-x86_64-poky-linux 332 /opt/poky/1.1/environment-setup-x86_64-poky-linux
333 </literallayout> 333 </literallayout>
334 </para> 334 </para>
335</section> 335</section>