summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 07:25:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:36 +0100
commit534be33e7172fdc546aa4dea1881563a6cc9ce6a (patch)
treeb82138663976a0af4c587b252a44ab1cff56283f /documentation/ref-manual/ref-features.xml
parentd4366144248ffa9ee50d717143b1e87a8a3aa437 (diff)
downloadpoky-534be33e7172fdc546aa4dea1881563a6cc9ce6a.tar.gz
ref-manual: Edits to the introduction section.
(From yocto-docs rev: c01105ad507deaa1cdc21588ab8c6f4ec8455a51) 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.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