Skip to content

Commit

Permalink
WIP: ci/cd: added missing layers to pass yocto-check-layer
Browse files Browse the repository at this point in the history
The layersmeta-networking, meta-python and meta-perl are needed to run
the yocto-check-layer now ptest is added.

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
  • Loading branch information
vermaete committed Apr 22, 2024
1 parent fc2c621 commit 79839dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/yocto-check-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ cd poky
git clone --depth 1 --branch $YOCTO_RELEASE git://git.openembedded.org/meta-openembedded
. ./oe-init-build-env build
bitbake-layers add-layer ../meta-openembedded/meta-oe
bitbake-layers add-layer ../meta-openembedded/meta-perl
bitbake-layers add-layer ../meta-openembedded/meta-python
bitbake-layers add-layer ../meta-openembedded/meta-networking
yocto-check-layer --with-software-layer-signature-check --debug "$GITHUB_WORKSPACE"

0 comments on commit 79839dc

Please sign in to comment.