summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-eclipse.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-03 12:07:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 14:01:41 +0100
commitbaf536c62cb5c935f87eb97618f2834c554cc3bd (patch)
tree5c591d7014838ad7c5cfcdf169612eb8e4c18662 /documentation/adt-manual/adt-eclipse.xml
parent0c48a6805e26dfd32e7a516aa256cae424957e1c (diff)
downloadpoky-baf536c62cb5c935f87eb97618f2834c554cc3bd.tar.gz
documentation/adt-manual: changes for Jessica's review.
I made several changes based on feedback from Jessica Zhang. 1. Removed "SDKVERSION" as a way of identifying the directory in which a toolchain tarball is installed. I replaced with "1.1" 2. Cleaned up the bitbake command verbage to consistently use 'bitbake' command. 3. Cleaned up an erroneous reference to the toolchain environment setup scripts. I was referring the user to the oe-init-build-env area. 4. Changed wording to indicate that the toolchain tarball is generated after running bitbake rather than installing the toolchain. 5. Replaced the gmae tarball file used in an example to be the regular taball. (From yocto-docs rev: f7c3e4f4a666121a29825099d451eab1accb0616) 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/adt-eclipse.xml')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 8272bae0be..df70bd4e49 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -294,7 +294,7 @@
294 </para></listitem> 294 </para></listitem>
295 <listitem><para><emphasis>Point to the Toolchain:</emphasis> 295 <listitem><para><emphasis>Point to the Toolchain:</emphasis>
296 If you are using a stand-alone pre-built toolchain, you should be pointing to the 296 If you are using a stand-alone pre-built toolchain, you should be pointing to the
297 <filename>/opt/poky/$SDKVERSION</filename> directory. 297 <filename>/opt/poky/1.1</filename> directory.
298 This is the location for toolchains installed by the ADT Installer or by hand. 298 This is the location for toolchains installed by the ADT Installer or by hand.
299 Sections "<link linkend='configuring-and-running-the-adt-installer-script'>Configuring 299 Sections "<link linkend='configuring-and-running-the-adt-installer-script'>Configuring
300 and Running the ADT Installer Script</link>" and 300 and Running the ADT Installer Script</link>" and