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>
This commit is contained in:
Scott Rifenbark 2011-06-23 07:44:29 -07:00 committed by Richard Purdie
parent 231f6bc327
commit bb6c10c002
1 changed files with 5 additions and 4 deletions

View File

@ -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>