]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
recipeutils: add optional stable_upgrade parameter to get_recipe_upgrade_status
authorChen Qi <Qi.Chen@windriver.com>
Mon, 18 May 2026 05:55:52 +0000 (13:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jun 2026 10:17:37 +0000 (11:17 +0100)
commit1ed8fdda035dcc21f3df71c0c996973224f4f683
tree737d17973dfb4d5f0b8c2b09b1338528d7ab5301
parentddd54d6d9760e6c049ef82f250c81a10592d409d
recipeutils: add optional stable_upgrade parameter to get_recipe_upgrade_status

We want the ability to do stable version upgrades for recipes.
To this end, add an optional stable_upgrade parameter to the
get_recipe_upgrade_status function, which defaults to False and
when enabled will try to get the latest stable version of the recipe.

The UPSTREAM_STABLE_RELEASE_REGEX is respected. If a recipe sets
it, it will be used as the filter_regex. If it's not set explicitly,
it means that there's no stable updates or the recipe hasn't been
checked yet.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py