Skip to content
Snippets Groups Projects
Commit 32588645 authored by Marta Rybczynska's avatar Marta Rybczynska
Browse files

CI: add sbom generation on Linux

Use the Yocto class to generate SBOM. Activate on Linux only,
there is a pending issue on Zephyr [1]

[1] https://lists.openembedded.org/g/openembedded-core/message/167450



Signed-off-by: default avatarMarta Rybczynska <marta.rybczynska@huawei.com>
parent 06c51d31
No related branches found
No related tags found
1 merge request!65CI: add sbom generation
...@@ -206,6 +206,7 @@ ...@@ -206,6 +206,7 @@
# Linux builds can be extremely large. Use rm_work to remove the temporary # Linux builds can be extremely large. Use rm_work to remove the temporary
# build data as soon as possible to reclaim space. # build data as soon as possible to reclaim space.
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: "rm_work" CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: "rm_work"
CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT: create-spdx
script: script:
- test -n "$CI_ONIRO_BITBAKE_TARGETS" || ( - test -n "$CI_ONIRO_BITBAKE_TARGETS" || (
echo "nothing to build - CI_ONIRO_BITBAKE_TARGETS is empty" echo "nothing to build - CI_ONIRO_BITBAKE_TARGETS is empty"
......
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