summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/tcmode-default.inc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-29 16:04:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-01 08:12:59 +0100
commit3edb9acca18171894771c36c19b0c2e905852ce5 (patch)
treec17af0ecb4e1566efe0c35a17342c54bea6b4be9 /meta/conf/distro/include/tcmode-default.inc
parent991a13cd61adffffed8fc7d792ed90a1d2cc35c1 (diff)
downloadpoky-3edb9acca18171894771c36c19b0c2e905852ce5.tar.gz
linux-libc-headers: default to 6.5
kernel version 6.5 is the reference kernel for the fall release. This brings libc-headers up to date with that tested reference (From OE-Core rev: 7e1e77d3a17eddf59ea4f96b0c9cc5f432ac8da1) 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 a7fe1fc0fa..707402e6eb 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.41%" 21BINUVERSION ?= "2.41%"
22GDBVERSION ?= "13.%" 22GDBVERSION ?= "13.%"
23GLIBCVERSION ?= "2.38%" 23GLIBCVERSION ?= "2.38%"
24LINUXLIBCVERSION ?= "6.4%" 24LINUXLIBCVERSION ?= "6.5%"
25QEMUVERSION ?= "8.1%" 25QEMUVERSION ?= "8.1%"
26GOVERSION ?= "1.20%" 26GOVERSION ?= "1.20%"
27LLVMVERSION ?= "17.%" 27LLVMVERSION ?= "17.%"