diff mbox series

[09/10] linux-libc-headers: default to 6.5

Message ID 85b545177c70b85891fc40547aa9fb92d4be9954.1696017123.git.bruce.ashfield@gmail.com
State Accepted, archived
Commit 7e1e77d3a17eddf59ea4f96b0c9cc5f432ac8da1
Headers show
Series [01/10] linux-yocto/6.4: update to v6.4.15 | expand

Commit Message

Bruce Ashfield Sept. 29, 2023, 8:04 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

kernel version 6.5 is the reference kernel for the fall
release.

This brings libc-headers up to date with that tested
reference

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 69280fd210..c72a60b3ba 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -21,7 +21,7 @@  SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.41%"
 GDBVERSION ?= "13.%"
 GLIBCVERSION ?= "2.38%"
-LINUXLIBCVERSION ?= "6.4%"
+LINUXLIBCVERSION ?= "6.5%"
 QEMUVERSION ?= "8.1%"
 GOVERSION ?= "1.20%"
 LLVMVERSION ?= "16.%"