]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
oeqa selftest efibootpartition.py: remove systemd-boot from grub-efi test
authorMikko Rapeli <mikko.rapeli@linaro.org>
Wed, 23 Oct 2024 12:08:36 +0000 (15:08 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Oct 2024 14:10:25 +0000 (15:10 +0100)
The test is actually using grub-efi not systemd-boot so
remove it completely. systemd-boot will be tested via uki.py
tests.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/efibootpartition.py

index e6d6a91a229aea86a005cbc15ff2b374dc500cdd..fcfcdaf7e483aa1b217265592bb4882539b4d7d7 100644 (file)
@@ -21,11 +21,11 @@ class GenericEFITest(OESelftestTestCase):
             cmd += " kvm"
 
         self.write_config("""
-EFI_PROVIDER = "systemd-boot"
+EFI_PROVIDER = "grub-efi"
 IMAGE_FSTYPES:pn-%s:append = " wic"
 MACHINE_FEATURES:append = " efi"
 WKS_FILE = "efi-bootdisk.wks.in"
-IMAGE_INSTALL:append = " grub-efi systemd-boot kernel-image-bzimage"
+IMAGE_INSTALL:append = " grub-efi kernel-image-bzimage"
 """
 % (image))