All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54
@ 2021-08-09 21:52 Angelo Compagnucci
  2021-08-09 21:52 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.198-cip54-rt21 Angelo Compagnucci
  2021-08-13 13:08 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Angelo Compagnucci @ 2021-08-09 21:52 UTC (permalink / raw)
  To: buildroot; +Cc: Angelo Compagnucci

This patch bumps Linux CIP to version 4.19.198-cip54.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 linux/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index ef52373291..f10fab8c75 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -31,7 +31,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
 	bool "Latest version (5.13)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
-	bool "Latest CIP SLTS version (4.19.182-cip45)"
+	bool "Latest CIP SLTS version (4.19.198-cip54)"
 	help
 	  CIP launched in the spring of 2016 to address the needs of
 	  organizations in industries such as power generation and
@@ -126,7 +126,7 @@ endif
 config BR2_LINUX_KERNEL_VERSION
 	string
 	default "5.13.9" if BR2_LINUX_KERNEL_LATEST_VERSION
-	default "4.19.182-cip45" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
+	default "4.19.198-cip54" 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 \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.198-cip54-rt21
  2021-08-09 21:52 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Angelo Compagnucci
@ 2021-08-09 21:52 ` Angelo Compagnucci
  2021-08-13 13:08 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Angelo Compagnucci @ 2021-08-09 21:52 UTC (permalink / raw)
  To: buildroot; +Cc: Angelo Compagnucci

This patch bumps Linux CIP RT to version 4.19.198-cip54-rt21

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 linux/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index f10fab8c75..3f00680a09 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -50,7 +50,7 @@ config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	  https://www.cip-project.org
 
 config BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
-	bool "Latest CIP RT SLTS version (4.19.165-cip41-rt18)"
+	bool "Latest CIP RT SLTS version (4.19.198-cip54-rt21)"
 	help
 	  Same as the CIP version, but this is the PREEMPT_RT realtime
 	  variant.
@@ -127,7 +127,7 @@ config BR2_LINUX_KERNEL_VERSION
 	string
 	default "5.13.9" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.198-cip54" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
-	default "4.19.165-cip41-rt18" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
+	default "4.19.198-cip54-rt21" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54
  2021-08-09 21:52 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Angelo Compagnucci
  2021-08-09 21:52 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.198-cip54-rt21 Angelo Compagnucci
@ 2021-08-13 13:08 ` Thomas Petazzoni
  2021-08-13 13:17   ` Angelo Compagnucci
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2021-08-13 13:08 UTC (permalink / raw)
  To: Angelo Compagnucci; +Cc: buildroot

Hello Angelo,

On Mon,  9 Aug 2021 23:52:13 +0200
Angelo Compagnucci <angelo@amarulasolutions.com> wrote:

> This patch bumps Linux CIP to version 4.19.198-cip54.
> 
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> ---
>  linux/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Are you sure changes to linux.hash are not necessary ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54
  2021-08-13 13:08 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Thomas Petazzoni
@ 2021-08-13 13:17   ` Angelo Compagnucci
  0 siblings, 0 replies; 4+ messages in thread
From: Angelo Compagnucci @ 2021-08-13 13:17 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Buildroot Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 938 bytes --]

On Fri, Aug 13, 2021 at 3:08 PM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> Hello Angelo,
>
> On Mon,  9 Aug 2021 23:52:13 +0200
> Angelo Compagnucci <angelo@amarulasolutions.com> wrote:
>
> > This patch bumps Linux CIP to version 4.19.198-cip54.
> >
> > Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
> > ---
> >  linux/Config.in | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Are you sure changes to linux.hash are not necessary ?
>

Right, I'm going to resend asap!


> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>


-- 

Angelo Compagnucci

Software Engineer

angelo@amarulasolutions.com
__________________________________
Amarula Solutions SRL

Via le Canevare 30, 31100 Treviso, Veneto, IT

T. +39 (0)42 243 5310
info@amarulasolutions.com

www.amarulasolutions.com
[`as] https://www.amarulasolutions.com|

[-- Attachment #1.2: Type: text/html, Size: 5471 bytes --]

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-13 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 21:52 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Angelo Compagnucci
2021-08-09 21:52 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.198-cip54-rt21 Angelo Compagnucci
2021-08-13 13:08 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.198-cip54 Thomas Petazzoni
2021-08-13 13:17   ` Angelo Compagnucci

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.