mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +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:
@@ -294,7 +294,7 @@ class Postinst(OESelftestTestCase):
|
||||
features += 'IMAGE_FEATURES += "package-management empty-root-password"\n'
|
||||
features += 'PACKAGE_CLASSES = "%s"\n' % classes
|
||||
if init_manager == "systemd":
|
||||
features += 'DISTRO_FEATURES:append = " systemd"\n'
|
||||
features += 'DISTRO_FEATURES:append = " systemd usrmerge"\n'
|
||||
features += 'VIRTUAL-RUNTIME_init_manager = "systemd"\n'
|
||||
features += 'DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"\n'
|
||||
features += 'VIRTUAL-RUNTIME_initscripts = ""\n'
|
||||
|
||||
Reference in New Issue
Block a user