diff options
| author | Vyacheslav Yurkov <uvv.mail@gmail.com> | 2025-02-18 12:56:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:45 +0000 |
| commit | a7b14b3ca2f8a9bfecbfd4156ed355bb805f46c1 (patch) | |
| tree | 8ecea65b8043fd7336c37e5e4906bbad95bccc45 /meta | |
| parent | 1460b73e0131212e90aeb55053630dc41ef4835a (diff) | |
| download | poky-a7b14b3ca2f8a9bfecbfd4156ed355bb805f46c1.tar.gz | |
oeqa/selftest: Drop dependency on systemd-native
The tests don't need it. On top of that, this extra requirement
creates a dependency loop between systemd-systemctl-native and util-linux.
(From OE-Core rev: b5770d8c56036bdfef8d596d27433d8f408ee36f)
Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/uki.py | 1 | ||||
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/uki.py b/meta/lib/oeqa/selftest/cases/uki.py index cd20a99aca..9a1aa4e269 100644 --- a/meta/lib/oeqa/selftest/cases/uki.py +++ b/meta/lib/oeqa/selftest/cases/uki.py | |||
| @@ -94,7 +94,6 @@ WKS_FILE = "efi-uki-bootdisk.wks.in" | |||
| 94 | 94 | ||
| 95 | # efi, uki and systemd features must be enabled | 95 | # efi, uki and systemd features must be enabled |
| 96 | MACHINE_FEATURES:append = " efi" | 96 | MACHINE_FEATURES:append = " efi" |
| 97 | DISTRO_FEATURES_NATIVE:append = " systemd" | ||
| 98 | IMAGE_CLASSES:append:pn-core-image-base = " uki" | 97 | IMAGE_CLASSES:append:pn-core-image-base = " uki" |
| 99 | 98 | ||
| 100 | # uki embeds also an initrd, no systemd or udev | 99 | # uki embeds also an initrd, no systemd or udev |
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index 207e487002..4f5d43b5ee 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
| @@ -1363,7 +1363,6 @@ WKS_FILE = "test_efi_plugin.wks" | |||
| 1363 | 1363 | ||
| 1364 | # efi, uki and systemd features must be enabled | 1364 | # efi, uki and systemd features must be enabled |
| 1365 | MACHINE_FEATURES:append = " efi" | 1365 | MACHINE_FEATURES:append = " efi" |
| 1366 | DISTRO_FEATURES_NATIVE:append = " systemd" | ||
| 1367 | IMAGE_CLASSES:append:pn-core-image-base = " uki" | 1366 | IMAGE_CLASSES:append:pn-core-image-base = " uki" |
| 1368 | 1367 | ||
| 1369 | # uki embeds also an initrd, no systemd or udev | 1368 | # uki embeds also an initrd, no systemd or udev |
