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.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index 83fe3094e6..ac286a5840 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -17,7 +17,7 @@
17 17
18 <para> 18 <para>
19 Fundamentally, the ADT consists of an architecture-specific cross-toolchain and 19 Fundamentally, the ADT consists of an architecture-specific cross-toolchain and
20 a matching sysroot that are both built by the Yocto Project build system Poky. 20 a matching sysroot that are both built by the OpenEmbedded build system Poky.
21 The toolchain and sysroot are based on a metadata configuration and extensions, 21 The toolchain and sysroot are based on a metadata configuration and extensions,
22 which allows you to cross-develop on the host machine for the target. 22 which allows you to cross-develop on the host machine for the target.
23 </para> 23 </para>
@@ -50,7 +50,7 @@
50 The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger 50 The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger
51 that are used to develop user-space applications for targeted hardware. 51 that are used to develop user-space applications for targeted hardware.
52 This toolchain is created either by running the ADT Installer script or 52 This toolchain is created either by running the ADT Installer script or
53 through a Yocto Project build tree that is based on your metadata 53 through a build directory that is based on your metadata
54 configuration or extension for your targeted device. 54 configuration or extension for your targeted device.
55 The cross-toolchain works with a matching target sysroot. 55 The cross-toolchain works with a matching target sysroot.
56 </para> 56 </para>
@@ -63,7 +63,7 @@
63 The matching target sysroot contains needed headers and libraries for generating 63 The matching target sysroot contains needed headers and libraries for generating
64 binaries that run on the target architecture. 64 binaries that run on the target architecture.
65 The sysroot is based on the target root filesystem image that is built by 65 The sysroot is based on the target root filesystem image that is built by
66 the Yocto Project's build system Poky and uses the same metadata configuration 66 the OpenEmbedded build system Poky and uses the same metadata configuration
67 used to build the cross-toolchain. 67 used to build the cross-toolchain.
68 </para> 68 </para>
69 </section> 69 </section>
@@ -79,8 +79,8 @@
79 <listitem><para>If you use the ADT Installer script to install ADT, you can 79 <listitem><para>If you use the ADT Installer script to install ADT, you can
80 specify whether or not to install QEMU.</para></listitem> 80 specify whether or not to install QEMU.</para></listitem>
81 <listitem><para>If you have downloaded a Yocto Project release and unpacked 81 <listitem><para>If you have downloaded a Yocto Project release and unpacked
82 it to create a Yocto Project file structure and you have sourced 82 it to create a source directory and you have sourced
83 the Yocto Project environment setup script, QEMU is installed and automatically 83 the environment setup script, QEMU is installed and automatically
84 available.</para></listitem> 84 available.</para></listitem>
85 <listitem><para>If you have installed the cross-toolchain 85 <listitem><para>If you have installed the cross-toolchain
86 tarball and you have sourcing the toolchain's setup environment script, QEMU 86 tarball and you have sourcing the toolchain's setup environment script, QEMU
@@ -120,7 +120,7 @@
120 <listitem><para><emphasis>SystemTap:</emphasis> A free software infrastructure 120 <listitem><para><emphasis>SystemTap:</emphasis> A free software infrastructure
121 that simplifies information gathering about a running Linux system. 121 that simplifies information gathering about a running Linux system.
122 This information helps you diagnose performance or functional problems. 122 This information helps you diagnose performance or functional problems.
123 SystemTap is not available as a user-space tool through the Yocto Eclipse IDE Plug-in. 123 SystemTap is not available as a user-space tool through the Eclipse IDE Yocto Plug-in.
124 See <ulink url='http://sourceware.org/systemtap'></ulink> for more information 124 See <ulink url='http://sourceware.org/systemtap'></ulink> for more information
125 on SystemTap.</para></listitem> 125 on SystemTap.</para></listitem>
126 <listitem><para><emphasis>Lttng-ust:</emphasis> A User-space Tracer designed to 126 <listitem><para><emphasis>Lttng-ust:</emphasis> A User-space Tracer designed to