summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-17 07:53:22 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:40 +0000
commit4a6d886ad5fa6a844116b126ad71652d2cd00de9 (patch)
tree2304f8fd56c3c88b6b5ad1b54d15c3c0915880de
parentbda6b1a3ad579f66b57ba4a555c256e4cb82d023 (diff)
downloadpoky-4a6d886ad5fa6a844116b126ad71652d2cd00de9.tar.gz
dev-manual: Added cross-reference to the build system.
Had to add a cross-reference anchor tag to the term in Chapter 3 and then the link itself. (From yocto-docs rev: 227c8ce85f4a8e81f14582cdc7c54b5b832d3aa0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml3
-rw-r--r--documentation/dev-manual/dev-manual-start.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index af5a97c780..eab563f3d0 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -547,7 +547,8 @@
547 </literallayout></para></listitem> 547 </literallayout></para></listitem>
548 </itemizedlist> 548 </itemizedlist>
549 </para></listitem> 549 </para></listitem>
550 <listitem><para><emphasis>Build System:</emphasis> In the context of the Yocto Project, 550 <listitem><para id='build-system-term'><emphasis>Build System:</emphasis>
551 In the context of the Yocto Project,
551 this term refers to the OpenEmbedded build system used by the project. 552 this term refers to the OpenEmbedded build system used by the project.
552 This build system is based on the project known as "Poky." 553 This build system is based on the project known as "Poky."
553 For some historical information about Poky, see the 554 For some historical information about Poky, see the
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index e84f4355bd..d506abb70f 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -24,7 +24,9 @@
24 <para> 24 <para>
25 The Yocto Project is an open-source collaboration project focused on embedded Linux development. 25 The Yocto Project is an open-source collaboration project focused on embedded Linux development.
26 The project currently provides a build system that is 26 The project currently provides a build system that is
27 referred to as the OpenEmbedded build system in the Yocto Project documentation. 27 referred to as the
28 <link linkend='build-system-term'>OpenEmbedded build system</link>
29 in the Yocto Project documentation.
28 The Yocto Project provides various ancillary tools for the embedded developer 30 The Yocto Project provides various ancillary tools for the embedded developer
29 and also features the Sato reference User Interface, which is optimized for 31 and also features the Sato reference User Interface, which is optimized for
30 stylus driven, low-resolution screens. 32 stylus driven, low-resolution screens.