Skip to content

Commit

Permalink
CI: also enable meta-python
Browse files Browse the repository at this point in the history
gpsd depends on meta-python, add it for now.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Sep 12, 2024
1 parent 8a757d3 commit 3a3204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
distro: $DISTRO
target: ${{inputs.images}}
bblayers_conf:
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2) ../meta-openembedded/meta-oe'
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2) ../meta-openembedded/meta-oe ../meta-openembedded/meta-python'
artifacts: []
EOF
Expand Down

0 comments on commit 3a3204a

Please sign in to comment.