* [Buildroot] [PATCH] {linux, linux-headers}: bump 5.{4, 10, 11, 12}.x series
@ 2021-05-15 12:09 Peter Korsgaard
2021-05-15 16:13 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2021-05-15 12:09 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
linux/Config.in | 2 +-
linux/linux.hash | 8 ++++----
| 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 02c6ba0400..c893c8dc82 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -125,7 +125,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "5.12.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "5.12.4" if BR2_LINUX_KERNEL_LATEST_VERSION
default "4.19.182-cip45" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
default "4.19.165-cip41-rt18" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
diff --git a/linux/linux.hash b/linux/linux.hash
index e24e02b30e..6a103e31a9 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 8c98b9996d15fdb779a866c6a4c7c9b9e63374cb7105a5a59e9bcf8df02ef70d linux-5.12.2.tar.xz
-sha256 5aee19ad466b5bbbde642077f42bfaafff4e612296bdd7946faa01d917472b4b linux-5.11.19.tar.xz
-sha256 ac37a19d45b77a87e58e3aae8b127a6e7eb85ed7467fc8e58474b387bfd498fd linux-5.10.35.tar.xz
-sha256 4e989b5775830092e5c76b5cca65ebff862ad0c87d0b58c3a20d415c3d4ec770 linux-5.4.117.tar.xz
+sha256 5a60feee8492732a6aa8c46b9412563959945b4d7b0d27223f15ede2f84b6873 linux-5.12.4.tar.xz
+sha256 366ba5bb00be28b604aac630c4f64301063892f27353b299177c396af0ad877f linux-5.11.21.tar.xz
+sha256 a8d5e3309dafc484eb70f94747a6efffa29a79bae651ae126333e913c00be077 linux-5.10.37.tar.xz
+sha256 71e7decf1e8149a8aed88d30df4f2a62a6c6b168111de6b261685ac7c0ecb2a0 linux-5.4.119.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
sha256 6817ad26e1621bfad48d08b638f66c5933e89c7c8c00d43195b2e0ae260233eb linux-4.4.268.tar.xz
sha256 5b66f6ce0137fb8d81004bcf2f1e3cbe01c38aab74268656c4ba015c1ccd762a linux-4.9.268.tar.xz
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 3d8fb1ab5b..b68567deeb 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -366,10 +366,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "4.9.268" if BR2_KERNEL_HEADERS_4_9
default "4.14.232" if BR2_KERNEL_HEADERS_4_14
default "4.19.190" if BR2_KERNEL_HEADERS_4_19
- default "5.4.117" if BR2_KERNEL_HEADERS_5_4
- default "5.10.35" if BR2_KERNEL_HEADERS_5_10
- default "5.11.19" if BR2_KERNEL_HEADERS_5_11
- default "5.12.2" if BR2_KERNEL_HEADERS_5_12
+ default "5.4.119" if BR2_KERNEL_HEADERS_5_4
+ default "5.10.37" if BR2_KERNEL_HEADERS_5_10
+ default "5.11.21" if BR2_KERNEL_HEADERS_5_11
+ default "5.12.4" if BR2_KERNEL_HEADERS_5_12
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.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] {linux, linux-headers}: bump 5.{4, 10, 11, 12}.x series
2021-05-15 12:09 [Buildroot] [PATCH] {linux, linux-headers}: bump 5.{4, 10, 11, 12}.x series Peter Korsgaard
@ 2021-05-15 16:13 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-05-15 16:13 UTC (permalink / raw)
To: buildroot
Peter, All,
On 2021-05-15 14:09 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Kernel dot-relase are only bug fixes, so: applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> linux/Config.in | 2 +-
> linux/linux.hash | 8 ++++----
> package/linux-headers/Config.in.host | 8 ++++----
> 3 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index 02c6ba0400..c893c8dc82 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -125,7 +125,7 @@ endif
>
> config BR2_LINUX_KERNEL_VERSION
> string
> - default "5.12.2" if BR2_LINUX_KERNEL_LATEST_VERSION
> + default "5.12.4" if BR2_LINUX_KERNEL_LATEST_VERSION
> default "4.19.182-cip45" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> default "4.19.165-cip41-rt18" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
> default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
> diff --git a/linux/linux.hash b/linux/linux.hash
> index e24e02b30e..6a103e31a9 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 8c98b9996d15fdb779a866c6a4c7c9b9e63374cb7105a5a59e9bcf8df02ef70d linux-5.12.2.tar.xz
> -sha256 5aee19ad466b5bbbde642077f42bfaafff4e612296bdd7946faa01d917472b4b linux-5.11.19.tar.xz
> -sha256 ac37a19d45b77a87e58e3aae8b127a6e7eb85ed7467fc8e58474b387bfd498fd linux-5.10.35.tar.xz
> -sha256 4e989b5775830092e5c76b5cca65ebff862ad0c87d0b58c3a20d415c3d4ec770 linux-5.4.117.tar.xz
> +sha256 5a60feee8492732a6aa8c46b9412563959945b4d7b0d27223f15ede2f84b6873 linux-5.12.4.tar.xz
> +sha256 366ba5bb00be28b604aac630c4f64301063892f27353b299177c396af0ad877f linux-5.11.21.tar.xz
> +sha256 a8d5e3309dafc484eb70f94747a6efffa29a79bae651ae126333e913c00be077 linux-5.10.37.tar.xz
> +sha256 71e7decf1e8149a8aed88d30df4f2a62a6c6b168111de6b261685ac7c0ecb2a0 linux-5.4.119.tar.xz
> # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
> sha256 6817ad26e1621bfad48d08b638f66c5933e89c7c8c00d43195b2e0ae260233eb linux-4.4.268.tar.xz
> sha256 5b66f6ce0137fb8d81004bcf2f1e3cbe01c38aab74268656c4ba015c1ccd762a linux-4.9.268.tar.xz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 3d8fb1ab5b..b68567deeb 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -366,10 +366,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
> default "4.9.268" if BR2_KERNEL_HEADERS_4_9
> default "4.14.232" if BR2_KERNEL_HEADERS_4_14
> default "4.19.190" if BR2_KERNEL_HEADERS_4_19
> - default "5.4.117" if BR2_KERNEL_HEADERS_5_4
> - default "5.10.35" if BR2_KERNEL_HEADERS_5_10
> - default "5.11.19" if BR2_KERNEL_HEADERS_5_11
> - default "5.12.2" if BR2_KERNEL_HEADERS_5_12
> + default "5.4.119" if BR2_KERNEL_HEADERS_5_4
> + default "5.10.37" if BR2_KERNEL_HEADERS_5_10
> + default "5.11.21" if BR2_KERNEL_HEADERS_5_11
> + default "5.12.4" if BR2_KERNEL_HEADERS_5_12
> 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.20.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-15 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-15 12:09 [Buildroot] [PATCH] {linux, linux-headers}: bump 5.{4, 10, 11, 12}.x series Peter Korsgaard
2021-05-15 16:13 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox