mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
init-manager-systemd: define weak dev manager
For a full systemd distro, also add a weak assignment for systemd as the dev manager. (From OE-Core rev: 55c1c749b9d4ffdf00978391fd0437348ba75caa) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3d4ff3a65b
commit
a58b9a291d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user