diff options
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 9 |
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 @@ | |||
| 302 | <para> | 302 | <para> |
| 303 | Before you can use the cross-toolchain you need to set up the toolchain environment by | 303 | Before you can use the cross-toolchain you need to set up the toolchain environment by |
| 304 | sourcing the environment setup script. | 304 | sourcing the environment setup script. |
| 305 | If you used adt_installer or used an existing ADT tarball to install the ADT, | 305 | If you used the ADT Installer or used an existing ADT tarball to install the ADT, |
| 306 | then you can find this script in the <filename>/opt/poky/$SDKVERSION</filename> | 306 | then you can find this script in the <filename>/opt/poky/$SDKVERSION</filename> |
| 307 | directory. | 307 | directory. |
| 308 | If you are using the ADT from a Poky build tree, then look in the build | 308 | If you used Bitbake and the Yocto Project Build Tree to install the cross-toolchain |
| 309 | directory in <filename>tmp</filename> for the setup script. | 309 | then you can find the environment setup scripts in in the Yocto Project build tree |
| 310 | in the <filename>tmp</filename> directory. | ||
| 310 | </para> | 311 | </para> |
| 311 | 312 | ||
| 312 | <para> | 313 | <para> |
| @@ -317,7 +318,7 @@ | |||
| 317 | For example, the environment setup script for a 64-bit IA-based architecture would | 318 | For example, the environment setup script for a 64-bit IA-based architecture would |
| 318 | be the following: | 319 | be the following: |
| 319 | <literallayout class='monospaced'> | 320 | <literallayout class='monospaced'> |
| 320 | /opt/poky/environment-setup-x86_64-poky-linux | 321 | /opt/poky/1.0/environment-setup-x86_64-poky-linux |
| 321 | </literallayout> | 322 | </literallayout> |
| 322 | </para> | 323 | </para> |
| 323 | </section> | 324 | </section> |
