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: a0058122b00833bad84af007dfe466e9a2f6434b)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-06-01 13:49:19 -07:00
committed by Richard Purdie
parent 38af2da157
commit a43d7c7607

View File

@@ -19,8 +19,10 @@
<title>Autotools-Based Projects</title>
<para>
Once you have a suitable cross-toolchain installed, it is very easy
to develop a project outside of the OpenEmbedded build system.
Once you have a suitable
<ulink url='&YOCTO_DOCS_REF_URL;#cross-development-toolchain'>cross-development toolchain</ulink>
installed, it is very easy to develop a project outside of the
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>.
This section presents a simple "Helloworld" example that shows how
to set up, compile, and run the project.
</para>