documentation/adt-manual/adt-eclipse.xml: Edits to SDK and Poky tree modes

Updated wording to reflect proper use of build tree terminology.

(From yocto-docs rev: 82b47279b55b6d15bf260e0903505fe578c985c9)

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 11:48:27 -07:00 committed by Richard Purdie
parent 1ffbbdf303
commit 05f363f155
1 changed files with 10 additions and 10 deletions

View File

@ -151,22 +151,22 @@
Compiler Options. Compiler Options.
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>SDK Root Mode</emphasis> Select this mode <listitem><para><emphasis>SDK Root Mode</emphasis> Select this mode
when you are not concerned with building an image or you do not have when you are not concerned with building a target image or you do not have
a Poky build tree on your system. a Yocto Project build tree on your development system.
For example, suppose you are an application developer and do not For example, suppose you are an application developer and do not
need to build an image. need to build a target image.
You just want to use an architecture-specific toolchain on an Instead, you just want to use an architecture-specific toolchain on an
existing kernel and root filesystem. existing kernel and target root filesystem.
When you use SDK Root Mode you are using the toolchain installed When you use SDK Root Mode you are using the toolchain installed
in the <filename>/opt/poky</filename> directory.</para></listitem> in the <filename>/opt/poky</filename> directory.</para></listitem>
<listitem><para><emphasis>Poky Tree Mode</emphasis> Select this mode <listitem><para><emphasis>Poky Tree Mode</emphasis> Select this mode
if you are concerned with building images for hardware or your if you are building images for target hardware or your
development environment already has a build tree. development environment already has a Yocto Project build tree.
In this case you likely already have a Poky build tree installed on In this case you likely already have a Yocto Project build tree installed on
your system or you (or someone else) will be building one. your system or you (or someone else) will be building one.
When you use the Poky Tree Mode you are using the toolchain bundled When you use the Poky Tree Mode you are using the toolchain bundled
inside the Poky build tree. inside the Yocto Project build tree.
If you use this mode you must also supply the Poky Root Location If you use this mode you must also supply the Yocto Project build directory
in the Preferences Dialog.</para></listitem> in the Preferences Dialog.</para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>