From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{0, 1}.x series
Date: Fri, 17 May 2019 10:44:22 +0200 [thread overview]
Message-ID: <20190517084422.23217-1-peter@korsgaard.com> (raw)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
linux/Config.in | 2 +-
linux/linux.hash | 12 ++++++------
| 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index c41dcc6c05..5f2c81a3a0 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -121,7 +121,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "5.0.16" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "5.0.17" 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 240f095f26..19dfa19fec 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 ec7ad67a423698855200b46e1c7ee325d68a8fe4706c66fe456780a8c99bef5b linux-5.1.2.tar.xz
-sha256 5ca7ce390f52d0ce10b3c07f77701e75f7370b5da856646f63c2b67a4ef9fcac linux-5.0.16.tar.xz
+sha256 b0f53e12daf8e710992151333edeb7d7da3d935a6aa3db8360681f7d05a6aaa2 linux-5.1.3.tar.xz
+sha256 ab37029bdc9a4e3fc5dc2cc6f6e8f506a62fa42f68e50897c24fc9dbba789629 linux-5.0.17.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256 111619a1fab2368bf4da05c079e44bf25ee00ee250694c1b8e536f2ed5d2df57 linux-4.19.43.tar.xz
-sha256 5615b713389d74044eaa57032dab674228116b63ed358086c33bd929d7ad3b7c linux-4.14.119.tar.xz
-sha256 2a94d008c0737f01d4b78f669a3c40e334cacebe4d62eb25252171cee205b178 linux-4.9.176.tar.xz
-sha256 2c6a9d2765ef182f2470afed5af74de6c435ba9aaf422af54db8c5dc2b4f27d1 linux-4.4.179.tar.xz
+sha256 707642e993775618a5afa039b1058fa49f1c0faada46e8cdcb976241bca6b288 linux-4.19.44.tar.xz
+sha256 ddb8e86cf65e6f53f782bc46f026823b6b3fc472aa1385b601f22dce2dbccb4c linux-4.14.120.tar.xz
+sha256 c73b1e3ebcc35b653f7b673ca151fc67b814bdb27269799fa7cda251827887ee linux-4.9.177.tar.xz
+sha256 1a450217d381bb7fd259d026d3b7a57c717e8d1f66754cd6fcc9df3c4a8a6a7a linux-4.4.180.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 8284913860..16096b65e1 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -297,12 +297,12 @@ endchoice
config BR2_DEFAULT_KERNEL_HEADERS
string
- default "4.4.179" if BR2_KERNEL_HEADERS_4_4
- default "4.9.176" if BR2_KERNEL_HEADERS_4_9
- default "4.14.119" if BR2_KERNEL_HEADERS_4_14
- default "4.19.43" if BR2_KERNEL_HEADERS_4_19
- default "5.0.16" if BR2_KERNEL_HEADERS_5_0
- default "5.1.2" if BR2_KERNEL_HEADERS_5_1
+ default "4.4.180" if BR2_KERNEL_HEADERS_4_4
+ default "4.9.177" if BR2_KERNEL_HEADERS_4_9
+ default "4.14.120" if BR2_KERNEL_HEADERS_4_14
+ default "4.19.44" if BR2_KERNEL_HEADERS_4_19
+ default "5.0.17" if BR2_KERNEL_HEADERS_5_0
+ default "5.1.3" 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-17 8:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-17 8:44 Peter Korsgaard [this message]
2019-05-17 11:26 ` [Buildroot] [PATCH] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{0, 1}.x series Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2019-06-17 7:23 Peter Korsgaard
2019-06-17 17:42 ` Thomas Petazzoni
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=20190517084422.23217-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox