aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-intro.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-22 12:12:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:27:30 +0100
commitbb07dfe66274960f1ddb53323039d81ccd86b418 (patch)
tree2c3c36851882ab047a4236aed560334e48a8b332 /documentation/adt-manual/adt-intro.xml
parent21a49390065387e1f73c052a9a8cbe620b5fe6af (diff)
downloadopenembedded-core-contrib-bb07dfe66274960f1ddb53323039d81ccd86b418.tar.gz
documentation/adt-manual/adt-intro.xml: Updated description of toolchain (From yocto-docs rev: 1ea4683eb41e4be334b053c622ed5bf08041d617)
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-intro.xml')
-rw-r--r--documentation/adt-manual/adt-intro.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index 80ea0dad31..220eb4b54b 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -35,7 +35,9 @@
<title>The Cross-Toolchain</title>
<para>
The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger
- that are all generated through a Poky build that is based on your metadata
+ that are used to develop for targeted hardware.
+ This toolchain is created either by running the ADT Installer script or
+ through a Yocto Project build tree that is based on your metadata
configuration or extension for your targeted device.
The cross-toolchain works with a matching target sysroot.
</para>