summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-intro.xml
diff options
context:
space:
mode:
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 @@
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>