mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
991a13cd61
commit
3edb9acca1
@@ -21,7 +21,7 @@ SDKGCCVERSION ?= "${GCCVERSION}"
|
|||||||
BINUVERSION ?= "2.41%"
|
BINUVERSION ?= "2.41%"
|
||||||
GDBVERSION ?= "13.%"
|
GDBVERSION ?= "13.%"
|
||||||
GLIBCVERSION ?= "2.38%"
|
GLIBCVERSION ?= "2.38%"
|
||||||
LINUXLIBCVERSION ?= "6.4%"
|
LINUXLIBCVERSION ?= "6.5%"
|
||||||
QEMUVERSION ?= "8.1%"
|
QEMUVERSION ?= "8.1%"
|
||||||
GOVERSION ?= "1.20%"
|
GOVERSION ?= "1.20%"
|
||||||
LLVMVERSION ?= "17.%"
|
LLVMVERSION ?= "17.%"
|
||||||
|
|||||||
Reference in New Issue
Block a user