summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-23 13:29:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:28:04 +0100
commit95a37279e1191622c3bc7d25d03d76e9991353c1 (patch)
tree5c14c1e01d989bac8dc5cfa4bf445dfe2643d74d /documentation
parent7adc615a3954514ccb88722439d72d95cd018a88 (diff)
downloadpoky-95a37279e1191622c3bc7d25d03d76e9991353c1.tar.gz
documentation/adt-manual/adt-eclipse.xml: misc wordings changed (From yocto-docs rev: c83d92d99bc1104169a06623c787b07a9d199039)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 1e6493e660..d64e12270d 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -164,7 +164,7 @@
164 development environment already has a Yocto Project build tree. 164 development environment already has a Yocto Project build tree.
165 In this case you likely already have a Yocto Project build tree installed on 165 In this case you likely already have a Yocto Project build tree installed on
166 your system or you (or someone else) will be building one. 166 your system or you (or someone else) will be building one.
167 When you use the Build System Derived Toolchain you are using the toolchain bundled 167 When you select Build System Derived Toolchain you are using the toolchain bundled
168 inside the Yocto Project build tree. 168 inside the Yocto Project build tree.
169 If you use this mode you must also supply the Yocto Project build directory 169 If you use this mode you must also supply the Yocto Project build directory
170 in the Preferences Dialog.</para></listitem> 170 in the Preferences Dialog.</para></listitem>
@@ -179,7 +179,7 @@
179 target hardware is created on the development system by the ADT Installer. 179 target hardware is created on the development system by the ADT Installer.
180 The QEMU user-space tools, the 180 The QEMU user-space tools, the
181 NFS boot process and the cross-toolchain all use the sysroot location 181 NFS boot process and the cross-toolchain all use the sysroot location
182 regardless of the mode you select (Stand-alone Prebuilt Toolchain or Build System Derived Toolchain). 182 regardless of wheather you select (Stand-alone Prebuilt Toolchain or Build System Derived Toolchain).
183 </para> 183 </para>
184 </section> 184 </section>
185 185
@@ -213,9 +213,10 @@
213 you will be using the QEMU emulator. 213 you will be using the QEMU emulator.
214 If you are using the emulator you also need to locate the Kernel 214 If you are using the emulator you also need to locate the Kernel
215 and specify any custom options.</para> 215 and specify any custom options.</para>
216 <para>In Build System Derived Toolchain the targe kernel you built will be located in the 216 <para>If you select Build System Derived Toolchain the target kernel you built
217 will be located in the
217 Yocto Project build tree in <filename>tmp/deploy/images</filename> directory. 218 Yocto Project build tree in <filename>tmp/deploy/images</filename> directory.
218 In Stand-alone Prebuilt Toolchain the pre-built kernel you downloaded is located 219 If you select Stand-alone Prebuilt Toolchain the pre-built kernel you downloaded is located
219 in the directory you specified when you downloaded the image.</para> 220 in the directory you specified when you downloaded the image.</para>
220 <para>Most custom options are for advanced QEMU users to further 221 <para>Most custom options are for advanced QEMU users to further
221 customize their QEMU instance. 222 customize their QEMU instance.