Skip to content

Commit

Permalink
{linux, linux-headers}: bump 5.15.x / 6.{1, 5}.x series
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
bkuhls authored and jacmet committed Oct 11, 2023
1 parent 8c8ff42 commit 003cdd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion linux/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ endif

config BR2_LINUX_KERNEL_VERSION
string
default "6.5.5" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.5.6" if BR2_LINUX_KERNEL_LATEST_VERSION
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
Expand Down
6 changes: 3 additions & 3 deletions linux/linux.hash
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 8cf10379f7df8ea731e09bff3d0827414e4b643dd41dc99d0af339669646ef95 linux-6.5.5.tar.xz
sha256 a87e241ec15d53452c4efe219713a3769d88cc436b5b98cf6efb262c4aff15c0 linux-6.1.55.tar.xz
sha256 78e36d4214547051c24df2140f4ce09428d6c515ad9a71b38b28e8094a95d2f6 linux-6.5.6.tar.xz
sha256 9edefdde32c2298389dcd19566402332b3c2016f5ada17e5820f500b908d478c linux-6.1.56.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 ef845e7934897b88e4448378ea9daacac19e07f156fe904844fab0a7d8ff5ddd linux-5.15.133.tar.xz
sha256 f37182aecb57ed6853d01e1074d3a60a653331e35f3115728381e08be050b9d3 linux-5.15.134.tar.xz
sha256 183a4507b0ebec7816a79ceba6253aa7ad345e25b0fcd4e834ee154be9a993ab linux-5.10.197.tar.xz
sha256 2e775970521ea7ff6eb613fc85a6e34cec73feaeb67b88a77a2fbd4f75483df0 linux-5.4.257.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
Expand Down
6 changes: 3 additions & 3 deletions package/linux-headers/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.19.295" if BR2_KERNEL_HEADERS_4_19
default "5.4.257" if BR2_KERNEL_HEADERS_5_4
default "5.10.197" if BR2_KERNEL_HEADERS_5_10
default "5.15.133" if BR2_KERNEL_HEADERS_5_15
default "6.1.55" if BR2_KERNEL_HEADERS_6_1
default "6.5.5" if BR2_KERNEL_HEADERS_6_5
default "5.15.134" if BR2_KERNEL_HEADERS_5_15
default "6.1.56" if BR2_KERNEL_HEADERS_6_1
default "6.5.6" if BR2_KERNEL_HEADERS_6_5
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
Expand Down

0 comments on commit 003cdd5

Please sign in to comment.