Skip to content
Snippets Groups Projects
Verified Commit b4232cc8 authored by Davide Gardenal's avatar Davide Gardenal
Browse files

CI: fix sbom generation for Linux images


Add missing INHERITs to Linux jobs. Now all
Linux images in CI run "create-spdx.bbclass" correctly.

Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent de794793
No related branches found
No related tags found
1 merge request!189CI: add sbom generation for zephyr and fix for linux
......@@ -283,6 +283,7 @@
.build-wic-image:
extends: .build-image
variables:
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: create-spdx
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap"
script:
- !reference [.build-image, script]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment