]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool upgrade: enable RECIPE_UPDATE_EXTRA_TASKS
authorTim Orling <tim.orling@konsulko.com>
Wed, 12 Jun 2024 17:28:49 +0000 (10:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Jun 2024 08:10:09 +0000 (09:10 +0100)
commit59894f3b5b0bc257837d7ce4ea684f1d8c382cec
treeafe7a66fb3457c6be7abf176edd5c00a73993844
parentf84ae97e2bc081c972e78ee4a958f21111dbbfb6
devtool upgrade: enable RECIPE_UPDATE_EXTRA_TASKS

For some recipes, such as those that inherit cargo-update-recipe-crates,
we need to run additional tasks once the new sources have been unpacked.

Introduce a new variable RECIPE_UPDATE_EXTRA_TASKS which is a space-
delimited list of tasks to run after the new sources have been
unpacked in scripts/lib/devtool/upgrade.py ugrade() method.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/upgrade.py