diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-21 17:15:07 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:07 +0000 |
| commit | c86bd272ea2f9e7fdbe59cffd14de826f5ad12a5 (patch) | |
| tree | fd7c5f29e25c14169af7f3d56989b5a9b816e149 /documentation/ref-manual | |
| parent | 2f1b6e1126f5a7a5cdc3bf39816bee1fece02dbb (diff) | |
| download | poky-c86bd272ea2f9e7fdbe59cffd14de826f5ad12a5.tar.gz | |
ref-manual: Updated the intro text to "Distro Features" section.
(From yocto-docs rev: 328f7115e3f557ca979fa330e068739c4b0e2bcd)
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')
| -rw-r--r-- | documentation/ref-manual/ref-features.xml | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 5b8c76f4f8..d6a58cd645 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
| @@ -48,13 +48,24 @@ | |||
| 48 | 48 | ||
| 49 | <para> | 49 | <para> |
| 50 | The items below are features you can use with | 50 | The items below are features you can use with |
| 51 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>. | 51 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> |
| 52 | Features do not have a one-to-one correspondence to packages, and they can | 52 | to enable features across your distribution. |
| 53 | go beyond simply controlling the installation of a package or packages. | 53 | Features do not have a one-to-one correspondence to packages, |
| 54 | Sometimes a feature can influence how certain recipes are built. | 54 | and they can go beyond simply controlling the installation of a |
| 55 | For example, a feature might determine whether a particular configure option | 55 | package or packages. |
| 56 | is specified within <filename>do_configure</filename> for a particular | 56 | In most cases, the presence or absence of a feature translates to |
| 57 | recipe. | 57 | the appropriate option supplied to the configure script during |
| 58 | <filename>do_configure</filename> for the recipes that optionally | ||
| 59 | support the feature. | ||
| 60 | </para> | ||
| 61 | |||
| 62 | <para> | ||
| 63 | Some distro features are also machine features. | ||
| 64 | This select list of features makes sense to be controlled both at | ||
| 65 | the machine and distribution configuration level. | ||
| 66 | See the | ||
| 67 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COMBINED_FEATURES'><filename>COMBINED_FEATURES</filename></ulink> | ||
| 68 | variable for more information. | ||
| 58 | </para> | 69 | </para> |
| 59 | 70 | ||
| 60 | <para> | 71 | <para> |
