diff mbox series

[1/2] ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS

Message ID 20241121123227.681233-1-alex@linutronix.de
State New
Headers show
Series [1/2] ref-manual: merge two separate descriptions of RECIPE_UPGRADE_EXTRA_TASKS | expand

Commit Message

Alexander Kanavin Nov. 21, 2024, 12:32 p.m. UTC
The second description was added due to confusion over the variable rename in oe-core.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 documentation/ref-manual/variables.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Comments

Quentin Schulz Nov. 21, 2024, 1:16 p.m. UTC | #1
Hi Alex,

On 11/21/24 1:32 PM, Alexander Kanavin via lists.yoctoproject.org wrote:
> The second description was added due to confusion over the variable rename in oe-core.
> 
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>

Commit doing that rename in poky: 18e4194539f33e4d702144ae7ad92875f0bbe41b

The introduction of RECIPE_UPDATE_EXTRA_TASKS was done in styhead and 
the rename as well. So candidate for backporting and no need for an 
entry in the migration manual I believe.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 43f4d7966..30887f12c 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.
       in the ":ref:`ref-manual/devtool-reference:checking on the upgrade status of a recipe`"
       section.
 
-   :term:`RECIPE_UPGRADE_EXTRA_TASKS`
-      When upgrading a recipe with ``devtool upgrade``, the variable
-      :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of
-      tasks to run after the new sources have been unpacked.
-
    :term:`RECIPE_SYSROOT`
       This variable points to the directory that holds all files populated from
       recipes specified in :term:`DEPENDS`. As the name indicates,
@@ -7165,7 +7160,11 @@  system and gives an overview of their function and contents.
       The default value is ``"${WORKDIR}/recipe-sysroot-native"``.
       Do not modify it.
 
-   :term:`RECIPE_UPDATE_EXTRA_TASKS`
+   :term:`RECIPE_UPGRADE_EXTRA_TASKS`
+      When upgrading a recipe with ``devtool upgrade``, the variable
+      :term:`RECIPE_UPGRADE_EXTRA_TASKS` specifies a space-delimited list of
+      tasks to run after the new sources have been unpacked.
+
       For some recipes, after the new source has been unpacked, additional tasks
       may need to be run during an upgrade. A good example of this is recipes
       which inherit :ref:`ref-classes-cargo-update-recipe-crates`, where the