{linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.4.x series
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 21 Mar 2020 14:30:53 +0000 (15:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 21 Mar 2020 15:22:12 +0000 (16:22 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/Config.in
linux/linux.hash
package/linux-headers/Config.in.host

index 7d1cc576d756f7f3d5905731bc99c3cc4246d339..72230f1a61ca9d6c9e45b5a8366ddd6c1dcc7733 100644 (file)
@@ -128,7 +128,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "5.4.23" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "5.4.27" if BR2_LINUX_KERNEL_LATEST_VERSION
        default "4.19.98-cip19" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        default "4.19.98-cip19-rt7" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
index c8ddabde869181e1b0a2e51f4a69ca4778f960c0..91d9aeb4fc5bd6920215895857b56ff79ebb5abb 100644 (file)
@@ -1,10 +1,10 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256  3f28aacdf5deddfdf80bb949884699b96053a3548dc3434552d30dc0bc781eca  linux-5.4.23.tar.xz
+sha256  19b9cd362d647f2529c5ffc02ede52ac6b517eb685481b9cd00f7de3d30dec6b  linux-5.4.27.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256  28bcd3d4201da9feefdf3bcd65c516dd674acbbf45681ce3c7d784c53b33fe03  linux-4.4.215.tar.xz
-sha256  236f2f47853700f22b9925cb17917d97ff7120fcc8110ec827c5a030a8129f48  linux-4.9.215.tar.xz
-sha256  2318a1ab937580a079351ed20557c336a3d95b664f667b14e3ba49e3271b217a  linux-4.14.172.tar.xz
-sha256  654bac198d38e03e7bff9e2642b01f498dc0fa5d06198edd14bc30fe7fbf0240  linux-4.19.107.tar.xz
+sha256  fdeac4c05fcca993927fdce51446b4f81725f54e753fea02b0b2dacf3d64526f  linux-4.4.217.tar.xz
+sha256  6fb2a54602ebf750a39ba9750dc8d3bc34308518647f5bd2f562dee4d2566819  linux-4.9.217.tar.xz
+sha256  4c223ca3565d4267b403f7432860d87c8301767eb654d046d268782b18155189  linux-4.14.174.tar.xz
+sha256  24c2b11cc0ed57a90de776436efc21dd4345583b1a25d92ed49e71031fc73e7a  linux-4.19.112.tar.xz
 # Locally computed
 sha256  18f9ddba0b777d1942d6c81877ba97c4bcd08488e2c409e57dcce866b9de5fc2  linux-cip-4.19.98-cip19.tar.gz
 sha256  7d5aeb67da41dc66ef28621ef994ef4403e8b1f5c3df38b1843da20972444280  linux-cip-4.19.98-cip19-rt7.tar.gz
index 3fd8010a04052112b2dd283b79991994e12727f7..00a796fb937fbad556d115fbb1a07152a88d07ce 100644 (file)
@@ -318,11 +318,11 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
        string
-       default "4.4.215"       if BR2_KERNEL_HEADERS_4_4
-       default "4.9.215"       if BR2_KERNEL_HEADERS_4_9
-       default "4.14.172"      if BR2_KERNEL_HEADERS_4_14
-       default "4.19.107"      if BR2_KERNEL_HEADERS_4_19
-       default "5.4.23"        if BR2_KERNEL_HEADERS_5_4
+       default "4.4.217"       if BR2_KERNEL_HEADERS_4_4
+       default "4.9.217"       if BR2_KERNEL_HEADERS_4_9
+       default "4.14.174"      if BR2_KERNEL_HEADERS_4_14
+       default "4.19.112"      if BR2_KERNEL_HEADERS_4_19
+       default "5.4.27"        if BR2_KERNEL_HEADERS_5_4
        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 \