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>
This commit is contained in:
Scott Rifenbark 2013-07-25 11:21:39 +03:00 committed by Richard Purdie
parent fd381a2067
commit 8007feff87
1 changed files with 38 additions and 28 deletions

View File

@ -60,33 +60,43 @@
<para> <para>
This list only represents features as shipped with the Yocto Project metadata: This list only represents features as shipped with the Yocto Project metadata:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>alsa:</emphasis> Include ALSA support (OSS compatibility <listitem><para><emphasis>alsa:</emphasis> Include ALSA support
kernel modules installed if available).</para></listitem> (OSS compatibility kernel modules installed if available).
<listitem><para><emphasis>bluetooth:</emphasis> Include bluetooth support (integrated BT only)
</para></listitem> </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> </para></listitem>
<listitem><para><emphasis>ext2:</emphasis> Include tools for supporting for devices with internal <listitem><para><emphasis>ipsec:</emphasis> Include IPSec
HDD/Microdrive for storing files (instead of Flash only devices) support.</para></listitem>
<listitem><para><emphasis>ipv6:</emphasis> Include IPv6 support.
</para></listitem> </para></listitem>
<listitem><para><emphasis>ipsec:</emphasis> Include IPSec support <listitem><para><emphasis>irda:</emphasis> Include Irda support.
</para></listitem> </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> </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> </para></listitem>
<listitem><para><emphasis>keyboard:</emphasis> Include keyboard support (e.g. keymaps will be <listitem><para><emphasis>opengl:</emphasis>
loaded during boot). Include the Open Graphics Library, which is a
</para></listitem> cross-language, multi-platform application programming
<listitem><para><emphasis>nfs:</emphasis> Include NFS client support (for mounting NFS exports on interface used for rendering two and three-dimensional
device)</para></listitem> graphics.</para></listitem>
<listitem><para><emphasis>pci:</emphasis> Include PCI bus support <listitem><para><emphasis>pci:</emphasis> Include PCI bus
</para></listitem> support.</para></listitem>
<listitem><para><emphasis>pcmcia:</emphasis> Include PCMCIA/CompactFlash support <listitem><para><emphasis>pcmcia:</emphasis> Include
</para></listitem> PCMCIA/CompactFlash support.</para></listitem>
<listitem><para><emphasis>ppp:</emphasis> Include PPP dialup support</para></listitem> <listitem><para><emphasis>ppp:</emphasis> Include PPP dialup
<listitem><para><emphasis>smbfs:</emphasis> Include SMB networks client support (for mounting support.</para></listitem>
Samba/Microsoft Windows shares on device)</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 <listitem><para><emphasis>systemd:</emphasis> Include support
for this <filename>init</filename> manager, which is a full for this <filename>init</filename> manager, which is a full
replacement of for <filename>init</filename> with parallel replacement of for <filename>init</filename> with parallel
@ -94,17 +104,17 @@
features. features.
This <filename>init</filename> manager is used by many This <filename>init</filename> manager is used by many
distributions.</para></listitem> distributions.</para></listitem>
<listitem><para><emphasis>usbgadget:</emphasis> Include USB Gadget Device support (for USB <listitem><para><emphasis>usbgadget:</emphasis> Include USB
networking/serial/storage) 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> </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 <listitem><para><emphasis>wayland:</emphasis> Include the
Wayland display server protocol and the library that Wayland display server protocol and the library that
supports it.</para></listitem> supports it.</para></listitem>
<listitem><para><emphasis>wifi:</emphasis> Include WiFi support (integrated only) <listitem><para><emphasis>wifi:</emphasis> Include WiFi support
</para></listitem> (integrated only).</para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
</section> </section>