summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-25 17:52:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-26 11:05:01 +0100
commitd9ffb749248859bdabfcf8de8bf352260b04df67 (patch)
tree84880fa2730d2f8c7e075efe0a3b8e60cbbfd7c7 /meta
parentf0f2b2369e2883b50907c4f7e2973dfa23b765a5 (diff)
downloadpoky-d9ffb749248859bdabfcf8de8bf352260b04df67.tar.gz
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. (From OE-Core rev: 8c9ee404fe2a5e703f14c70092137c8d0ac0a6c2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd-boot_234.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_234.bb b/meta/recipes-core/systemd/systemd-boot_234.bb
index 655797f3cc..7b18b25e35 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 \
21# Imported from the old gummiboot recipe 21# Imported from the old gummiboot recipe
22TUNE_CCARGS_remove = "-mfpmath=sse" 22TUNE_CCARGS_remove = "-mfpmath=sse"
23COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" 23COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
24COMPATIBLE_HOST_linux-gnux32 = "null"
24 25
25do_compile() { 26do_compile() {
26 SYSTEMD_BOOT_EFI_ARCH="ia32" 27 SYSTEMD_BOOT_EFI_ARCH="ia32"