diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:05:04 +0100 |
commit | a4f4d35cb5e2294c6695559d0a8406fa2c0d4130 (patch) | |
tree | 9d123057c453acbf7262f65c502e53d02667b6c1 /documentation/ref-manual/variables.rst | |
parent | ec61c09e0c5a3a66c4cd2c0749743f057fba610c (diff) | |
download | poky-a4f4d35cb5e2294c6695559d0a8406fa2c0d4130.tar.gz |
ref-manual: add new RECIPE_UPGRADE_EXTRA_TASKS variable
(From yocto-docs rev: c80bc42afa40fd9eb5acaba24da3ad3b5915a254)
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.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 853e50cf9f..67fe44701e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7076,6 +7076,11 @@ system and gives an overview of their function and contents. | |||
7076 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" | 7076 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" |
7077 | section. | 7077 | section. |
7078 | 7078 | ||
7079 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` | ||
7080 | When upgrading a recipe with ``devtool upgrade``, the variable | ||
7081 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of | ||
7082 | tasks to run after the new sources have been unpacked. | ||
7083 | |||
7079 | :term:`RECIPE_SYSROOT` | 7084 | :term:`RECIPE_SYSROOT` |
7080 | This variable points to the directory that holds all files populated from | 7085 | This variable points to the directory that holds all files populated from |
7081 | recipes specified in :term:`DEPENDS`. As the name indicates, | 7086 | recipes specified in :term:`DEPENDS`. As the name indicates, |