From bb6c10c002412b9ad38bac3b3ce12b2fd04fb1c2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 23 Jun 2011 07:44:29 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 9 +++++---- 1 file 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 @@ 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 /opt/poky/$SDKVERSION directory. - If you are using the ADT from a Poky build tree, then look in the build - directory in tmp 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 tmp directory. @@ -317,7 +318,7 @@ For example, the environment setup script for a 64-bit IA-based architecture would be the following: - /opt/poky/environment-setup-x86_64-poky-linux + /opt/poky/1.0/environment-setup-x86_64-poky-linux