diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-01-03 09:48:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-04 12:57:42 +0000 |
commit | b58354d8f51a50053318683c55826a90d505847d (patch) | |
tree | eaa1510a6fc94e817d5d44b6b707d67e5d1b2c72 /meta/recipes-core/systemd | |
parent | 8f436af94648c8c14244b71183e7da5f6cd09813 (diff) | |
download | poky-b58354d8f51a50053318683c55826a90d505847d.tar.gz |
systemd-boot: fix build with musl and x32
systemd-boot shouldn't be built for x32. Make sure that this is the
case when TCLIBC is set to something other than glibc.
Fixes [YOCTO #12122]
(From OE-Core rev: feed576321dcba2d75c067d6ee8b8dad817e9bba)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot_234.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_234.bb b/meta/recipes-core/systemd/systemd-boot_234.bb index 7b18b25e35..88a14ac61e 100644 --- a/meta/recipes-core/systemd/systemd-boot_234.bb +++ b/meta/recipes-core/systemd/systemd-boot_234.bb | |||
@@ -21,7 +21,7 @@ EXTRA_OECONF = " --enable-gnuefi \ | |||
21 | # Imported from the old gummiboot recipe | 21 | # Imported from the old gummiboot recipe |
22 | TUNE_CCARGS_remove = "-mfpmath=sse" | 22 | TUNE_CCARGS_remove = "-mfpmath=sse" |
23 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | 23 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" |
24 | COMPATIBLE_HOST_linux-gnux32 = "null" | 24 | COMPATIBLE_HOST_x86-x32 = "null" |
25 | 25 | ||
26 | do_compile() { | 26 | do_compile() { |
27 | SYSTEMD_BOOT_EFI_ARCH="ia32" | 27 | SYSTEMD_BOOT_EFI_ARCH="ia32" |