diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-21 14:07:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-24 11:27:30 +0100 |
commit | 982397c8138e6b0155151f5d1245b82fe56aa107 (patch) | |
tree | 9ba661c3b091e5348bc0e1eec5d90eb3803cd5e9 /documentation | |
parent | 3f521edb0279db5c36dd3e57b23f409f2b809687 (diff) | |
download | poky-982397c8138e6b0155151f5d1245b82fe56aa107.tar.gz |
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 <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-intro.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
21 | </para> | 21 | </para> |
22 | <para> | 22 | <para> |
23 | Additionally, to provide an effective development platform, the Yocto Project | 23 | Additionally, to provide an effective development platform, the Yocto Project |
24 | makes available and suggests other tools as part of the ADT. | 24 | makes available and suggests other tools as part you can use with the ADT. |
25 | These other tools include the Eclipse IDE Yocto Plug-in, an emulator (QEMU), | 25 | These other tools include the Eclipse IDE Yocto Plug-in, an emulator (QEMU), |
26 | and various user-space tools that greatly enhance your development experience. | 26 | and various user-space tools that greatly enhance your development experience. |
27 | </para> | 27 | </para> |