From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{0, 1}.x series
Date: Tue, 14 May 2019 13:57:54 +0200 [thread overview]
Message-ID: <20190514115754.17744-1-peter@korsgaard.com> (raw)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
linux/Config.in | 2 +-
linux/linux.hash | 10 +++++-----
| 10 +++++-----
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index af3c9115f2..914f01f62c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -121,7 +121,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "5.0.14" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "5.0.15" if BR2_LINUX_KERNEL_LATEST_VERSION
default "v4.19.13-cip1" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
diff --git a/linux/linux.hash b/linux/linux.hash
index fae7c04cd9..1411cf05cc 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -1,8 +1,8 @@
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256 d06a7be6e73f97d1350677ad3bae0ce7daecb79c2c2902aaabe806f7fa94f041 linux-5.1.tar.xz
-sha256 2e376076cf8a20c0f86fa30fc56a9ca35cadbe43908cd24b7d678f97f3676c61 linux-5.0.14.tar.xz
+sha256 a04d991416e780c229d62a11e36aa936f132027ca8d4fa73006cc96caf058ddd linux-5.1.1.tar.xz
+sha256 5c3eb8454e13e1c5d11e31ec63053b207ee5bc02f5778fa4708e751a3e45eb07 linux-5.0.15.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-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 f809d76010d575979362551fda3190569502973d5e2a972e78b9093a3526da26 linux-4.19.42.tar.xz
+sha256 687d73abd4b9af66ec30bdccdf96193e04316f9f5a1c7b8d74732c10b4729a15 linux-4.14.118.tar.xz
+sha256 d98434f91f9df2bf36c7896ca747b7cf98be2e3a491073fd26e3f53cda07500c linux-4.9.175.tar.xz
sha256 2c6a9d2765ef182f2470afed5af74de6c435ba9aaf422af54db8c5dc2b4f27d1 linux-4.4.179.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 3fd8b000c5..38fdfce737 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -298,11 +298,11 @@ 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 "5.0.14" if BR2_KERNEL_HEADERS_5_0
- default "5.1" if BR2_KERNEL_HEADERS_5_1
+ 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 "5.0.15" if BR2_KERNEL_HEADERS_5_0
+ default "5.1.1" if BR2_KERNEL_HEADERS_5_1
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 \
--
2.11.0
next reply other threads:[~2019-05-14 11:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-14 11:57 Peter Korsgaard [this message]
2019-05-14 15:45 ` [Buildroot] [PATCH] {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{0, 1}.x series Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2019-05-14 21:24 Peter Korsgaard
2019-05-15 9:52 ` Peter Korsgaard
2019-06-05 21:02 ` Peter Korsgaard
2019-05-25 8:45 Peter Korsgaard
2019-05-25 11:58 ` Peter Korsgaard
2019-05-27 11:33 Peter Korsgaard
2019-06-01 12:24 ` Thomas Petazzoni
2019-06-02 7:28 ` Peter Korsgaard
2019-06-03 6:10 Peter Korsgaard
2019-06-04 21:42 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190514115754.17744-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.