mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
1460b73e01
commit
a7b14b3ca2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user