diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-18 13:56:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-19 17:38:51 +0100 |
commit | bbd299dee9510c6e08b1e1c097f81015215788a0 (patch) | |
tree | 67025c8dcd0e2aa82f48ffedb0320f6d58c89a10 /documentation | |
parent | 9ea29196ee4b4cf623391e41665c5f3b23d74fa9 (diff) | |
download | poky-bbd299dee9510c6e08b1e1c097f81015215788a0.tar.gz |
documentation: poky-ref-manual - updates to distros and machines
The sections that list the features you can provide with the
MACHINE_FEATURES and DISTR_FEATURES variables implied that
the set was finite. It is not. I added wording to that
effect.
(From yocto-docs rev: d8e79fdf909ba5586dc45320b7cca03de639f49b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-features.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml index f4d755666d..7d98464126 100644 --- a/documentation/poky-ref-manual/ref-features.xml +++ b/documentation/poky-ref-manual/ref-features.xml | |||
@@ -28,8 +28,9 @@ | |||
28 | <title>Distro</title> | 28 | <title>Distro</title> |
29 | 29 | ||
30 | <para> | 30 | <para> |
31 | The items below are valid options for | 31 | The items below are features you can use with |
32 | <filename><link linkend='var-DISTRO_FEATURES'>DISTRO_FEATURES</link></filename>: | 32 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>. |
33 | This list only represents features as shipped with the Yocto Project metadata: | ||
33 | <itemizedlist> | 34 | <itemizedlist> |
34 | <listitem><para><emphasis>alsa:</emphasis> ALSA support will be included (OSS compatibility | 35 | <listitem><para><emphasis>alsa:</emphasis> ALSA support will be included (OSS compatibility |
35 | kernel modules will be installed if available).</para></listitem> | 36 | kernel modules will be installed if available).</para></listitem> |
@@ -74,8 +75,9 @@ | |||
74 | <title>Machine</title> | 75 | <title>Machine</title> |
75 | 76 | ||
76 | <para> | 77 | <para> |
77 | The items below are valid options for | 78 | The items below are features you can use with |
78 | <filename><link linkend='var-MACHINE_FEATURES'>MACHINE_FEATURES</link></filename>: | 79 | <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link>. |
80 | This list only represents features as shipped with the Yocto Project metadata: | ||
79 | <itemizedlist> | 81 | <itemizedlist> |
80 | <listitem><para><emphasis>acpi:</emphasis> Hardware has ACPI (x86/x86_64 only) | 82 | <listitem><para><emphasis>acpi:</emphasis> Hardware has ACPI (x86/x86_64 only) |
81 | </para></listitem> | 83 | </para></listitem> |