mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
systemd-boot: Set COMPATIBLE_HOST in recipe
We apply the same setting in the existing gummiboot to COMPATIBLE_HOST, so that it properly stops build for unsupported architectures. (From OE-Core rev: 91403a81dc0555b5da89166520f868d9be5f91be) Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71765a90d1
commit
e9987f699f
@@ -14,6 +14,7 @@ EXTRA_OECONF = " --enable-gnuefi \
|
||||
|
||||
# Imported from gummiboot recipe
|
||||
TUNE_CCARGS_remove = "-mfpmath=sse"
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
|
||||
|
||||
do_compile() {
|
||||
SYSTEMD_BOOT_EFI_ARCH="ia32"
|
||||
|
||||
Reference in New Issue
Block a user