From 3258864533369a3a01d65934d0aefe582cb56c47 Mon Sep 17 00:00:00 2001 From: Marta Rybczynska <marta.rybczynska@huawei.com> Date: Mon, 11 Apr 2022 10:13:06 +0200 Subject: [PATCH] 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: Marta Rybczynska <marta.rybczynska@huawei.com> --- .oniro-ci/build-generic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.oniro-ci/build-generic.yaml b/.oniro-ci/build-generic.yaml index c7c91689..ecc34037 100644 --- a/.oniro-ci/build-generic.yaml +++ b/.oniro-ci/build-generic.yaml @@ -206,6 +206,7 @@ # Linux builds can be extremely large. Use rm_work to remove the temporary # 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: create-spdx script: - test -n "$CI_ONIRO_BITBAKE_TARGETS" || ( echo "nothing to build - CI_ONIRO_BITBAKE_TARGETS is empty" -- GitLab