summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/systemd-boot/systemd-boot.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb
index 87e98718f5..0dc0fa3c06 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 \
14 14
15# Imported from gummiboot recipe 15# Imported from gummiboot recipe
16TUNE_CCARGS_remove = "-mfpmath=sse" 16TUNE_CCARGS_remove = "-mfpmath=sse"
17COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
17 18
18do_compile() { 19do_compile() {
19 SYSTEMD_BOOT_EFI_ARCH="ia32" 20 SYSTEMD_BOOT_EFI_ARCH="ia32"