summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-05-09 14:19:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-13 07:50:58 +0100
commite867967d606a9742008a94d16f81e365e6371ec3 (patch)
treeb433593b9b310e7203dd6ededd735f7c40bf916c /documentation/ref-manual/ref-features.xml
parent2f4d0722ce42e6381228b335d2bbd5a5901bb594 (diff)
downloadpoky-e867967d606a9742008a94d16f81e365e6371ec3.tar.gz
ref-manual: Added links to new do_* sections.
With the creation of the new chapter that documents the 51 tasks defined by the OpenEmbedded build system, the remainder of the ref-manual had many first-instance occurrences of do_* task names that could be cross-referenced to the new sections. I have added these links. (From yocto-docs rev: 2ff39bd226a1d8f11924283bbaa3542a9d936ba3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
-rw-r--r--documentation/ref-manual/ref-features.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index f351931ab6..4aafaea674 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -53,8 +53,9 @@
53 go beyond simply controlling the installation of a package or packages. 53 go beyond simply controlling the installation of a package or packages.
54 Sometimes a feature can influence how certain recipes are built. 54 Sometimes a feature can influence how certain recipes are built.
55 For example, a feature might determine whether a particular configure option 55 For example, a feature might determine whether a particular configure option
56 is specified within <filename>do_configure</filename> for a particular 56 is specified within the
57 recipe. 57 <link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
58 task for a particular recipe.
58 </para> 59 </para>
59 60
60 <para> 61 <para>
@@ -105,8 +106,9 @@
105 and they can go beyond simply controlling the installation of a 106 and they can go beyond simply controlling the installation of a
106 package or packages. 107 package or packages.
107 In most cases, the presence or absence of a feature translates to 108 In most cases, the presence or absence of a feature translates to
108 the appropriate option supplied to the configure script during 109 the appropriate option supplied to the configure script during the
109 <filename>do_configure</filename> for the recipes that optionally 110 <link linkend='ref-tasks-configure'><filename>do_configure</filename></link>
111 task for the recipes that optionally
110 support the feature. 112 support the feature.
111 </para> 113 </para>
112 114