diff mbox series

[2/2] sbom-cve-check: exclude recipes from version checks and version updates

Message ID 20260422151858.2598801-2-alex.kanavin@gmail.com
State New
Headers show
Series [1/2] libjpeg-turbo: exclude x.y.9z versions from upstream check | expand

Commit Message

Alexander Kanavin April 22, 2026, 3:18 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

These recipes rely on AUTOREV enabled with a fragment, and upstream otherwise
updates them far too often to make regular version updates feasible.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../recipes-devtools/sbom-cve-check/sbom-cve-check-update-db.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/sbom-cve-check/sbom-cve-check-update-db.inc b/meta/recipes-devtools/sbom-cve-check/sbom-cve-check-update-db.inc
index fbdc561e8c..8f8639ab6c 100644
--- a/meta/recipes-devtools/sbom-cve-check/sbom-cve-check-update-db.inc
+++ b/meta/recipes-devtools/sbom-cve-check/sbom-cve-check-update-db.inc
@@ -2,6 +2,7 @@ 
 
 INHIBIT_DEFAULT_DEPS = "1"
 EXCLUDE_FROM_WORLD = "1"
+RECIPE_NO_UPDATE_REASON = "Recipe is enabled via fragment that also sets AUTOREV, and so it doesn't require manual updates"
 
 inherit native
 require conf/sbom-cve-check-config.inc