Skip to content

Commit

Permalink
ci: call the yocto-check-layer helper script
Browse files Browse the repository at this point in the history
Call the yocto-check-layer helper as it will be easy to replicate
locally the same that run on the ci job.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Sep 12, 2024
1 parent b444004 commit fcdd463
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:

- name: Run yocto-check-layer
run: |
mkdir -p ../build
cd ../build
kas shell ../meta-qcom-hwe/ci/qcs6490-rb3gen2-core-kit.yml --command "yocto-check-layer-wrapper `pwd`/../meta-qcom-hwe --dependency `pwd`/poky/meta `pwd`/meta-qcom --no-auto-dependency"
ci/yocto-check-layer.sh

0 comments on commit fcdd463

Please sign in to comment.