We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6c2fd commit f1c03f0Copy full SHA for f1c03f0
.github/workflows/yocto-check-layer.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
cd yocto_checklayer/
44
source poky/oe-init-build-env build
45
- echo DISTRO_FEATURES += \"systemd\" >> conf/local.conf
+ echo DISTRO = \"poky-altcfg\" >> conf/local.conf
46
yocto-check-layer ../meta-aws/ --dependency ../meta-openembedded/meta-oe/ ../meta-openembedded/meta-python/ ../meta-openembedded/meta-multimedia ../meta-openembedded/meta-networking --output-log ycl-check_meta-aws.log --debug --no-auto --no-auto-dependency
47
- name: save test result
48
uses: actions/upload-artifact@v4
0 commit comments