summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-prepare.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 99085d2ae5..41043986b3 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -302,11 +302,12 @@
<para>
Before you can use the cross-toolchain you need to set up the toolchain environment by
sourcing the environment setup script.
- If you used adt_installer or used an existing ADT tarball to install the ADT,
+ If you used the ADT Installer or used an existing ADT tarball to install the ADT,
then you can find this script in the <filename>/opt/poky/$SDKVERSION</filename>
directory.
- If you are using the ADT from a Poky build tree, then look in the build
- directory in <filename>tmp</filename> for the setup script.
+ If you used Bitbake and the Yocto Project Build Tree to install the cross-toolchain
+ then you can find the environment setup scripts in in the Yocto Project build tree
+ in the <filename>tmp</filename> directory.
</para>
<para>
@@ -317,7 +318,7 @@
For example, the environment setup script for a 64-bit IA-based architecture would
be the following:
<literallayout class='monospaced'>
- /opt/poky/environment-setup-x86_64-poky-linux
+ /opt/poky/1.0/environment-setup-x86_64-poky-linux
</literallayout>
</para>
</section>