diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-22 12:50:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:54 +0000 |
commit | b0639bc8ae1f179a2b5f12cf3736638508d9709f (patch) | |
tree | 6e799ab2b188b9fa61ed0403e32664db5dd45767 | |
parent | 7ca1a51cd3239d55d793c4beb869bd1e27b88a25 (diff) | |
download | poky-b0639bc8ae1f179a2b5f12cf3736638508d9709f.tar.gz |
adt-manual: Added cross-reference to OE build system term
First occurrence cross-reference added.
(From yocto-docs rev: 91db235e935e799c2d4cc301ef799cb581704020)
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index ed13a23a5f..2877d789dc 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml | |||
@@ -16,7 +16,8 @@ | |||
16 | Fundamentally, the ADT consists of the following: | 16 | Fundamentally, the ADT consists of the following: |
17 | <itemizedlist> | 17 | <itemizedlist> |
18 | <listitem><para>An architecture-specific cross-toolchain and matching | 18 | <listitem><para>An architecture-specific cross-toolchain and matching |
19 | sysroot both built by the OpenEmbedded build system. | 19 | sysroot both built by the |
20 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-system-term'>OpenEmbedded build system</ulink>. | ||
20 | The toolchain and sysroot are based on a | 21 | The toolchain and sysroot are based on a |
21 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> | 22 | <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> |
22 | configuration and extensions, | 23 | configuration and extensions, |