summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-eclipse.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-23 11:48:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:27:55 +0100
commit05f363f15565889a589daf6244e7b2f5d84be61c (patch)
treef7635f13e1fb690cd22a775f8ca882e4119cb04e /documentation/adt-manual/adt-eclipse.xml
parent1ffbbdf303132e7135d224c6f37def6ed550bf5d (diff)
downloadast2050-yocto-poky-05f363f15565889a589daf6244e7b2f5d84be61c.zip
ast2050-yocto-poky-05f363f15565889a589daf6244e7b2f5d84be61c.tar.gz
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>
Diffstat (limited to 'documentation/adt-manual/adt-eclipse.xml')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index ef97c57..2acd7f4 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -151,22 +151,22 @@
Compiler Options.
<itemizedlist>
<listitem><para><emphasis>SDK Root Mode</emphasis> – Select this mode
- when you are not concerned with building an image or you do not have
- a Poky build tree on your system.
+ when you are not concerned with building a target image or you do not have
+ a Yocto Project build tree on your development system.
For example, suppose you are an application developer and do not
- need to build an image.
- You just want to use an architecture-specific toolchain on an
- existing kernel and root filesystem.
+ need to build a target image.
+ Instead, you just want to use an architecture-specific toolchain on an
+ existing kernel and target root filesystem.
When you use SDK Root Mode you are using the toolchain installed
in the <filename>/opt/poky</filename> directory.</para></listitem>
<listitem><para><emphasis>Poky Tree Mode</emphasis> – Select this mode
- if you are concerned with building images for hardware or your
- development environment already has a build tree.
- In this case you likely already have a Poky build tree installed on
+ if you are building images for target hardware or your
+ development environment already has a Yocto Project build tree.
+ 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.
When you use the Poky Tree Mode you are using the toolchain bundled
- inside the Poky build tree.
- If you use this mode you must also supply the Poky Root Location
+ inside the Yocto Project build tree.
+ If you use this mode you must also supply the Yocto Project build directory
in the Preferences Dialog.</para></listitem>
</itemizedlist>
</para>
OpenPOWER on IntegriCloud