diff mbox series

[2/2] linux: bump default to version 4.18.14

Message ID 20181015172540.29664-2-bernd.kuhls@t-online.de
State Superseded
Headers show
Series [1/2] linux-headers: bump 4.{4, 9, 14, 18}.x series | expand

Commit Message

Bernd Kuhls Oct. 15, 2018, 5:25 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 15, 2018, 7:19 p.m. UTC | #1
Hello,

On Mon, 15 Oct 2018 19:25:40 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  linux/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux/Config.in b/linux/Config.in
> index 235018ca0b..d372c2c1f8 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -120,7 +120,7 @@ endif
>  
>  config BR2_LINUX_KERNEL_VERSION
>  	string
> -	default "4.18.10" if BR2_LINUX_KERNEL_LATEST_VERSION
> +	default "4.18.14" if BR2_LINUX_KERNEL_LATEST_VERSION

You cannot change this without changing linux.hash at the same time.

Best regards,

Thomas
Thomas Petazzoni Oct. 15, 2018, 7:24 p.m. UTC | #2
Hello,

On Mon, 15 Oct 2018 21:19:18 +0200, Thomas Petazzoni wrote:
> Hello,
> 
> On Mon, 15 Oct 2018 19:25:40 +0200, Bernd Kuhls wrote:
> > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> > ---
> >  linux/Config.in | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/linux/Config.in b/linux/Config.in
> > index 235018ca0b..d372c2c1f8 100644
> > --- a/linux/Config.in
> > +++ b/linux/Config.in
> > @@ -120,7 +120,7 @@ endif
> >  
> >  config BR2_LINUX_KERNEL_VERSION
> >  	string
> > -	default "4.18.10" if BR2_LINUX_KERNEL_LATEST_VERSION
> > +	default "4.18.14" if BR2_LINUX_KERNEL_LATEST_VERSION  
> 
> You cannot change this without changing linux.hash at the same time.

Sorry: you did such a hash update in PATCH 1/2, which I missed, so
sorry about my previous comment.

However, the two patches need to be folded into one, because with only
PATCH 1/2 applied, the hash of linux-4.18.10 is no longer present,
which would break the build of the linux package in its default
version, until PATCH 2/2 is applied.

Best regards,

Thomas
diff mbox series

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 235018ca0b..d372c2c1f8 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -120,7 +120,7 @@  endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "4.18.10" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "4.18.14" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "v4.4.138-cip25" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION