From 982397c8138e6b0155151f5d1245b82fe56aa107 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Jun 2011 14:07:09 -0700 Subject: [PATCH] documentation/adt-manual/adt-intro.xml: changed definition of ADT The manual previously defined the "ADT" as the toolchain, the sysroot, QEMU, and user-space tools. This definition was creating some confusion when it came to installing the "ADT". Namely, some of the items you don't even install, such as the user-space tools. So I recast the definition of ADT to mean the cross-toolchain and sysroot. I cast the other items as part of the overall development environment. (From yocto-docs rev: 6ee891660d3b6bf6e2a3f4b5a872ade7a007ce02) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-intro.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index 8740e5cf3e..a0fcaab508 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml @@ -21,7 +21,7 @@ Additionally, to provide an effective development platform, the Yocto Project - makes available and suggests other tools as part of the ADT. + makes available and suggests other tools as part you can use with the ADT. These other tools include the Eclipse IDE Yocto Plug-in, an emulator (QEMU), and various user-space tools that greatly enhance your development experience.