mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +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
|
# Imported from gummiboot recipe
|
||||||
TUNE_CCARGS_remove = "-mfpmath=sse"
|
TUNE_CCARGS_remove = "-mfpmath=sse"
|
||||||
|
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
SYSTEMD_BOOT_EFI_ARCH="ia32"
|
SYSTEMD_BOOT_EFI_ARCH="ia32"
|
||||||
|
|||||||
Reference in New Issue
Block a user