aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-07-25 11:21:39 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:43 +0100
commit8007feff87b437a4f29620ec06a0e68a5aac2da3 (patch)
treeac2a1624c4c70a5300c72d75a3464d2f9303934d /documentation/ref-manual/ref-features.xml
parentfd381a206763bfac46dffc049f529492a8abe9d5 (diff)
downloadopenembedded-core-contrib-8007feff87b437a4f29620ec06a0e68a5aac2da3.tar.gz
ref-manual: added opengl to distro feature list.
Fixes [YOCTO #4907] Open Graphics Library was not included in the list of supported distro features that could be included using the DISTRO_FEATURES variable. It is now. (From yocto-docs rev: 2e06fe0f8135c13d3a86857f9b0e450239cedbf4) 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.xml66
1 files changed, 38 insertions, 28 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 7c43ab392f..b29b7edeb3 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -60,33 +60,43 @@
<para>
This list only represents features as shipped with the Yocto Project metadata:
<itemizedlist>
- <listitem><para><emphasis>alsa:</emphasis> Include ALSA support (OSS compatibility
- kernel modules installed if available).</para></listitem>
- <listitem><para><emphasis>bluetooth:</emphasis> Include bluetooth support (integrated BT only)
+ <listitem><para><emphasis>alsa:</emphasis> Include ALSA support
+ (OSS compatibility kernel modules installed if available).
</para></listitem>
- <listitem><para><emphasis>cramfs:</emphasis> Include CramFS support
+ <listitem><para><emphasis>bluetooth:</emphasis> Include
+ bluetooth support (integrated BT only).</para></listitem>
+ <listitem><para><emphasis>cramfs:</emphasis> Include CramFS
+ support.</para></listitem>
+ <listitem><para><emphasis>ext2:</emphasis> Include tools for
+ supporting for devices with internal HDD/Microdrive for
+ storing files (instead of Flash only devices).
</para></listitem>
- <listitem><para><emphasis>ext2:</emphasis> Include tools for supporting for devices with internal
- HDD/Microdrive for storing files (instead of Flash only devices)
+ <listitem><para><emphasis>ipsec:</emphasis> Include IPSec
+ support.</para></listitem>
+ <listitem><para><emphasis>ipv6:</emphasis> Include IPv6 support.
</para></listitem>
- <listitem><para><emphasis>ipsec:</emphasis> Include IPSec support
+ <listitem><para><emphasis>irda:</emphasis> Include Irda support.
</para></listitem>
- <listitem><para><emphasis>ipv6:</emphasis> Include IPv6 support
+ <listitem><para><emphasis>keyboard:</emphasis> Include keyboard
+ support (e.g. keymaps will be loaded during boot).
</para></listitem>
- <listitem><para><emphasis>irda:</emphasis> Include Irda support
+ <listitem><para><emphasis>nfs:</emphasis> Include NFS client
+ support (for mounting NFS exports on device).
</para></listitem>
- <listitem><para><emphasis>keyboard:</emphasis> Include keyboard support (e.g. keymaps will be
- loaded during boot).
- </para></listitem>
- <listitem><para><emphasis>nfs:</emphasis> Include NFS client support (for mounting NFS exports on
- device)</para></listitem>
- <listitem><para><emphasis>pci:</emphasis> Include PCI bus support
- </para></listitem>
- <listitem><para><emphasis>pcmcia:</emphasis> Include PCMCIA/CompactFlash support
- </para></listitem>
- <listitem><para><emphasis>ppp:</emphasis> Include PPP dialup support</para></listitem>
- <listitem><para><emphasis>smbfs:</emphasis> Include SMB networks client support (for mounting
- Samba/Microsoft Windows shares on device)</para></listitem>
+ <listitem><para><emphasis>opengl:</emphasis>
+ Include the Open Graphics Library, which is a
+ cross-language, multi-platform application programming
+ interface used for rendering two and three-dimensional
+ graphics.</para></listitem>
+ <listitem><para><emphasis>pci:</emphasis> Include PCI bus
+ support.</para></listitem>
+ <listitem><para><emphasis>pcmcia:</emphasis> Include
+ PCMCIA/CompactFlash support.</para></listitem>
+ <listitem><para><emphasis>ppp:</emphasis> Include PPP dialup
+ support.</para></listitem>
+ <listitem><para><emphasis>smbfs:</emphasis> Include SMB networks
+ client support (for mounting Samba/Microsoft Windows shares
+ on device).</para></listitem>
<listitem><para><emphasis>systemd:</emphasis> Include support
for this <filename>init</filename> manager, which is a full
replacement of for <filename>init</filename> with parallel
@@ -94,17 +104,17 @@
features.
This <filename>init</filename> manager is used by many
distributions.</para></listitem>
- <listitem><para><emphasis>usbgadget:</emphasis> Include USB Gadget Device support (for USB
- networking/serial/storage)
- </para></listitem>
- <listitem><para><emphasis>usbhost:</emphasis> Include USB Host support (allows to connect external
- keyboard, mouse, storage, network etc)
+ <listitem><para><emphasis>usbgadget:</emphasis> Include USB
+ Gadget Device support (for USB networking/serial/storage).
</para></listitem>
+ <listitem><para><emphasis>usbhost:</emphasis> Include USB Host
+ support (allows to connect external keyboard, mouse,
+ storage, network etc).</para></listitem>
<listitem><para><emphasis>wayland:</emphasis> Include the
Wayland display server protocol and the library that
supports it.</para></listitem>
- <listitem><para><emphasis>wifi:</emphasis> Include WiFi support (integrated only)
- </para></listitem>
+ <listitem><para><emphasis>wifi:</emphasis> Include WiFi support
+ (integrated only).</para></listitem>
</itemizedlist>
</para>
</section>