summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-10-27 13:43:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-29 23:16:34 +0000
commit0412f9a105d25c97873c58c9d1b65c37c2552a56 (patch)
tree72d0b6d1d6b5186b2c78c00197d6bc94b317a9e4 /documentation/ref-manual/variables.rst
parentc5ce2c1e13ef9552411ae598840858cf5ab8076b (diff)
downloadpoky-0412f9a105d25c97873c58c9d1b65c37c2552a56.tar.gz
ref-manual/variables.rst: document the REQUIRED_TUNE_FEATURES variable
Very similar to REQUIRED_DISTRO_FEATURES, added by commit a8ef7339ecb9 ("features_check.bbclass: Add support for required TUNE_FEATURES") in OE-Core. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 9652c101092c34233f00418fcc2a84a86fbc9a9b) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.