From 37aba7a4adfa72c83d295c23b2ba3793639bbe6c Mon Sep 17 00:00:00 2001 From: vbabypublic Date: Wed, 5 Aug 2026 10:44:59 -0400 Subject: [PATCH] RDKOSS-954: Auto generated CVE report Turn the error to waring for the multi arch build --- meta/classes/layer-cve-check.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/layer-cve-check.bbclass b/meta/classes/layer-cve-check.bbclass index 4a964888b9..f32e08bb01 100644 --- a/meta/classes/layer-cve-check.bbclass +++ b/meta/classes/layer-cve-check.bbclass @@ -157,7 +157,7 @@ python layer_cve_check_write_rootfs_manifest () { if recipe in recipe_arch_map: if recipe_arch_map[recipe] != arch: - bb.fatal("The recipe (%s) has configured with multiple arch (%s, %s)" %(recipe, recipe_arch_map[recipe], arch)) + bb.warn("The recipe (%s) has configured with multiple arch (%s, %s)" %(recipe, recipe_arch_map[recipe], arch)) else: recipe_arch_map[recipe] = arch bb.note("Writing rootfs CVE manifest")