summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-02-06 14:03:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:24:04 +0000
commit768152340898cbb9faed6e8865a4e35c69833230 (patch)
tree2d0e8f5a3c37d49eb912dca3d3b01ddf414d4d0b /documentation
parent0ad26c66e0b926591f5d68095bd4b142f381cd86 (diff)
downloadast2050-yocto-poky-768152340898cbb9faed6e8865a4e35c69833230.zip
ast2050-yocto-poky-768152340898cbb9faed6e8865a4e35c69833230.tar.gz
adt-manual: Added cross-reference link for Cross-dev toolchain.
I placed a link on the term "Cross-Development Toolchain" in the section of the same name. This is to help the user see the recipes related to the toolchain. The link resolves back into the "Terms" section of the dev-manual. (From yocto-docs rev: c77ec0212bcf3b1c5f8079ccf08129ecbefea0aa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-intro.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index b8c9f79..475f320 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -48,17 +48,20 @@
</itemizedlist>
</para>
- <section id='the-cross-toolchain'>
- <title>The Cross-Toolchain</title>
+ <section id='the-cross-development-toolchain'>
+ <title>The Cross-Development Toolchain</title>
<para>
- The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger
- that are used to develop user-space applications for targeted hardware.
- This toolchain is created either by running the ADT Installer script, a toolchain installer
- script, or through a
- <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> that
- is based on your metadata
- configuration or extension for your targeted device.
+ The
+ <ulink url='&YOCTO_DOCS_DEV_URL;#cross-development-toolchain'>Cross-Development Toolchain</ulink>
+ consists of a cross-compiler, cross-linker, and cross-debugger
+ that are used to develop user-space applications for targeted
+ hardware.
+ This toolchain is created either by running the ADT Installer
+ script, a toolchain installer script, or through a
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
+ that is based on your metadata configuration or extension for
+ your targeted device.
The cross-toolchain works with a matching target sysroot.
</para>
</section>
OpenPOWER on IntegriCloud