summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-06-01 13:49:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:46 +0100
commit5b804813fcad540582985267cb80d640d52587d7 (patch)
tree797f334d3ff96f96342bd7f3ed078225888a4f89 /documentation
parent0f622b6d6473382efb5276e7a1e0bdff585c0fc0 (diff)
downloadpoky-5b804813fcad540582985267cb80d640d52587d7.tar.gz
sdk-manual: Added cross-referencing to "Autotools-Based Projects"
Needed to reference a couple terms for first use: "cross-development toolchain" and "OpenEmbedded build system". (From yocto-docs rev: 2370c3508574efe05e768f4515fec5b17f0ca177) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index d3286c08a7..2f8132577d 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -19,8 +19,10 @@
19 <title>Autotools-Based Projects</title> 19 <title>Autotools-Based Projects</title>
20 20
21 <para> 21 <para>
22 Once you have a suitable cross-toolchain installed, it is very easy 22 Once you have a suitable
23 to develop a project outside of the OpenEmbedded build system. 23 <ulink url='&YOCTO_DOCS_REF_URL;#cross-development-toolchain'>cross-development toolchain</ulink>
24 installed, it is very easy to develop a project outside of the
25 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>.
24 This section presents a simple "Helloworld" example that shows how 26 This section presents a simple "Helloworld" example that shows how
25 to set up, compile, and run the project. 27 to set up, compile, and run the project.
26 </para> 28 </para>