summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-18 13:56:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-19 17:38:56 +0100
commit9235aec531c609a7e4f6dcd407d5c09f54a421e5 (patch)
treebfdf687832c1c85d63858e93daf9fe5e2aa0f25f /documentation
parentfb968f87a5a039f03bb99502832c2b51b7d70dd8 (diff)
downloadpoky-9235aec531c609a7e4f6dcd407d5c09f54a421e5.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.xml10
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>