summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 17:04:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:22 +0100
commitc29c155b7f0ed442199b1a045a18e7141c4d2d37 (patch)
treed5d5d3141c0174b4bddf1bf6c3d4ba419f658635 /documentation/adt-manual
parent5f08473f894e2ebca91b5c0930ab37108cba40fe (diff)
downloadpoky-c29c155b7f0ed442199b1a045a18e7141c4d2d37.tar.gz
adt-manual: minor updates.
1. Made "Metadata" the term instead of "metadata". 2. Created a link to "Metadata" term for first use. 3. Fixed a broken link to the LatencyTop site. (From yocto-docs rev: 7b53ddd0c9c846c558796d8ae6a46c476ab3b68d) 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')
-rw-r--r--documentation/adt-manual/adt-intro.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index 27cc41dd4d..0d323319a8 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -19,7 +19,8 @@
19 how to access and use the cross-development toolchains, how to 19 how to access and use the cross-development toolchains, how to
20 customize the development packages installation, 20 customize the development packages installation,
21 how to use command line development for both Autotools-based and Makefile-based projects, 21 how to use command line development for both Autotools-based and Makefile-based projects,
22 and an introduction to the Eclipse Yocto Plug-in. 22 and an introduction to the <trademark class='trade'>Eclipse</trademark> IDE
23 Yocto Plug-in.
23 <note> 24 <note>
24 The ADT is distribution-neutral and does not require the Yocto 25 The ADT is distribution-neutral and does not require the Yocto
25 Project reference distribution, which is called Poky. 26 Project reference distribution, which is called Poky.
@@ -42,7 +43,9 @@
42 <itemizedlist> 43 <itemizedlist>
43 <listitem><para>An architecture-specific cross-toolchain and matching 44 <listitem><para>An architecture-specific cross-toolchain and matching
44 sysroot both built by the OpenEmbedded build system. 45 sysroot both built by the OpenEmbedded build system.
45 The toolchain and sysroot are based on a metadata configuration and extensions, 46 The toolchain and sysroot are based on a
47 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>
48 configuration and extensions,
46 which allows you to cross-develop on the host machine for the target hardware. 49 which allows you to cross-develop on the host machine for the target hardware.
47 </para></listitem> 50 </para></listitem>
48 <listitem><para>The Eclipse IDE Yocto Plug-in.</para></listitem> 51 <listitem><para>The Eclipse IDE Yocto Plug-in.</para></listitem>
@@ -65,7 +68,7 @@
65 This toolchain is created either by running the ADT Installer 68 This toolchain is created either by running the ADT Installer
66 script, a toolchain installer script, or through a 69 script, a toolchain installer script, or through a
67 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 70 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
68 that is based on your metadata configuration or extension for 71 that is based on your Metadata configuration or extension for
69 your targeted device. 72 your targeted device.
70 The cross-toolchain works with a matching target sysroot. 73 The cross-toolchain works with a matching target sysroot.
71 </para> 74 </para>
@@ -78,7 +81,7 @@
78 The matching target sysroot contains needed headers and libraries for generating 81 The matching target sysroot contains needed headers and libraries for generating
79 binaries that run on the target architecture. 82 binaries that run on the target architecture.
80 The sysroot is based on the target root filesystem image that is built by 83 The sysroot is based on the target root filesystem image that is built by
81 the OpenEmbedded build system and uses the same metadata configuration 84 the OpenEmbedded build system and uses the same Metadata configuration
82 used to build the cross-toolchain. 85 used to build the cross-toolchain.
83 </para> 86 </para>
84 </section> 87 </section>
@@ -127,7 +130,7 @@
127 the environment setup script, QEMU is installed and automatically 130 the environment setup script, QEMU is installed and automatically
128 available.</para></listitem> 131 available.</para></listitem>
129 <listitem><para>If you have installed the cross-toolchain 132 <listitem><para>If you have installed the cross-toolchain
130 tarball and you have sourcing the toolchain's setup environment script, QEMU 133 tarball and you have sourced the toolchain's setup environment script, QEMU
131 is also installed and automatically available.</para></listitem> 134 is also installed and automatically available.</para></listitem>
132 </itemizedlist> 135 </itemizedlist>
133 </para> 136 </para>
@@ -147,7 +150,7 @@
147 stutters in your desktop experience, or situations that overload your server 150 stutters in your desktop experience, or situations that overload your server
148 even when you have plenty of CPU power left. 151 even when you have plenty of CPU power left.
149 You can find out more about LatencyTOP at 152 You can find out more about LatencyTOP at
150 <ulink url='http://www.latencytop.org/'></ulink>.</para></listitem> 153 <ulink url='https://latencytop.org/'></ulink>.</para></listitem>
151 <listitem><para><emphasis>PowerTOP:</emphasis> Helps you determine what 154 <listitem><para><emphasis>PowerTOP:</emphasis> Helps you determine what
152 software is using the most power. 155 software is using the most power.
153 You can find out more about PowerTOP at 156 You can find out more about PowerTOP at