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

git at git.openembedded.org git at git.openembedded.org
Sun Jun 12 23:11:27 UTC 2016


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

commit 54df684f381b57e09d956c9506a708c26e1d0482
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