diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-20 13:42:06 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-09 14:20:14 +0000 |
| commit | c997e9849acf60244827ce3a6ce185b5596c948a (patch) | |
| tree | b24d54dd46342f5b13741990c974b77b3dd3920d /meta/conf/distro | |
| parent | 719998024f7ae657a95aa0ddd4e0737aa8ab202f (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
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}" | |||
| 21 | BINUVERSION ?= "2.39%" | 21 | BINUVERSION ?= "2.39%" |
| 22 | GDBVERSION ?= "12.%" | 22 | GDBVERSION ?= "12.%" |
| 23 | GLIBCVERSION ?= "2.36" | 23 | GLIBCVERSION ?= "2.36" |
| 24 | LINUXLIBCVERSION ?= "5.19%" | 24 | LINUXLIBCVERSION ?= "6.1%" |
| 25 | QEMUVERSION ?= "7.2%" | 25 | QEMUVERSION ?= "7.2%" |
| 26 | GOVERSION ?= "1.19%" | 26 | GOVERSION ?= "1.19%" |
| 27 | LLVMVERSION ?= "15.%" | 27 | LLVMVERSION ?= "15.%" |
