summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index a79d60edcf..5af64a0181 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7950,6 +7950,15 @@ system and gives an overview of their function and contents.
7950 the recipe will be skipped, and if the build system attempts to build 7950 the recipe will be skipped, and if the build system attempts to build
7951 the recipe then an error will be triggered. 7951 the recipe then an error will be triggered.
7952 7952
7953 :term:`REQUIRED_TUNE_FEATURES`
7954 When inheriting the :ref:`ref-classes-features_check` class, this variable
7955 identifies tune features that must exist in the current configuration in
7956 order for the :term:`OpenEmbedded Build System` to build the recipe. In
7957 other words, if the :term:`REQUIRED_TUNE_FEATURES` variable lists a
7958 feature that does not appear in :term:`TUNE_FEATURES` within the current
7959 configuration, then the recipe will be skipped, and if the build system
7960 attempts to build the recipe then an error will be triggered.
7961
7953 :term:`REQUIRED_VERSION` 7962 :term:`REQUIRED_VERSION`
7954 If there are multiple versions of a recipe available, this variable 7963 If there are multiple versions of a recipe available, this variable
7955 determines which version should be given preference. 7964 determines which version should be given preference.