summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-features.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 77c31275ae..1d9cd5172e 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -6,6 +6,12 @@
6 <title>Reference: Features</title> 6 <title>Reference: Features</title>
7 7
8 <para> 8 <para>
9 This chapter provides a reference of shipped machine and distro features
10 you can include as part of the image, a reference on image types you can
11 build, and a reference on feature backfilling.
12 </para>
13
14 <para>
9 Features provide a mechanism for working out which packages 15 Features provide a mechanism for working out which packages
10 should be included in the generated images. 16 should be included in the generated images.
11 Distributions can select which features they want to support through the 17 Distributions can select which features they want to support through the
@@ -27,7 +33,8 @@
27 <para> 33 <para>
28 One method you can use to determine which recipes are checking to see if a 34 One method you can use to determine which recipes are checking to see if a
29 particular feature is contained or not is to <filename>grep</filename> through 35 particular feature is contained or not is to <filename>grep</filename> through
30 the metadata for the feature. 36 the <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>
37 for the feature.
31 Here is an example that discovers the recipes whose build is potentially 38 Here is an example that discovers the recipes whose build is potentially
32 changed based on a given feature: 39 changed based on a given feature:
33 <literallayout class='monospaced'> 40 <literallayout class='monospaced'>
@@ -36,13 +43,6 @@
36 </literallayout> 43 </literallayout>
37 </para> 44 </para>
38 45
39 <para>
40 This chapter provides a reference of shipped machine and distro features
41 you can include as part of the image, a reference on image types you can
42 build, and a reference on feature backfilling.
43 </para>
44
45
46 <section id='ref-features-distro'> 46 <section id='ref-features-distro'>
47 <title>Distro</title> 47 <title>Distro</title>
48 48