]> Git Repo - buildroot-mgba.git/commitdiff
{linux, linux-headers}: 5.15.x / 6.{1, 2, 3}.x series
authorBernd Kuhls <[email protected]>
Thu, 11 May 2023 17:03:27 +0000 (19:03 +0200)
committerPeter Korsgaard <[email protected]>
Thu, 11 May 2023 20:23:38 +0000 (22:23 +0200)
Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
linux/Config.in
linux/linux.hash
package/linux-headers/Config.in.host

index 65d3dc53c63779048357e7e95131fa93afd2bd6e..abb4bf922f2b57e268404a94b70c70029aaf1a71 100644 (file)
@@ -128,7 +128,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "6.3.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "6.3.2" 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 \
index 75158437c7c7abae5285cae552f94a6475ca3066..fbc166afa23b3bb49358e22d8e97b3024465091f 100644 (file)
@@ -1,9 +1,9 @@
 # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
-sha256  78620fb4a7d5e0db1d4eb8d5b1c6e207ba5d19564efa63967a59b6daf89b3f2a  linux-6.3.1.tar.xz
-sha256  0ebc9fa309d496d474b06682578c5f7b42f0cf330365102b2feaab65ba296729  linux-6.2.14.tar.xz
-sha256  c2b74b96dd3d0cc9f300914ef7c4eef76d5fac9de6047961f49e69447ce9f905  linux-6.1.27.tar.xz
+sha256  b612ecf282ca3f7989ff6d9f39082833b7dc2d522cb969a05334d3614e9c5328  linux-6.3.2.tar.xz
+sha256  9ffa34921044660c6adb3eb5fd996192e322b15bbf532fe4e4e7a47079ed8fc1  linux-6.2.15.tar.xz
+sha256  7a094c1428b20fef0b5429e4effcc6ed962a674ac6f04e606d63be1ddcc3a6f0  linux-6.1.28.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  9829fcc77b9978dce97a26980dec445caf2410024696625dbb2314ead4830b5b  linux-5.15.110.tar.xz
+sha256  77ceea259c0158dd624304871170d09b2e59ed612f3a4d436fe0f07362dcaec2  linux-5.15.111.tar.xz
 sha256  1bbd445c154b053eea46acc883be548a98179988a9ed3a0b81bddfbf30a37e29  linux-5.10.179.tar.xz
 sha256  142f9aed1c9f2e409dd72c5c490ad824dddf31f955ed2097d5989c4b5074fc28  linux-5.4.242.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
index e2934b0f64584670516962b73d0649c159b50eaf..6f9c3b941896aa8f06d744ad54be1c9e9dc92d44 100644 (file)
@@ -404,10 +404,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "4.19.282"      if BR2_KERNEL_HEADERS_4_19
        default "5.4.242"       if BR2_KERNEL_HEADERS_5_4
        default "5.10.179"      if BR2_KERNEL_HEADERS_5_10
-       default "5.15.110"      if BR2_KERNEL_HEADERS_5_15
-       default "6.1.27"        if BR2_KERNEL_HEADERS_6_1
-       default "6.2.14"        if BR2_KERNEL_HEADERS_6_2
-       default "6.3.1"         if BR2_KERNEL_HEADERS_6_3
+       default "5.15.111"      if BR2_KERNEL_HEADERS_5_15
+       default "6.1.28"        if BR2_KERNEL_HEADERS_6_1
+       default "6.2.15"        if BR2_KERNEL_HEADERS_6_2
+       default "6.3.2"         if BR2_KERNEL_HEADERS_6_3
        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 \
This page took 0.039876 seconds and 4 git commands to generate.