Skip to content

Commit 88bef2c

Browse files
authored
ci/base.yml+workflows: switch to 'poky-altcfg' (#939)
Testing meta-qcom* layers against upstream DISTROs is only useful if the CI doesn't fundamentally change the upstream policies and configuration. Since systemd is virtually indispensable for meta-qcom* machines, switch form `poky` to `poky-altcfg` and remove the initmanager changes from the KAS snippet. This change will make CI result stop being misleading about how well an upstream DISTRO works with these layers.
2 parents 5336aee + 8ccecc2 commit 88bef2c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- qcom-armv8a
9191
- qcom-armv7a
9292
runs-on: [self-hosted, x86]
93-
name: ${{ matrix.machine }}/poky/systemd
93+
name: ${{ matrix.machine }}/poky-altcfg
9494
steps:
9595
- uses: actions/checkout@v4
9696
with:

ci/base.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
header:
44
version: 14
55

6-
distro: poky
6+
distro: poky-altcfg
77

88
defaults:
99
repos:
@@ -30,8 +30,6 @@ repos:
3030
local_conf_header:
3131
base: |
3232
CONF_VERSION = "2"
33-
INIT_MANAGER = "systemd"
34-
PACKAGE_CLASSES = "package_ipk"
3533
INHERIT += "buildstats buildstats-summary"
3634
INHERIT += "buildhistory"
3735
INHERIT += "rm_work"

0 commit comments

Comments
 (0)