From: Jianxun Zhang Date: Sat, 11 Jun 2016 01:04:47 +0000 (-0700) Subject: systemd-boot: Set COMPATIBLE_HOST in recipe X-Git-Tag: yocto-4.0~20945 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91403a81dc0555b5da89166520f868d9be5f91be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb index 87e98718f5b..0dc0fa3c067 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"