diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-12-18 15:08:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-20 15:47:14 +0000 |
commit | 9008c64e67ce94b7c3f2018f88aadfcb07036521 (patch) | |
tree | d26354356fff92e32129687b6ef379751c4bcdbd | |
parent | 3ed2348227c561b4e425583d3ee436113515dea6 (diff) | |
download | poky-9008c64e67ce94b7c3f2018f88aadfcb07036521.tar.gz |
musl: Upgrade to latest
Brings following changes
* 61399d4b loongarch64: add TLSDESC support
* 9b6a24f9 wire up vdso clock_gettime for riscv32 and riscv64
* f2375aac wire up vdso clock_gettime for powerpc, powerpc64, and s390x
* bc5f816a mips: use preferred asm mnemomic jr for better assembler compatibility
* 4e6c827c mntent: exclude trailing newline from parsed field
* 9929a571 arm: fix _init/_fini alignment in crti.o
(From OE-Core rev: 77a1992eeda6cc6d6f52b50311fb4d98f6e58fc3)
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.bb | 2 |
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 9d33df4996..1509c2e310 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "047a16398b29d2702a41a0d6d15370d54b9d723c" | 7 | SRCREV = "61399d4bd02ae1ec03068445aa7ffe9174466bfd" |
8 | 8 | ||
9 | BASEVER = "1.2.5" | 9 | BASEVER = "1.2.5" |
10 | 10 | ||