mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
conf/init-mamager-systemd: Add usrmerge to DISTRO_FEATURES
usrmerge is now required by systemd, ensure this is also added to DISTRO_FEATURES when systemd is selected. (From OE-Core rev: fa8c59c49940af4cb03df49f5b6a2a53d50fbefb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use systemd for system initialization
|
||||
DISTRO_FEATURES:append = " systemd"
|
||||
DISTRO_FEATURES:append = " systemd usrmerge"
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit"
|
||||
VIRTUAL-RUNTIME_init_manager ??= "systemd"
|
||||
VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units"
|
||||
|
||||
Reference in New Issue
Block a user