{linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{0, 1}.x series

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit a443cb5aa4)
[Peter: drop 5.{0, 1}.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2019-05-14 13:57:54 +02:00
parent 6cf301dad9
commit 03ec111475
3 changed files with 7 additions and 8 deletions

View File

@ -122,7 +122,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
default "4.19.41" if BR2_LINUX_KERNEL_LATEST_VERSION
default "4.19.42" 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

View File

@ -1,6 +1,5 @@
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256 d011245629b980d4c15febf080b54804aaf215167b514a3577feddb2495f8a3e linux-4.20.17.tar.xz
sha256 90de6296504c64cbc4147fe053a1e8f88a98b7aed7896777e33a0321d0714782 linux-4.19.41.tar.xz
sha256 a855a134e7a77dff92ad50f20501dbb39a1ee011ffa781ed885a3d17c6b9f23f linux-4.14.117.tar.xz
sha256 fc84fd68077fff55bb1779fbf3ee916257a4362a8e6d982773856c78f7865858 linux-4.9.174.tar.xz
sha256 2c6a9d2765ef182f2470afed5af74de6c435ba9aaf422af54db8c5dc2b4f27d1 linux-4.4.179.tar.xz
sha256 f809d76010d575979362551fda3190569502973d5e2a972e78b9093a3526da26 linux-4.19.42.tar.xz
sha256 687d73abd4b9af66ec30bdccdf96193e04316f9f5a1c7b8d74732c10b4729a15 linux-4.14.118.tar.xz
sha256 d98434f91f9df2bf36c7896ca747b7cf98be2e3a491073fd26e3f53cda07500c linux-4.9.175.tar.xz

View File

@ -288,9 +288,9 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
default "4.4.179" if BR2_KERNEL_HEADERS_4_4
default "4.9.174" if BR2_KERNEL_HEADERS_4_9
default "4.14.117" if BR2_KERNEL_HEADERS_4_14
default "4.19.41" if BR2_KERNEL_HEADERS_4_19
default "4.9.175" if BR2_KERNEL_HEADERS_4_9
default "4.14.118" if BR2_KERNEL_HEADERS_4_14
default "4.19.42" if BR2_KERNEL_HEADERS_4_19
default "4.20.17" if BR2_KERNEL_HEADERS_4_20
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL