aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-21 11:43:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:16 +0000
commitcf0424185c4253ccefeafc677909c8b98135f145 (patch)
tree661d9381423ad96feabaf1b80b9e3436e292ab44 /documentation/ref-manual/ref-features.xml
parentd85638820b13db469204214849430dc86f2467fe (diff)
downloadopenembedded-core-contrib-cf0424185c4253ccefeafc677909c8b98135f145.tar.gz
ref-manual: re-ordered distro features and machine features sub-sections.
(From yocto-docs rev: 14d910f53c347a580e80747a947a70a79c9692e2) 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.xml102
1 files changed, 51 insertions, 51 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 5b8c76f4f8..1874021e4a 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -43,6 +43,57 @@
</literallayout>
</para>
+ <section id='ref-features-machine'>
+ <title>Machine Features</title>
+
+ <para>
+ The items below are features you can use with
+ <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link>.
+ Features do not have a one-to-one correspondence to packages, and they can
+ go beyond simply controlling the installation of a package or packages.
+ Sometimes a feature can influence how certain recipes are built.
+ For example, a feature might determine whether a particular configure option
+ is specified within <filename>do_configure</filename> for a particular
+ recipe.
+ </para>
+
+ <para>
+ This feature list only represents features as shipped with the Yocto Project metadata:
+ <itemizedlist>
+ <listitem><para><emphasis>acpi:</emphasis> Hardware has ACPI (x86/x86_64 only)
+ </para></listitem>
+ <listitem><para><emphasis>alsa:</emphasis> Hardware has ALSA audio drivers
+ </para></listitem>
+ <listitem><para><emphasis>apm:</emphasis> Hardware uses APM (or APM emulation)
+ </para></listitem>
+ <listitem><para><emphasis>bluetooth:</emphasis> Hardware has integrated BT
+ </para></listitem>
+ <listitem><para><emphasis>ext2:</emphasis> Hardware HDD or Microdrive
+ </para></listitem>
+ <listitem><para><emphasis>irda:</emphasis> Hardware has IrDA support
+ </para></listitem>
+ <listitem><para><emphasis>keyboard:</emphasis> Hardware has a keyboard
+ </para></listitem>
+ <listitem><para><emphasis>pci:</emphasis> Hardware has a PCI bus
+ </para></listitem>
+ <listitem><para><emphasis>pcmcia:</emphasis> Hardware has PCMCIA or CompactFlash sockets
+ </para></listitem>
+ <listitem><para><emphasis>screen:</emphasis> Hardware has a screen
+ </para></listitem>
+ <listitem><para><emphasis>serial:</emphasis> Hardware has serial support (usually RS232)
+ </para></listitem>
+ <listitem><para><emphasis>touchscreen:</emphasis> Hardware has a touchscreen
+ </para></listitem>
+ <listitem><para><emphasis>usbgadget:</emphasis> Hardware is USB gadget device capable
+ </para></listitem>
+ <listitem><para><emphasis>usbhost:</emphasis> Hardware is USB Host capable
+ </para></listitem>
+ <listitem><para><emphasis>wifi:</emphasis> Hardware has integrated WiFi
+ </para></listitem>
+ </itemizedlist>
+ </para>
+ </section>
+
<section id='ref-features-distro'>
<title>Distro Features</title>
@@ -125,57 +176,6 @@
</para>
</section>
- <section id='ref-features-machine'>
- <title>Machine Features</title>
-
- <para>
- The items below are features you can use with
- <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link>.
- Features do not have a one-to-one correspondence to packages, and they can
- go beyond simply controlling the installation of a package or packages.
- Sometimes a feature can influence how certain recipes are built.
- For example, a feature might determine whether a particular configure option
- is specified within <filename>do_configure</filename> for a particular
- recipe.
- </para>
-
- <para>
- This feature list only represents features as shipped with the Yocto Project metadata:
- <itemizedlist>
- <listitem><para><emphasis>acpi:</emphasis> Hardware has ACPI (x86/x86_64 only)
- </para></listitem>
- <listitem><para><emphasis>alsa:</emphasis> Hardware has ALSA audio drivers
- </para></listitem>
- <listitem><para><emphasis>apm:</emphasis> Hardware uses APM (or APM emulation)
- </para></listitem>
- <listitem><para><emphasis>bluetooth:</emphasis> Hardware has integrated BT
- </para></listitem>
- <listitem><para><emphasis>ext2:</emphasis> Hardware HDD or Microdrive
- </para></listitem>
- <listitem><para><emphasis>irda:</emphasis> Hardware has IrDA support
- </para></listitem>
- <listitem><para><emphasis>keyboard:</emphasis> Hardware has a keyboard
- </para></listitem>
- <listitem><para><emphasis>pci:</emphasis> Hardware has a PCI bus
- </para></listitem>
- <listitem><para><emphasis>pcmcia:</emphasis> Hardware has PCMCIA or CompactFlash sockets
- </para></listitem>
- <listitem><para><emphasis>screen:</emphasis> Hardware has a screen
- </para></listitem>
- <listitem><para><emphasis>serial:</emphasis> Hardware has serial support (usually RS232)
- </para></listitem>
- <listitem><para><emphasis>touchscreen:</emphasis> Hardware has a touchscreen
- </para></listitem>
- <listitem><para><emphasis>usbgadget:</emphasis> Hardware is USB gadget device capable
- </para></listitem>
- <listitem><para><emphasis>usbhost:</emphasis> Hardware is USB Host capable
- </para></listitem>
- <listitem><para><emphasis>wifi:</emphasis> Hardware has integrated WiFi
- </para></listitem>
- </itemizedlist>
- </para>
- </section>
-
<section id='ref-features-image'>
<title>Image Features</title>