[Buildroot] [PATCH] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 10, 13, 14}.x series

Yann E. MORIN yann.morin.1998 at free.fr
Sun Sep 12 11:54:26 UTC 2021


Peter, All,

On 2021-09-12 09:53 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter at korsgaard.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  linux/Config.in                      |  2 +-
>  linux/linux.hash                     | 16 ++++++++--------
>  package/linux-headers/Config.in.host | 16 ++++++++--------
>  3 files changed, 17 insertions(+), 17 deletions(-)
> 
> diff --git a/linux/Config.in b/linux/Config.in
> index 270b825e22..ec4e4c5154 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -125,7 +125,7 @@ endif
>  
>  config BR2_LINUX_KERNEL_VERSION
>  	string
> -	default "5.14" if BR2_LINUX_KERNEL_LATEST_VERSION
> +	default "5.14.3" if BR2_LINUX_KERNEL_LATEST_VERSION
>  	default "4.19.198-cip54" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
>  	default "4.19.198-cip54-rt21" 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 76bb9fe001..b98c2e4163 100644
> --- a/linux/linux.hash
> +++ b/linux/linux.hash
> @@ -1,13 +1,13 @@
>  # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
> -sha256  7e068b5e0d26a62b10e5320b25dce57588cbbc6f781c090442138c9c9c3271b2  linux-5.14.tar.xz
> -sha256  72fe7cc1f0363523061659a21e24754697b27f405cb88a41a63038629636159a  linux-5.13.9.tar.xz
> -sha256  00bbaeaac17f82d9a6d93cbc42cafd39d3b2fa3a6087333503d2344fa5e3142d  linux-5.10.57.tar.xz
> -sha256  0471d0ccb7953cdae7d235192588ac5d72344851969962676d1703e69084a37f  linux-5.4.139.tar.xz
> +sha256  c6c340be69e22021d9406c51467d03e2e28fb7221939b2ef114cac3d3602a8d8  linux-5.14.3.tar.xz
> +sha256  495989174c16ae15817798f9e0722dfd782d7d2c78283b519ecc60f2d87e51d2  linux-5.13.16.tar.xz
> +sha256  3eb84bd24a2de2b4749314e34597c02401c5d6831b055ed5224adb405c35e30a  linux-5.10.64.tar.xz
> +sha256  5cf7782ec2e91417edf0d5e6555da6d556962c8985e33ba9e7dadba5cbdc68f9  linux-5.4.145.tar.xz
>  # From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
> -sha256  4bdf66494be66a1da857f09b40b95026a0388e373fb01a206c60f67834746cb4  linux-4.4.279.tar.xz
> -sha256  21edb57dea0fe04a51fcfb6d4e8c0c052787a20015bc74a0a0e63329601f2e07  linux-4.9.279.tar.xz
> -sha256  7f235d454d703112e86574150652807f42abead92f3837da32ea86b4f148b371  linux-4.14.243.tar.xz
> -sha256  f2827d0506622fcae0dae0bc72b2f016469210f50c2d3dd1bdd1211a813dca27  linux-4.19.202.tar.xz
> +sha256  02252f0002e65306f6765089e8bb51f621f4eaea974348c31991b0c508243bb5  linux-4.4.283.tar.xz
> +sha256  67727389771a858406f773b4db62d7d3248209e26120df47507ea4a8898d2e15  linux-4.9.282.tar.xz
> +sha256  9c5612ef428441b7c85cf211a455c06ce695b81a9a40c064d0ea424dd08bef3a  linux-4.14.246.tar.xz
> +sha256  b7eb776f408b3ea71c97dde4888cc4549edf925a18cd158e7c9681d6ffa684c0  linux-4.19.206.tar.xz
>  # Locally computed
>  sha256  e6fc0a999a180ad272b08ff71cbc67f2d3fdc6773d4a8069aefb8781b8e07821  linux-cip-4.19.198-cip54.tar.gz
>  sha256  449668d678e458ddaf30f944b7ca7f5ce6ea6664f57d43ea4eb90b176e03b9cb  linux-cip-4.19.198-cip54-rt21.tar.gz
> diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
> index 7123caf65f..bc4296d084 100644
> --- a/package/linux-headers/Config.in.host
> +++ b/package/linux-headers/Config.in.host
> @@ -370,14 +370,14 @@ endchoice
>  
>  config BR2_DEFAULT_KERNEL_HEADERS
>  	string
> -	default "4.4.279"	if BR2_KERNEL_HEADERS_4_4
> -	default "4.9.279"	if BR2_KERNEL_HEADERS_4_9
> -	default "4.14.243"	if BR2_KERNEL_HEADERS_4_14
> -	default "4.19.202"	if BR2_KERNEL_HEADERS_4_19
> -	default "5.4.139"	if BR2_KERNEL_HEADERS_5_4
> -	default "5.10.57"	if BR2_KERNEL_HEADERS_5_10
> -	default "5.13.9"	if BR2_KERNEL_HEADERS_5_13
> -	default "5.14"		if BR2_KERNEL_HEADERS_5_14
> +	default "4.4.283"	if BR2_KERNEL_HEADERS_4_4
> +	default "4.9.282"	if BR2_KERNEL_HEADERS_4_9
> +	default "4.14.246"	if BR2_KERNEL_HEADERS_4_14
> +	default "4.19.206"	if BR2_KERNEL_HEADERS_4_19
> +	default "5.4.145"	if BR2_KERNEL_HEADERS_5_4
> +	default "5.10.64"	if BR2_KERNEL_HEADERS_5_10
> +	default "5.13.16"	if BR2_KERNEL_HEADERS_5_13
> +	default "5.14.3"	if BR2_KERNEL_HEADERS_5_14
>  	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 lists.buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list