summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-12-14 18:31:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-18 22:52:24 +0000
commit942a818ea9f5e197d3b47656f1a86f7d4a813cf9 (patch)
tree8c419bdda75b01262dd87a1ba037e978e331cd45 /meta/recipes-core/systemd
parent118f3a24f2f8570be80b58374ce02e44c871f24d (diff)
downloadpoky-942a818ea9f5e197d3b47656f1a86f7d4a813cf9.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd-boot_246.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_246.6.bb b/meta/recipes-core/systemd/systemd-boot_246.6.bb
index 97093e4bb2..249e620f4e 100644
--- a/meta/recipes-core/systemd/systemd-boot_246.6.bb
+++ b/meta/recipes-core/systemd/systemd-boot_246.6.bb
@@ -48,7 +48,7 @@ RDEPENDS_${PN} += "virtual/systemd-bootconf"
48# Imported from the old gummiboot recipe 48# Imported from the old gummiboot recipe
49TUNE_CCARGS_remove = "-mfpmath=sse" 49TUNE_CCARGS_remove = "-mfpmath=sse"
50 50
51COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" 51COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux"
52COMPATIBLE_HOST_x86-x32 = "null" 52COMPATIBLE_HOST_x86-x32 = "null"
53 53
54do_compile() { 54do_compile() {