From 91403a81dc0555b5da89166520f868d9be5f91be Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Fri, 10 Jun 2016 18:04:47 -0700 Subject: systemd-boot: Set COMPATIBLE_HOST in recipe We apply the same setting in the existing gummiboot to COMPATIBLE_HOST, so that it properly stops build for unsupported architectures. Signed-off-by: Jianxun Zhang Signed-off-by: Richard Purdie --- meta/recipes-bsp/systemd-boot/systemd-boot.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb index 87e98718f5..0dc0fa3c06 100644 --- a/meta/recipes-bsp/systemd-boot/systemd-boot.bb +++ b/meta/recipes-bsp/systemd-boot/systemd-boot.bb @@ -14,6 +14,7 @@ EXTRA_OECONF = " --enable-gnuefi \ # Imported from gummiboot recipe TUNE_CCARGS_remove = "-mfpmath=sse" +COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" do_compile() { SYSTEMD_BOOT_EFI_ARCH="ia32" -- cgit 1.2.3-korg