From 3a3204a5f5d4f35a8cbff2a88cf50cc89d418731 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 12 Sep 2024 16:26:29 +0300 Subject: [PATCH] CI: also enable meta-python gpsd depends on meta-python, add it for now. Signed-off-by: Dmitry Baryshkov --- .github/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 419308614..b15d2503c 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -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