ref-manual: Sphinx note directive for DISTRO_FEATURES definition

(From yocto-docs rev: 1f175da06ecbed3ebb0621a0625010e43d916a3a)

Signed-off-by: Aatir Manzur <aatrapps@gmail.com>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Aatir Manzur
2022-07-05 15:38:47 -04:00
committed by Richard Purdie
parent 899979696f
commit 8152025572

View File

@@ -1886,10 +1886,14 @@ system and gives an overview of their function and contents.
optionally support the feature. For example, specifying "x11" in
:term:`DISTRO_FEATURES`, causes every piece of software built for the
target that can optionally support X11 to have its X11 support
enabled. Note: just enabling :term:`DISTRO_FEATURES` alone doesn't
enable feature support for packages, mechanisms such as making
:term:`PACKAGECONFIG` track :term:`DISTRO_FEATURES` are used
to enable/disable package features.
enabled.
.. note::
Just enabling :term:`DISTRO_FEATURES` alone doesn't
enable feature support for packages. Mechanisms such as making
:term:`PACKAGECONFIG` track :term:`DISTRO_FEATURES` are used
to enable/disable package features.
Two more examples are Bluetooth and NFS support. For a more complete
list of features that ships with the Yocto Project and that you can