diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-31 08:29:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:56 +0000 |
commit | 123f8e78f30a13402d268461ae41a179350c63fb (patch) | |
tree | 2ef9a61a080cf652d0530d1463e804e4de2fc93c /meta/conf | |
parent | 2673221ea58884817104f4e72f6a35a641e5650e (diff) | |
download | poky-123f8e78f30a13402d268461ae41a179350c63fb.tar.gz |
glibc: Upgrade to 2.41 release
License-Update: Added license for e_gammaf_r.c [1]
added url of CORE-MATH project [2]
* Testing support with different compilers (series)
* Remove XXX math functions from installed math.h (patch)
* Remove "%n" from assert (commit)
* Improve executable stack handling
* Compile glibc tests with Clang (series 1, series 2)
* asprintf should write NULL on failure
* Revert TCB layout changes
* Fix ld.so crashes with golang test suite
* Fixes after GET_ADDR_ARGS removal
* Extend Rseq Support, plus x32 fixup
* sh4: ensure FPSCR.PR==0 when executing FRCHG [BZ #27543]
* affinity-inheritance test: overallocate CPU sets
* rseq-related aarch64 test failures
* arc4random test failure under load
* benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif
* pthread condvar missing signal, bug 25847
* aarch64: Add support for Guarded Control Stack extension
* testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrace output does not exist
Further Release Notes [3] [4]
[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=2843e78b30da0aa743fdfb0ac61435c925182c04
[2] https://sourceware.org/git/?p=glibc.git;a=commit;h=d421d36582281a62e05f96a1bfb085db9d85f40b
[3] https://sourceware.org/glibc/wiki/Release/2.41
[4] https://sourceware.org/pipermail/libc-announce/2025/000045.html
(From OE-Core rev: 73b34ff50c8e5b05eca8f9a236bd1b155bd14324)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 68a9515e0b..6affa6d718 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -24,7 +24,7 @@ GCCVERSION ?= "14.%" | |||
24 | SDKGCCVERSION ?= "${GCCVERSION}" | 24 | SDKGCCVERSION ?= "${GCCVERSION}" |
25 | BINUVERSION ?= "2.44%" | 25 | BINUVERSION ?= "2.44%" |
26 | GDBVERSION ?= "16.%" | 26 | GDBVERSION ?= "16.%" |
27 | GLIBCVERSION ?= "2.40%" | 27 | GLIBCVERSION ?= "2.41%" |
28 | LINUXLIBCVERSION ?= "6.12%" | 28 | LINUXLIBCVERSION ?= "6.12%" |
29 | QEMUVERSION ?= "9.2%" | 29 | QEMUVERSION ?= "9.2%" |
30 | GOVERSION ?= "1.22%" | 30 | GOVERSION ?= "1.22%" |