From 68d048abfd291755f44a836c667793fd37489eeb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Jan 2012 07:52:32 -0600 Subject: [PATCH] documentation/adt-manual: Scrub for 1.1 occurrences Several changes made to turn "1.1" into "1.1.1" for the Edison point release. There could be a couple more. I am waiting on clarification from Beth and Jessica. (From yocto-docs rev: 7a27eba984c4baf7dc22a61a18f9c902acc6f9d6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 6 +++--- documentation/adt-manual/adt-prepare.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 085be3a306..3209f04c9b 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -234,9 +234,9 @@ name of the Git branch along with the Yocto Project release you are using. Here is an example that uses the master Git repository - and the 1.1M4 release: + and the 1.1.1 release: - $ scripts/build.sh master 1.1M4 + $ scripts/build.sh master 1.1.1 After running the script, the file org.yocto.sdk-<release>-<date>-archive.zip @@ -317,7 +317,7 @@ Point to the Toolchain: If you are using a stand-alone pre-built toolchain, you should be pointing to the - /opt/poky/1.1 directory. + /opt/poky/1.1.1 directory. This is the location for toolchains installed by the ADT Installer or by hand. Sections "Configuring and Running the ADT Installer Script" and diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 5c673c0dfe..6fbd28b970 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -181,7 +181,7 @@ Once the installation completes, the ADT, which includes the cross-toolchain, is installed. You will notice environment setup files for the cross-toolchain in - /opt/poky/1.1, + /opt/poky/1.1.1, and image tarballs in the adt-installer directory according to your installer configurations, and the target sysroot located according to the YOCTOADT_TARGET_SYSROOT_LOC_<arch> variable @@ -231,7 +231,7 @@ Make sure you are in the root directory with root privileges and then expand the tarball. - The tarball expands into /opt/poky/1.1. + The tarball expands into /opt/poky/1.1.1. Once the tarball is expanded, the cross-toolchain is installed. You will notice environment setup files for the cross-toolchain in the directory. @@ -294,7 +294,7 @@ Before you can develop using the cross-toolchain, you need to set up the cross-development environment by sourcing the toolchain's environment setup script. 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/1.1 + then you can find this script in the /opt/poky/1.1.1 directory. If you installed the toolchain in the build tree, you can find the environment setup script for the toolchain in the Yocto Project build tree's tmp directory. @@ -308,7 +308,7 @@ For example, the toolchain environment setup script for a 64-bit IA-based architecture would be the following: - /opt/poky/1.1/environment-setup-x86_64-poky-linux + /opt/poky/1.1.1/environment-setup-x86_64-poky-linux