summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-01-31 08:29:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:56 +0000
commit123f8e78f30a13402d268461ae41a179350c63fb (patch)
tree2ef9a61a080cf652d0530d1463e804e4de2fc93c /meta/conf
parent2673221ea58884817104f4e72f6a35a641e5650e (diff)
downloadpoky-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.inc2
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.%"
24SDKGCCVERSION ?= "${GCCVERSION}" 24SDKGCCVERSION ?= "${GCCVERSION}"
25BINUVERSION ?= "2.44%" 25BINUVERSION ?= "2.44%"
26GDBVERSION ?= "16.%" 26GDBVERSION ?= "16.%"
27GLIBCVERSION ?= "2.40%" 27GLIBCVERSION ?= "2.41%"
28LINUXLIBCVERSION ?= "6.12%" 28LINUXLIBCVERSION ?= "6.12%"
29QEMUVERSION ?= "9.2%" 29QEMUVERSION ?= "9.2%"
30GOVERSION ?= "1.22%" 30GOVERSION ?= "1.22%"