diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-28 15:02:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 13:31:02 +0100 |
commit | 347424e558a8d6db1c82f3bb1dbbf7b7b574566b (patch) | |
tree | bbbd956d7e1e39e7aeb5695418b376917d28e0fa /documentation/adt-manual/adt-intro.xml | |
parent | 7a4cc0e8845fbee6a9066e8d83a90bcb8acc96be (diff) | |
download | poky-347424e558a8d6db1c82f3bb1dbbf7b7b574566b.tar.gz |
documentation/adt-manual: Adjustments to Yocto Project term
Changes throughout the manual that either eliminate or change
many of the "Yocto Project" strings. The file structure for
the meta data is now called "source directory." The build
directory is referred as just that - "build directory." Any
where the build system is referred to it is called the
"OpenEmbedded build system."
(From yocto-docs rev: 1210c19f90d4a52042fec12657212ae3e58e13d6)
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.xml | 12 |
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 |