From dd4e1c469562905656afde3d71a0dd5e9fb800cb Mon Sep 17 00:00:00 2001 From: tro Date: Wed, 18 Dec 2024 07:24:53 +0100 Subject: [PATCH] pr-cve-check.yml: change distro to poky-altcfg As greengrass-lite requires this and all build tests are changed to this distro. (cherry picked from commit bdd05f5133a67f2fe45425712faa771fb79a2543) --- .github/workflows/pr-cve-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-cve-check.yml b/.github/workflows/pr-cve-check.yml index 8c2115bf6..f5668ab8f 100644 --- a/.github/workflows/pr-cve-check.yml +++ b/.github/workflows/pr-cve-check.yml @@ -47,6 +47,7 @@ jobs: bitbake-layers add-layer ../meta-openembedded/meta-multimedia bitbake-layers add-layer ../meta-aws echo 'INHERIT += "cve-check"' >> conf/local.conf + echo DISTRO = \"poky-altcfg\" >> conf/local.conf bitbake -c cve_check `find ../meta-aws -name *.bb -type f | sed 's!.*/!!' | sed 's!.bb!!' | sed 's!_.*!!' | sort | uniq | sed -z 's/\n/ /g'` - name: Show cve-summary.json run: |