diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 28267101d8..603f95d2e4 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1873,7 +1873,10 @@ system and gives an overview of their function and contents. | |||
1873 | optionally support the feature. For example, specifying "x11" in | 1873 | optionally support the feature. For example, specifying "x11" in |
1874 | :term:`DISTRO_FEATURES`, causes every piece of software built for the | 1874 | :term:`DISTRO_FEATURES`, causes every piece of software built for the |
1875 | target that can optionally support X11 to have its X11 support | 1875 | target that can optionally support X11 to have its X11 support |
1876 | enabled. | 1876 | enabled. Note: just enabling :term:`DISTRO_FEATURES` alone doesn't |
1877 | enable feature support for packages, mechanisms such as making | ||
1878 | :term:`PACKAGECONFIG` track :term:`DISTRO_FEATURES` are used | ||
1879 | to enable/disable package features. | ||
1877 | 1880 | ||
1878 | Two more examples are Bluetooth and NFS support. For a more complete | 1881 | Two more examples are Bluetooth and NFS support. For a more complete |
1879 | list of features that ships with the Yocto Project and that you can | 1882 | list of features that ships with the Yocto Project and that you can |