Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta/classes/layer-cve-check.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines 158 to 162
bb.note("Writing rootfs CVE manifest")
Expand Down