summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/tcmode-default.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-12-20 13:42:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-09 14:20:14 +0000
commitc997e9849acf60244827ce3a6ce185b5596c948a (patch)
treeb24d54dd46342f5b13741990c974b77b3dd3920d /meta/conf/distro/include/tcmode-default.inc
parent719998024f7ae657a95aa0ddd4e0737aa8ab202f (diff)
downloadpoky-c997e9849acf60244827ce3a6ce185b5596c948a.tar.gz
linux-libc-headers: bump to 6.1
6.1 is a LTS and one of the reference kernels for our next relase. Making it a logical update point for our libc-headers. We can drop one of our patche as the gcc-goto.sh is no longer used, and hence we won't have race conditions like we previously had. (From OE-Core rev: cb6d0cac29d3f8eb6d13722ab816c93210762e60) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/tcmode-default.inc')
-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 19485aae17..60222fc14c 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.39%" 21BINUVERSION ?= "2.39%"
22GDBVERSION ?= "12.%" 22GDBVERSION ?= "12.%"
23GLIBCVERSION ?= "2.36" 23GLIBCVERSION ?= "2.36"
24LINUXLIBCVERSION ?= "5.19%" 24LINUXLIBCVERSION ?= "6.1%"
25QEMUVERSION ?= "7.2%" 25QEMUVERSION ?= "7.2%"
26GOVERSION ?= "1.19%" 26GOVERSION ?= "1.19%"
27LLVMVERSION ?= "15.%" 27LLVMVERSION ?= "15.%"