summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-05 23:10:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-08 10:28:19 +0100
commitb09456cf9416ce5ddfc77122043f2907e28b676e (patch)
treeb2a14872a79c54bc936e1f24a65b0d14ff76b8af /meta/recipes-core
parent3178146a82f824678f7f2db5e02e2538f0ecd519 (diff)
downloadpoky-b09456cf9416ce5ddfc77122043f2907e28b676e.tar.gz
musl: Enable riscv32
Musl recipe points to recent tip of trunk (1.2.5+) where we now have riscv32 port merged [1], Enable riscv32 as supported arch for musl systems. [1] https://git.musl-libc.org/cgit/musl/commit/?id=377c363fb5519a224682692004ecd3703c19df93 (From OE-Core rev: 25e65df559de06bb056d19f8acfcd1b8b63b81ca) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/musl/musl.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 13f51bfde3..ce45de2d23 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -25,9 +25,6 @@ MIPS_INSTRUCTION_SET = "mips"
25ARM_INSTRUCTION_SET:armv5 = "arm" 25ARM_INSTRUCTION_SET:armv5 = "arm"
26ARM_INSTRUCTION_SET:armv4 = "arm" 26ARM_INSTRUCTION_SET:armv4 = "arm"
27 27
28# 1.2.4 doesn't support riscv32
29COMPATIBLE_HOST:riscv32 = "null"
30
31# Enable out of tree build 28# Enable out of tree build
32B = "${WORKDIR}/build" 29B = "${WORKDIR}/build"
33 30