diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-11-21 13:32:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-22 16:56:03 +0000 |
commit | b95959a56bc9dc46c411e5893b1ed698df20b668 (patch) | |
tree | 5b36268f871003f86afd075ee2017b2cdc636426 /documentation | |
parent | a11bc1d3209fdc4450c06c40c84fdde5753028df (diff) | |
download | poky-b95959a56bc9dc46c411e5893b1ed698df20b668.tar.gz |
ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS
The second description was added due to confusion over the variable rename in oe-core.
(From yocto-docs rev: b64fb34643343b364705df9c3bd64af91ed9d687)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 43f4d79663..30887f12cb 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7130,11 +7130,6 @@ system and gives an overview of their function and contents. | |||
7130 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" | 7130 | in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`" |
7131 | section. | 7131 | section. |
7132 | 7132 | ||
7133 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` | ||
7134 | When upgrading a recipe with ``devtool upgrade``, the variable | ||
7135 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of | ||
7136 | tasks to run after the new sources have been unpacked. | ||
7137 | |||
7138 | :term:`RECIPE_SYSROOT` | 7133 | :term:`RECIPE_SYSROOT` |
7139 | This variable points to the directory that holds all files populated from | 7134 | This variable points to the directory that holds all files populated from |
7140 | recipes specified in :term:`DEPENDS`. As the name indicates, | 7135 | recipes specified in :term:`DEPENDS`. As the name indicates, |
@@ -7165,7 +7160,11 @@ system and gives an overview of their function and contents. | |||
7165 | The default value is ``"${WORKDIR}/recipe-sysroot-native"``. | 7160 | The default value is ``"${WORKDIR}/recipe-sysroot-native"``. |
7166 | Do not modify it. | 7161 | Do not modify it. |
7167 | 7162 | ||
7168 | :term:`RECIPE_UPDATE_EXTRA_TASKS` | 7163 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` |
7164 | When upgrading a recipe with ``devtool upgrade``, the variable | ||
7165 | :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of | ||
7166 | tasks to run after the new sources have been unpacked. | ||
7167 | |||
7169 | For some recipes, after the new source has been unpacked, additional tasks | 7168 | For some recipes, after the new source has been unpacked, additional tasks |
7170 | may need to be run during an upgrade. A good example of this is recipes | 7169 | may need to be run during an upgrade. A good example of this is recipes |
7171 | which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the | 7170 | which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the |