diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
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 |