diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 20:23:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-11 13:22:01 +0100 |
| commit | 67a8dcabda44560e66b3daeb68f185356694a2db (patch) | |
| tree | ba404561fa337a0c78b4b2097533523036c47158 /meta/lib/oeqa/selftest/cases/imagefeatures.py | |
| parent | 2c4cb6dba3825421a92154a866f7481147fb390e (diff) | |
| download | poky-67a8dcabda44560e66b3daeb68f185356694a2db.tar.gz | |
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>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/imagefeatures.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index 0292c882f2..a5e069d0be 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
| @@ -250,7 +250,7 @@ USERADD_GID_TABLES += "files/static-group" | |||
| 250 | DISTRO_FEATURES:append = " pam opengl wayland" | 250 | DISTRO_FEATURES:append = " pam opengl wayland" |
| 251 | 251 | ||
| 252 | # Switch to systemd | 252 | # Switch to systemd |
| 253 | DISTRO_FEATURES:append = " systemd" | 253 | DISTRO_FEATURES:append = " systemd usrmerge" |
| 254 | VIRTUAL-RUNTIME_init_manager = "systemd" | 254 | VIRTUAL-RUNTIME_init_manager = "systemd" |
| 255 | VIRTUAL-RUNTIME_initscripts = "" | 255 | VIRTUAL-RUNTIME_initscripts = "" |
| 256 | VIRTUAL-RUNTIME_syslog = "" | 256 | VIRTUAL-RUNTIME_syslog = "" |
