mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
selftest: Ensure usrmerge is enabled with systemd
systemd now requires usrmerge, ensure this is always the case in our test cases. (From OE-Core rev: 465bf84c523403ccc7dc6ed8c2a9c32d85929e8c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -250,7 +250,7 @@ USERADD_GID_TABLES += "files/static-group"
|
||||
DISTRO_FEATURES:append = " pam opengl wayland"
|
||||
|
||||
# Switch to systemd
|
||||
DISTRO_FEATURES:append = " systemd"
|
||||
DISTRO_FEATURES:append = " systemd usrmerge"
|
||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
VIRTUAL-RUNTIME_initscripts = ""
|
||||
VIRTUAL-RUNTIME_syslog = ""
|
||||
|
||||
Reference in New Issue
Block a user