{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.3.x series
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 25 Nov 2019 18:54:05 +0000 (19:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 25 Nov 2019 19:45:42 +0000 (20:45 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/Config.in
linux/linux.hash
package/linux-headers/Config.in.host

index 17b16d94ecc59483e1ecd23e52786f03bd4230aa..3fa0d7e7b2ac40818003ce519907063d68e9c7f4 100644 (file)
@@ -122,7 +122,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "5.3.12" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "5.3.13" if BR2_LINUX_KERNEL_LATEST_VERSION
        default "v4.19.75-cip11" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
                if BR2_LINUX_KERNEL_CUSTOM_VERSION
index d50aaa0bc4f0befb24e0e93b32ee28877a7e61a6..3566c9326690360d0cca297109d3971f0fe39191 100644 (file)
@@ -1,7 +1,7 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 53bff6f89dca19f928043fb0d3434bfb4b6abbb1bf18b907cb731188bdac97a0  linux-5.3.12.tar.xz
+sha256 9f04e53f03d0ead6561195fb71aac18cbee419112ed54f9d4fc1515a5fa5c92f  linux-5.3.13.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256 fdacceeae22d1a0467cae50c15e6e754bfb8bb8e8010623df0d8fd78f4adb929  linux-4.4.202.tar.xz
-sha256 8108ec1cd10fc40821c84e9f087dba10b1767aad66596f4a36925faef55e4ebf  linux-4.9.202.tar.xz
-sha256 77d61979556b81c95b81452fa10e1fe9368cbe2f9f80a13e4669b0464722e481  linux-4.14.155.tar.xz
-sha256 7bf435970aeeafd46263f49730087a61c4858d8b8fc5a4002ceac971b45f4fb7  linux-4.19.85.tar.xz
+sha256 9262528aeaf5991c2008d7d9ea3994f9a548f000da39c0565a35f50863b4790a  linux-4.4.203.tar.xz
+sha256 1cd950cfaff8ddcc11596d970ec622fa3cdbedd75d3e28ddd3a9383f3cb2a849  linux-4.9.203.tar.xz
+sha256 f8889feb0cbd7df36ff35bd4c72c1e2010567621bfcb218fcfa501bc5c7787c0  linux-4.14.156.tar.xz
+sha256 bf2cbba319d43d1bd9e876ac0b55ab83118d1a1e61cce3c929d5371f7567bff6  linux-4.19.86.tar.xz
index 191e387de0b5a21209e695debb3a0e9291bed316..5f1952731c59294e8ff933ac5d0b6027b8e3de0e 100644 (file)
@@ -305,11 +305,11 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
        string
-       default "4.4.202"       if BR2_KERNEL_HEADERS_4_4
-       default "4.9.202"       if BR2_KERNEL_HEADERS_4_9
-       default "4.14.155"      if BR2_KERNEL_HEADERS_4_14
-       default "4.19.85"       if BR2_KERNEL_HEADERS_4_19
-       default "5.3.12"        if BR2_KERNEL_HEADERS_5_3
+       default "4.4.203"       if BR2_KERNEL_HEADERS_4_4
+       default "4.9.203"       if BR2_KERNEL_HEADERS_4_9
+       default "4.14.156"      if BR2_KERNEL_HEADERS_4_14
+       default "4.19.86"       if BR2_KERNEL_HEADERS_4_19
+       default "5.3.13"        if BR2_KERNEL_HEADERS_5_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 \