diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-23 07:44:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-24 11:27:42 +0100 |
commit | bb6c10c002412b9ad38bac3b3ce12b2fd04fb1c2 (patch) | |
tree | 5ee766b43704ef26389f2538aaeb5e73d7630461 /documentation/adt-manual | |
parent | 231f6bc327d76d541dbac565ea00987d2245f9d0 (diff) | |
download | poky-bb6c10c002412b9ad38bac3b3ce12b2fd04fb1c2.tar.gz |
documentation/adt-manual/adt-prepare.xml: Corrected setup command
The example command I used to setup the cross-toolchain environment
was incorrect. I added the "1.0" to it.
(From yocto-docs rev: b8bb60ec69296e9c927735f3fca86013e8b2624e)
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.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> |