diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-02-06 14:03:23 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:24:04 +0000 |
commit | 768152340898cbb9faed6e8865a4e35c69833230 (patch) | |
tree | 2d0e8f5a3c37d49eb912dca3d3b01ddf414d4d0b | |
parent | 0ad26c66e0b926591f5d68095bd4b142f381cd86 (diff) | |
download | 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>
-rw-r--r-- | documentation/adt-manual/adt-intro.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index b8c9f7979e..475f320cb9 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml | |||
@@ -48,17 +48,20 @@ | |||
48 | </itemizedlist> | 48 | </itemizedlist> |
49 | </para> | 49 | </para> |
50 | 50 | ||
51 | <section id='the-cross-toolchain'> | 51 | <section id='the-cross-development-toolchain'> |
52 | <title>The Cross-Toolchain</title> | 52 | <title>The Cross-Development Toolchain</title> |
53 | 53 | ||
54 | <para> | 54 | <para> |
55 | The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger | 55 | The |
56 | that are used to develop user-space applications for targeted hardware. | 56 | <ulink url='&YOCTO_DOCS_DEV_URL;#cross-development-toolchain'>Cross-Development Toolchain</ulink> |
57 | This toolchain is created either by running the ADT Installer script, a toolchain installer | 57 | consists of a cross-compiler, cross-linker, and cross-debugger |
58 | script, or through a | 58 | that are used to develop user-space applications for targeted |
59 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> that | 59 | hardware. |
60 | is based on your metadata | 60 | This toolchain is created either by running the ADT Installer |
61 | configuration or extension for your targeted device. | 61 | script, a toolchain installer script, or through a |
62 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | ||
63 | that is based on your metadata configuration or extension for | ||
64 | your targeted device. | ||
62 | The cross-toolchain works with a matching target sysroot. | 65 | The cross-toolchain works with a matching target sysroot. |
63 | </para> | 66 | </para> |
64 | </section> | 67 | </section> |