diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-intro.xml | 15 |
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 |