diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-10-03 12:07:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:45 +0100 |
commit | 1c1b6059f6ba06d639876dc13576ce70434a68ca (patch) | |
tree | a17c7715b8f1877c3c9a01c8262792190a44f154 /documentation/adt-manual/adt-eclipse.xml | |
parent | 611d92f106cb3c86a9c0b8e81e688ef77c8a6f19 (diff) | |
download | poky-1c1b6059f6ba06d639876dc13576ce70434a68ca.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.xml | 2 |
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 |