You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
CI: temporarily add meta-oe to the setup
Add meta-oe to build setup to unbreak recipes using python3-pefile-native Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
5
.github/workflows/build-template.yml
vendored
5
.github/workflows/build-template.yml
vendored
@@ -28,6 +28,7 @@ on:
|
||||
|
||||
env:
|
||||
POKY_URL: https://git.yoctoproject.org/poky
|
||||
META_OE_URL: https://github.com/openembedded/meta-openembedded
|
||||
DISTRO: poky
|
||||
TCLIBC: glibc musl
|
||||
KERNELS: linaro-qcomlt yocto
|
||||
@@ -58,12 +59,14 @@ jobs:
|
||||
git_trees:
|
||||
- branch: ${{inputs.branch}}
|
||||
url: $POKY_URL
|
||||
- branch: ${{inputs.branch}}
|
||||
url: $META_OE_URL
|
||||
- ${{inputs.ref_type}}: ${{inputs.ref}}
|
||||
url: ${{inputs.url}}
|
||||
distro: $DISTRO
|
||||
target: ${{inputs.images}}
|
||||
bblayers_conf:
|
||||
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2)'
|
||||
- BBLAYERS += '../$(echo ${{github.repository}} | cut -d'/' -f2) ../meta-openembedded/meta-oe'
|
||||
artifacts: []
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user