From: Vyacheslav Yurkov Date: Tue, 18 Feb 2025 11:56:47 +0000 (+0100) Subject: oeqa/selftest: Drop dependency on systemd-native X-Git-Tag: yocto-5.2~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5770d8c56036bdfef8d596d27433d8f408ee36f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Vyacheslav Yurkov Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/uki.py b/meta/lib/oeqa/selftest/cases/uki.py index cd20a99acab..9a1aa4e2696 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" # efi, uki and systemd features must be enabled MACHINE_FEATURES:append = " efi" -DISTRO_FEATURES_NATIVE:append = " systemd" IMAGE_CLASSES:append:pn-core-image-base = " uki" # 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 207e4870021..4f5d43b5ee7 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" # efi, uki and systemd features must be enabled MACHINE_FEATURES:append = " efi" -DISTRO_FEATURES_NATIVE:append = " systemd" IMAGE_CLASSES:append:pn-core-image-base = " uki" # uki embeds also an initrd, no systemd or udev