diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-11-21 13:32:26 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-09 06:25:53 -0800 |
commit | 5c8cef6207a3ce1a8a70344267b1aec738fabfea (patch) | |
tree | b7ffe96ac8b2aad2cc55dfa4e8b02049f5a7db79 /documentation/ref-manual | |
parent | 5a12600915231e482bfd4a368e7449ce4322a605 (diff) | |
download | poky-5c8cef6207a3ce1a8a70344267b1aec738fabfea.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: ff33f7c374c6079af4dc2609e9fb63d705598bc7)
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>
(cherry picked from commit b64fb34643343b364705df9c3bd64af91ed9d687)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-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 a28738163c..4ac61af364 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 |