{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.0.x series
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 24 Apr 2019 12:51:17 +0000 (14:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 24 Apr 2019 19:16:00 +0000 (21:16 +0200)
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 8013f2b42aa79533f188c3d5718ae8a36ab6efdb..65d48380752e3759338f64ba0fc8cfdda4d8c706 100644 (file)
@@ -121,7 +121,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "5.0.7" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "5.0.9" if BR2_LINUX_KERNEL_LATEST_VERSION
        default "v4.4.176-cip31" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
                if BR2_LINUX_KERNEL_CUSTOM_VERSION
index 993cccdcfb3391e0db4c07e8c1c0dfe4dcfe5af1..4232ba10545397be5a267850dd9e0a47b8c60708 100644 (file)
@@ -1,8 +1,8 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 16e177662b9fc7255bfc51018513979f6effcbe52e459c543aa83a5b15ef54ec  linux-5.0.7.tar.xz
+sha256 0748b1375bf884db1bddc9ebdc8dcf1c45d828d8ba6839f9f7d8a033b905ba58  linux-5.0.9.tar.xz
 # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256 d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e  linux-4.20.17.tar.xz
-sha256 dd795e2a1fddbee5b03c3bb55a1926829cc08df4fdcabce62dda717ba087b8cc  linux-4.19.34.tar.xz
-sha256 f8197d56553f864d1d2e97abbe4fca50f8ab5e72089c292d22f0e4395340a6e8  linux-4.14.111.tar.xz
-sha256 4d451c21effad77de323edc9bfeae095aa1faed1a801ef427d66f5763bef091e  linux-4.9.168.tar.xz
+sha256 b808b508177f9d288d94a3b9df7b01d5eac9fcc1804a794c913b2144de63f2bc  linux-4.19.36.tar.xz
+sha256 b24df2e37faaf2290999c507f9e29de98494f52429bcd35513c5b3e52eaddac2  linux-4.14.113.tar.xz
+sha256 33887b40fc8e0b71f423bb7afe112a4ae190378145f4a3f3892c563b7e43131d  linux-4.9.170.tar.xz
 sha256 c3598c22b7994b3bebc3059e8ab85bc212c53550eb401baab3f29f8d007a043d  linux-4.4.178.tar.xz
index 91b8411b329af738878b66889943aa1ac4518a4e..530289c2913ca833128241a9e8e3f3d1fa56e098 100644 (file)
@@ -294,11 +294,11 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
        string
        default "4.4.178"       if BR2_KERNEL_HEADERS_4_4
-       default "4.9.168"       if BR2_KERNEL_HEADERS_4_9
-       default "4.14.111"      if BR2_KERNEL_HEADERS_4_14
-       default "4.19.34"       if BR2_KERNEL_HEADERS_4_19
+       default "4.9.170"       if BR2_KERNEL_HEADERS_4_9
+       default "4.14.113"      if BR2_KERNEL_HEADERS_4_14
+       default "4.19.36"       if BR2_KERNEL_HEADERS_4_19
        default "4.20.17"       if BR2_KERNEL_HEADERS_4_20
-       default "5.0.7"         if BR2_KERNEL_HEADERS_5_0
+       default "5.0.9"         if BR2_KERNEL_HEADERS_5_0
        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 \