diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 4193086..b15d250 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