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,8 +1886,12 @@ system and gives an overview of their function and contents.
optionally support the feature. For example, specifying "x11" in optionally support the feature. For example, specifying "x11" in
:term:`DISTRO_FEATURES`, causes every piece of software built for the :term:`DISTRO_FEATURES`, causes every piece of software built for the
target that can optionally support X11 to have its X11 support target that can optionally support X11 to have its X11 support
enabled. Note: just enabling :term:`DISTRO_FEATURES` alone doesn't enabled.
enable feature support for packages, mechanisms such as making
.. 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 :term:`PACKAGECONFIG` track :term:`DISTRO_FEATURES` are used
to enable/disable package features. to enable/disable package features.