summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r--documentation/adt-manual/adt-prepare.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 5c673c0dfe..6fbd28b970 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -181,7 +181,7 @@
181 <para> 181 <para>
182 Once the installation completes, the ADT, which includes the cross-toolchain, is installed. 182 Once the installation completes, the ADT, which includes the cross-toolchain, is installed.
183 You will notice environment setup files for the cross-toolchain in 183 You will notice environment setup files for the cross-toolchain in
184 <filename>/opt/poky/1.1</filename>, 184 <filename>/opt/poky/1.1.1</filename>,
185 and image tarballs in the <filename>adt-installer</filename> 185 and image tarballs in the <filename>adt-installer</filename>
186 directory according to your installer configurations, and the target sysroot located 186 directory according to your installer configurations, and the target sysroot located
187 according to the <filename>YOCTOADT_TARGET_SYSROOT_LOC_&lt;arch&gt;</filename> variable 187 according to the <filename>YOCTOADT_TARGET_SYSROOT_LOC_&lt;arch&gt;</filename> variable
@@ -231,7 +231,7 @@
231 </para></note></para></listitem> 231 </para></note></para></listitem>
232 <listitem><para>Make sure you are in the root directory with root privileges and then expand 232 <listitem><para>Make sure you are in the root directory with root privileges and then expand
233 the tarball. 233 the tarball.
234 The tarball expands into <filename>/opt/poky/1.1</filename>. 234 The tarball expands into <filename>/opt/poky/1.1.1</filename>.
235 Once the tarball is expanded, the cross-toolchain is installed. 235 Once the tarball is expanded, the cross-toolchain is installed.
236 You will notice environment setup files for the cross-toolchain in the directory. 236 You will notice environment setup files for the cross-toolchain in the directory.
237 </para></listitem> 237 </para></listitem>
@@ -294,7 +294,7 @@
294 Before you can develop using the cross-toolchain, you need to set up the 294 Before you can develop using the cross-toolchain, you need to set up the
295 cross-development environment by sourcing the toolchain's environment setup script. 295 cross-development environment by sourcing the toolchain's environment setup script.
296 If you used the ADT Installer or used an existing ADT tarball to install the ADT, 296 If you used the ADT Installer or used an existing ADT tarball to install the ADT,
297 then you can find this script in the <filename>/opt/poky/1.1</filename> 297 then you can find this script in the <filename>/opt/poky/1.1.1</filename>
298 directory. 298 directory.
299 If you installed the toolchain in the build tree, you can find the environment setup 299 If you installed the toolchain in the build tree, you can find the environment setup
300 script for the toolchain in the Yocto Project build tree's <filename>tmp</filename> directory. 300 script for the toolchain in the Yocto Project build tree's <filename>tmp</filename> directory.
@@ -308,7 +308,7 @@
308 For example, the toolchain environment setup script for a 64-bit IA-based architecture would 308 For example, the toolchain environment setup script for a 64-bit IA-based architecture would
309 be the following: 309 be the following:
310 <literallayout class='monospaced'> 310 <literallayout class='monospaced'>
311 /opt/poky/1.1/environment-setup-x86_64-poky-linux 311 /opt/poky/1.1.1/environment-setup-x86_64-poky-linux
312 </literallayout> 312 </literallayout>
313 </para> 313 </para>
314</section> 314</section>