mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
systemd-boot: allow building for Arm targets
systemd-boot works on 32-bit and 64-bit Arm targets (assuming the firmware does EFI, obviously), so allow it to be built. (From OE-Core rev: 3325992e66e8fbd80292beb4b0ffd50beca138d8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
118f3a24f2
commit
942a818ea9
@@ -48,7 +48,7 @@ RDEPENDS_${PN} += "virtual/systemd-bootconf"
|
||||
# Imported from the old gummiboot recipe
|
||||
TUNE_CCARGS_remove = "-mfpmath=sse"
|
||||
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
|
||||
COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux"
|
||||
COMPATIBLE_HOST_x86-x32 = "null"
|
||||
|
||||
do_compile() {
|
||||
|
||||
Reference in New Issue
Block a user