summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-21 17:15:07 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:18 +0000
commit9a8d0ea021714e61c054d9aeaa6b6a6a0c617906 (patch)
tree2de7f2162f6226c058bdb2bbfd6aaee52c5d63d9 /documentation/ref-manual/ref-features.xml
parentbbd193d86cee036c2325f8e480584c9d2b389690 (diff)
downloadpoky-9a8d0ea021714e61c054d9aeaa6b6a6a0c617906.tar.gz
ref-manual: Updated the intro text to "Distro Features" section.
(From yocto-docs rev: 38a35921be904bfa1e20160f6548aacefbc5f144) 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.xml25
1 files changed, 18 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 1874021e4a..cf2691abf9 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -99,13 +99,24 @@
99 99
100 <para> 100 <para>
101 The items below are features you can use with 101 The items below are features you can use with
102 <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>. 102 <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>
103 Features do not have a one-to-one correspondence to packages, and they can 103 to enable features across your distribution.
104 go beyond simply controlling the installation of a package or packages. 104 Features do not have a one-to-one correspondence to packages,
105 Sometimes a feature can influence how certain recipes are built. 105 and they can go beyond simply controlling the installation of a
106 For example, a feature might determine whether a particular configure option 106 package or packages.
107 is specified within <filename>do_configure</filename> for a particular 107 In most cases, the presence or absence of a feature translates to
108 recipe. 108 the appropriate option supplied to the configure script during
109 <filename>do_configure</filename> for the recipes that optionally
110 support the feature.
111 </para>
112
113 <para>
114 Some distro features are also machine features.
115 This select list of features makes sense to be controlled both at
116 the machine and distribution configuration level.
117 See the
118 <ulink url='&YOCTO_DOCS_REF_URL;#var-COMBINED_FEATURES'><filename>COMBINED_FEATURES</filename></ulink>
119 variable for more information.
109 </para> 120 </para>
110 121
111 <para> 122 <para>