Skip to content
Snippets Groups Projects
Verified Commit b3e3be38 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 112a5b73
No related branches found
No related tags found
1 merge request!5CI: integrate create-spdx class
Pipeline #6195 passed
...@@ -283,6 +283,7 @@ ...@@ -283,6 +283,7 @@
.build-wic-image: .build-wic-image:
extends: .build-image extends: .build-image
variables: variables:
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: create-spdx
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap" CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap"
script: script:
- !reference [.build-image, 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