[oe-commits] [openembedded-core] 01/30: systemd-boot: Set COMPATIBLE_HOST in recipe

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 08:17:45 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 91403a81dc0555b5da89166520f868d9be5f91be
Author: Jianxun Zhang <jianxun.zhang at linux.intel.com>
AuthorDate: 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.
    
    Signed-off-by: Jianxun Zhang <jianxun.zhang at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list