summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-06-02 14:00:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-16 22:49:21 +0100
commit41780c62d257f626c7d6be16b80bb1ed97954505 (patch)
tree463b5907ce45b9c521da42a735037d964c20f35e /documentation
parent5020a0f560bfdc9cbb2996a11f46366adda89cd1 (diff)
downloadpoky-41780c62d257f626c7d6be16b80bb1ed97954505.tar.gz
ref-manual: add RECIPE_UPDATE_EXTRA_TASKS variable
Document the new RECIPE_UPDATE_EXTRA_TASKS variable and give cargo-update-recipe-crates as a concrete example. (From yocto-docs rev: 9cc4e395571dcef58d9d8545c08d9fdf8070bb32) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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