diff mbox series

[yocto-autobuilder-helper] config.json/auh: configure for incremental version upgrades

Message ID 20260609094010.897937-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json/auh: configure for incremental version upgrades | expand

Commit Message

Alexander Kanavin June 9, 2026, 9:40 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Please see https://lists.openembedded.org/g/openembedded-architecture/message/2349 for details.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 config.json                            | 2 +-
 scripts/auh-config/upgrade-helper.conf | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 4904439..fe9d416 100644
--- a/config.json
+++ b/config.json
@@ -1591,7 +1591,7 @@ 
             "step2" : {
                 "shortname" : "run AUH",
                 "EXTRACMDS" : [
-                    "../auto-upgrade-helper/upgrade-helper.py -e all",
+                    "../auto-upgrade-helper/upgrade-helper.py -e all --incremental",
                     "mkdir -p ${WEBPUBLISH_DIR}/pub/auh/",
                     "cp -rf ./upgrade-helper/* ${WEBPUBLISH_DIR}/pub/auh/"
                 ]
diff --git a/scripts/auh-config/upgrade-helper.conf b/scripts/auh-config/upgrade-helper.conf
index a0d53c4..d7c6b1d 100644
--- a/scripts/auh-config/upgrade-helper.conf
+++ b/scripts/auh-config/upgrade-helper.conf
@@ -33,3 +33,4 @@  publish_work_url=https://valkyrie.yocto.io/pub/auh
 
 commit_revert_policy=all
 
+retry_any_version_recipes=vulkan-samples sbom-cve-check-update-cvelist-native sbom-cve-check-update-nvd-native