CI: also enable meta-python

gpsd depends on meta-python, add it for now.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov
2024-09-12 16:26:29 +03:00
parent 8a757d34c4
commit 3a3204a5f5

View File

@@ -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