diff mbox series

systemd-boot: Enable on all arches except x32

Message ID 20240924002124.93673-1-raj.khem@gmail.com
State Under Review
Headers show
Series systemd-boot: Enable on all arches except x32 | expand

Commit Message

Khem Raj Sept. 24, 2024, 12:21 a.m. UTC
Add other architectures as and when found not working

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 meta/recipes-core/systemd/systemd-boot_256.5.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Ross Burton Sept. 24, 2024, 11:32 a.m. UTC | #1
On 24 Sep 2024, at 01:21, Khem Raj via lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> wrote:
> 
> Add other architectures as and when found not working

Have you tested this on an architecture which wasn’t in the compatible host list?  Being a bootloader, it’s not like it will just work everywhere.

Ross
Khem Raj Sept. 24, 2024, 12:40 p.m. UTC | #2
On Tue, Sep 24, 2024 at 4:32 AM Ross Burton <Ross.Burton@arm.com> wrote:

> On 24 Sep 2024, at 01:21, Khem Raj via lists.openembedded.org <raj.khem=
> gmail.com@lists.openembedded.org> wrote:
> >
> > Add other architectures as and when found not working
>
> Have you tested this on an architecture which wasn’t in the compatible
> host list?  Being a bootloader, it’s not like it will just work everywhere.
>

That seems to be the expectation with latest changes I have tested it on
riscv

>
> Ross
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd-boot_256.5.bb b/meta/recipes-core/systemd/systemd-boot_256.5.bb
index 9a6d8e9d6e3..71c7041f8bf 100644
--- a/meta/recipes-core/systemd/systemd-boot_256.5.bb
+++ b/meta/recipes-core/systemd/systemd-boot_256.5.bb
@@ -49,7 +49,6 @@  RDEPENDS:${PN} += "virtual-systemd-bootconf"
 
 CFLAGS:append:libc-musl = " -D__DEFINED_wchar_t"
 
-COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux"
 COMPATIBLE_HOST:x86-x32 = "null"
 
 do_install() {