From: Saul Wold Date: Tue, 26 Sep 2017 00:52:18 +0000 (-0700) Subject: systemd-boot: Should not build x32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9ee404fe2a5e703f14c70092137c8d0ac0a6c2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd-boot: Should not build x32 Since systemd-boot is a bootloader, it needs to be built for the native IA instruction set size and x32 is not valid. Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-boot_234.bb b/meta/recipes-core/systemd/systemd-boot_234.bb index 655797f3cc4..7b18b25e35d 100644 --- a/meta/recipes-core/systemd/systemd-boot_234.bb +++ b/meta/recipes-core/systemd/systemd-boot_234.bb @@ -21,6 +21,7 @@ EXTRA_OECONF = " --enable-gnuefi \ # Imported from the old gummiboot recipe TUNE_CCARGS_remove = "-mfpmath=sse" COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" +COMPATIBLE_HOST_linux-gnux32 = "null" do_compile() { SYSTEMD_BOOT_EFI_ARCH="ia32"