summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-08-02 21:08:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-07 12:11:15 +0100
commitea62c089c8879002f02a87ed1dccb2db2702579c (patch)
tree550a049b4f4661fcfcd3849817eb4280be040ab8
parent294a018390575ad43c834b3257207e80533a1af5 (diff)
downloadpoky-ea62c089c8879002f02a87ed1dccb2db2702579c.tar.gz
musl: Update to tip of trunk
Brings following fixes * 8fd5d031 aarch64: mask off SME and unknown/future hwcap bits * 709fee55 aarch64: replace asm source file for __set_thread_area with inline asm * bd981f33 elf.h: add AT_HWCAP3 and AT_HWCAP4 * f96e47a2 printf: fix regression in large double formatting on ld128 archs * caae5a8b fix register name usage in aarch64 clone.s * ab4635fb make __getauxval a public ABI symbol * fcdff46a statx: add Linux 6.11 fields/constants * 18289e5d ldso: fix typo in comment * 86373b49 powerpc: update HWCAP bits for Power10 * fde29c04 stdio: skip empty iovec when buffering is disabled (From OE-Core rev: 933f03de1bdbb2f28baa18081b9c5925978f28e3) 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>
-rw-r--r--meta/recipes-core/musl/musl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 51e429b093..b016c27eee 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "ae3a8c93a663b553e65f096498937083dad210d2" 7SRCREV = "8fd5d031876345e42ae3d11cc07b962f8625bc3b"
8 8
9BASEVER = "1.2.5" 9BASEVER = "1.2.5"
10 10