diff mbox series

[yocto-autobuilder-helper] config.json: use INIT_MANAGER to select systemd in auh jobs

Message ID 20260217114526.318546-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: use INIT_MANAGER to select systemd in auh jobs | expand

Commit Message

Alexander Kanavin Feb. 17, 2026, 11:45 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Recent changes made systemd incompatible with sysvinit, so rather
than add more tweaks, just use a higher level mechanism where it's
taken care of.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index f306619..9e1d8db 100644
--- a/config.json
+++ b/config.json
@@ -1618,7 +1618,7 @@ 
                 "DL_DIR = '${TOPDIR}/downloads'",
                 "INHERIT += 'buildhistory'",
                 "LICENSE_FLAGS_ACCEPTED = 'commercial'",
-                "DISTRO_FEATURES:append:libc-glibc = ' systemd usrmerge'",
+                "INIT_MANAGER:libc-glibc = 'systemd'",
                 "DISTRO_FEATURES:append = ' pam'"
             ],
             "step1" : {