summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>