From 21ae07adb48a31c0cf27228b286ad419eba28baa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 23 Jun 2011 11:56:06 -0700 Subject: [PATCH] documentation/adt-manual/adt-eclipse.xml: Updated configuring sysroot Used clearer wording. (From yocto-docs rev: faa35ea8cdb1747ba2b6b7717d1881830bed175b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 10 +++++----- 1 file 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 @@
Configuring the Sysroot - Specify the sysroot, which is used by both the QEMU user-space - NFS boot process and by the cross-toolchain regardless of the - mode you select (SDK Root Mode or Poky Tree Mode). - For example, sysroot is the location to which you extract the - downloaded image’s root filesystem to through the ADT Installer. + Specify the sysroot location, which is where the root filesystem for the + target hardware is created on the development system by the ADT Installer. + The QEMU user-space tools, the + NFS boot process and the cross-toolchain all use the sysroot location + regardless of the mode you select (SDK Root Mode or Poky Tree Mode).