summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-11-20 23:13:19 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-22 16:53:37 +0000
commit6e66d8b16efb69a34a8c48801c5b5d8e4e235912 (patch)
tree969ad77d5a1c5eb0eb9e6cee78d828bc20ecccb2 /meta/conf
parent3441dc2d79d61d951a8f5184e2863170763f1e1a (diff)
downloadpoky-6e66d8b16efb69a34a8c48801c5b5d8e4e235912.tar.gz
linux-libc-headers: update to v6.12
Updating linux-libc-headers to the 6.12 LTS release, we drop 6.10 and make 6.12 the default. (From OE-Core rev: ac76d281e28cf0cb42dd76869572fa01716198ca) Signed-off-by: Bruce Ashfield <bruce.ashfield@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 a8e2a3b6bd..37621cb37d 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
21BINUVERSION ?= "2.43%" 21BINUVERSION ?= "2.43%"
22GDBVERSION ?= "15.%" 22GDBVERSION ?= "15.%"
23GLIBCVERSION ?= "2.40%" 23GLIBCVERSION ?= "2.40%"
24LINUXLIBCVERSION ?= "6.10%" 24LINUXLIBCVERSION ?= "6.12%"
25QEMUVERSION ?= "9.1%" 25QEMUVERSION ?= "9.1%"
26GOVERSION ?= "1.22%" 26GOVERSION ?= "1.22%"
27RUSTVERSION ?= "1.80%" 27RUSTVERSION ?= "1.80%"