diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-10-23 15:08:36 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 15:12:22 +0100 |
| commit | 5c30cd0869a710de69e2822729684108d812bfa2 (patch) | |
| tree | f5c2297c5845baf61e61b58af2f2709ee315cc3b /meta/lib | |
| parent | 615a8bd514c2c4558ab363d683a9f6557ae2fb12 (diff) | |
| download | poky-5c30cd0869a710de69e2822729684108d812bfa2.tar.gz | |
oeqa selftest efibootpartition.py: remove systemd-boot from grub-efi test
The test is actually using grub-efi not systemd-boot so
remove it completely. systemd-boot will be tested via uki.py
tests.
(From OE-Core rev: 542ea853bb194629d23e1db9c05e25181bfce145)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/efibootpartition.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/efibootpartition.py b/meta/lib/oeqa/selftest/cases/efibootpartition.py index e6d6a91a22..fcfcdaf7e4 100644 --- a/meta/lib/oeqa/selftest/cases/efibootpartition.py +++ b/meta/lib/oeqa/selftest/cases/efibootpartition.py | |||
| @@ -21,11 +21,11 @@ class GenericEFITest(OESelftestTestCase): | |||
| 21 | cmd += " kvm" | 21 | cmd += " kvm" |
| 22 | 22 | ||
| 23 | self.write_config(""" | 23 | self.write_config(""" |
| 24 | EFI_PROVIDER = "systemd-boot" | 24 | EFI_PROVIDER = "grub-efi" |
| 25 | IMAGE_FSTYPES:pn-%s:append = " wic" | 25 | IMAGE_FSTYPES:pn-%s:append = " wic" |
| 26 | MACHINE_FEATURES:append = " efi" | 26 | MACHINE_FEATURES:append = " efi" |
| 27 | WKS_FILE = "efi-bootdisk.wks.in" | 27 | WKS_FILE = "efi-bootdisk.wks.in" |
| 28 | IMAGE_INSTALL:append = " grub-efi systemd-boot kernel-image-bzimage" | 28 | IMAGE_INSTALL:append = " grub-efi kernel-image-bzimage" |
| 29 | """ | 29 | """ |
| 30 | % (image)) | 30 | % (image)) |
| 31 | 31 | ||
