From: Vivien Didelot Date: Sun, 25 Jul 2021 15:39:08 +0000 (-0400) Subject: init-manager-systemd: define weak dev manager X-Git-Tag: uninative-3.3~170 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=55c1c749b9d4ffdf00978391fd0437348ba75caa;p=openembedded-core.git init-manager-systemd: define weak dev manager For a full systemd distro, also add a weak assignment for systemd as the dev manager. Signed-off-by: Vivien Didelot Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/init-manager-systemd.inc b/meta/conf/distro/include/init-manager-systemd.inc index 1558b85250..4bd950a9aa 100644 --- a/meta/conf/distro/include/init-manager-systemd.inc +++ b/meta/conf/distro/include/init-manager-systemd.inc @@ -4,3 +4,4 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit" VIRTUAL-RUNTIME_init_manager ??= "systemd" VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units" VIRTUAL-RUNTIME_login_manager ??= "shadow-base" +VIRTUAL-RUNTIME_dev_manager ??= "systemd"