diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-23 11:56:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-24 11:28:04 +0100 |
commit | 21ae07adb48a31c0cf27228b286ad419eba28baa (patch) | |
tree | 1c27b4a77456d5a1e206bca8c12337acfd03c4bd /documentation/adt-manual/adt-eclipse.xml | |
parent | 05f363f15565889a589daf6244e7b2f5d84be61c (diff) | |
download | poky-21ae07adb48a31c0cf27228b286ad419eba28baa.tar.gz |
documentation/adt-manual/adt-eclipse.xml: Updated configuring sysroot
Used clearer wording.
(From yocto-docs rev: faa35ea8cdb1747ba2b6b7717d1881830bed175b)
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 2acd7f4a97..351e664de2 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml | |||
@@ -175,11 +175,11 @@ | |||
175 | <section id='configuring-the-sysroot'> | 175 | <section id='configuring-the-sysroot'> |
176 | <title>Configuring the Sysroot</title> | 176 | <title>Configuring the Sysroot</title> |
177 | <para> | 177 | <para> |
178 | Specify the sysroot, which is used by both the QEMU user-space | 178 | Specify the sysroot location, which is where the root filesystem for the |
179 | NFS boot process and by the cross-toolchain regardless of the | 179 | target hardware is created on the development system by the ADT Installer. |
180 | mode you select (SDK Root Mode or Poky Tree Mode). | 180 | The QEMU user-space tools, the |
181 | For example, sysroot is the location to which you extract the | 181 | NFS boot process and the cross-toolchain all use the sysroot location |
182 | downloaded image’s root filesystem to through the ADT Installer. | 182 | regardless of the mode you select (SDK Root Mode or Poky Tree Mode). |
183 | </para> | 183 | </para> |
184 | </section> | 184 | </section> |
185 | 185 | ||