summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAatir Manzur <aatrapps@gmail.com>2022-07-05 15:38:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-20 14:25:01 +0100
commit815202557280f2e070ef707469772caacd694dec (patch)
tree2f08a063942a9d365ea001113d5cbae51a942ae0 /documentation
parent899979696f68ff4414cebf7782b37d7bae27144b (diff)
downloadpoky-815202557280f2e070ef707469772caacd694dec.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1710830dc0..defc0bdcf8 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1886,10 +1886,14 @@ system and gives an overview of their function and contents.
1886 optionally support the feature. For example, specifying "x11" in 1886 optionally support the feature. For example, specifying "x11" in
1887 :term:`DISTRO_FEATURES`, causes every piece of software built for the 1887 :term:`DISTRO_FEATURES`, causes every piece of software built for the
1888 target that can optionally support X11 to have its X11 support 1888 target that can optionally support X11 to have its X11 support
1889 enabled. Note: just enabling :term:`DISTRO_FEATURES` alone doesn't 1889 enabled.
1890 enable feature support for packages, mechanisms such as making 1890
1891 :term:`PACKAGECONFIG` track :term:`DISTRO_FEATURES` are used 1891 .. note::
1892 to enable/disable package features. 1892
1893 Just enabling :term:`DISTRO_FEATURES` alone doesn't
1894 enable feature support for packages. Mechanisms such as making
1895 :term:`PACKAGECONFIG` track :term:`DISTRO_FEATURES` are used
1896 to enable/disable package features.
1893 1897
1894 Two more examples are Bluetooth and NFS support. For a more complete 1898 Two more examples are Bluetooth and NFS support. For a more complete
1895 list of features that ships with the Yocto Project and that you can 1899 list of features that ships with the Yocto Project and that you can