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.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 5c02033a54..dbe02ab27a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6132,6 +6132,13 @@ system and gives an overview of their function and contents.
6132 BitBake User Manual for additional information on tasks and 6132 BitBake User Manual for additional information on tasks and
6133 dependencies. 6133 dependencies.
6134 6134
6135 :term:`RECIPE_NO_UPDATE_REASON`
6136 If a recipe should not be replaced by a more recent upstream version,
6137 putting the reason why in this variable in a recipe allows
6138 ``devtool check-upgrade-status`` command to display it, as explained
6139 in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`"
6140 section.
6141
6135 :term:`REQUIRED_DISTRO_FEATURES` 6142 :term:`REQUIRED_DISTRO_FEATURES`
6136 When inheriting the 6143 When inheriting the
6137 :ref:`features_check <ref-classes-features_check>` 6144 :ref:`features_check <ref-classes-features_check>`