summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 88c3602e66..16b449d6b7 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7086,6 +7086,13 @@ system and gives an overview of their function and contents.
7086 The default value is ``"${WORKDIR}/recipe-sysroot-native"``. 7086 The default value is ``"${WORKDIR}/recipe-sysroot-native"``.
7087 Do not modify it. 7087 Do not modify it.
7088 7088
7089 :term:`RECIPE_UPDATE_EXTRA_TASKS`
7090 For some recipes, after the new source has been unpacked, additional tasks
7091 may need to be run during an upgrade. A good example of this is recipes
7092 which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the
7093 `do_update_crates` task needs to be run whenever Cargo.toml/Cargo.lock have
7094 changed in the source.
7095
7089 :term:`REPODIR` 7096 :term:`REPODIR`
7090 See :term:`bitbake:REPODIR` in the BitBake manual. 7097 See :term:`bitbake:REPODIR` in the BitBake manual.
7091 7098