]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd-boot: Should not build x32
authorSaul Wold <sgw@linux.intel.com>
Tue, 26 Sep 2017 00:52:18 +0000 (17:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Sep 2017 09:14:17 +0000 (10:14 +0100)
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-boot_234.bb

index 655797f3cc40f3e89dd142a55af0ad271c737b29..7b18b25e35d907e9bb41070500507e8b13578b87 100644 (file)
@@ -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"