Skip to content

Commit

Permalink
pr-cve-check.yml: change distro to poky-altcfg
Browse files Browse the repository at this point in the history
As greengrass-lite requires this and all build tests are changed to this distro.

(cherry picked from commit bdd05f5)
  • Loading branch information
thomas-roos committed Dec 18, 2024
1 parent a4b9d3c commit dd4e1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-cve-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit dd4e1c4

Please sign in to comment.