[gnome-continuous-yocto/gnomeostree-3.28-rocko: 836/8267] systemd-boot: Set COMPATIBLE_HOST in recipe



commit e9987f699fbeacb46a45376257c4d4fa53e1b926
Author: Jianxun Zhang <jianxun zhang linux intel com>
Date:   Fri Jun 10 18:04:47 2016 -0700

    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.
    
    (From OE-Core rev: 91403a81dc0555b5da89166520f868d9be5f91be)
    
    Signed-off-by: Jianxun Zhang <jianxun zhang linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-bsp/systemd-boot/systemd-boot.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb
index 87e9871..0dc0fa3 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]