summaryrefslogtreecommitdiffstats
path: root/documentation
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
parent21a49390065387e1f73c052a9a8cbe620b5fe6af (diff)
downloadpoky-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')
-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 @@
35 <title>The Cross-Toolchain</title> 35 <title>The Cross-Toolchain</title>
36 <para> 36 <para>
37 The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger 37 The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger
38 that are all generated through a Poky build that is based on your metadata 38 that are used to develop for targeted hardware.
39 This toolchain is created either by running the ADT Installer script or
40 through a Yocto Project build tree that is based on your metadata
39 configuration or extension for your targeted device. 41 configuration or extension for your targeted device.
40 The cross-toolchain works with a matching target sysroot. 42 The cross-toolchain works with a matching target sysroot.
41 </para> 43 </para>