All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18
@ 2020-01-15 21:41 Angelo Compagnucci
  2020-01-15 21:41 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.90-cip16-rt6 Angelo Compagnucci
  2020-01-17 21:11 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18 Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Angelo Compagnucci @ 2020-01-15 21:41 UTC (permalink / raw)
  To: buildroot

This patch bumps Linux CIP version to 4.19.94-cip18.

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 93e89a0702..b9cfcd07f8 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -30,7 +30,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
 	bool "Latest version (5.4)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
-	bool "Latest CIP SLTS version (4.19.88-cip16)"
+	bool "Latest CIP SLTS version (4.19.94-cip18)"
 	help
 	  CIP launched in the spring of 2016 to address the needs of
 	  organizations in industries such as power generation and
@@ -129,7 +129,7 @@ endif
 config BR2_LINUX_KERNEL_VERSION
 	string
 	default "5.4.5" if BR2_LINUX_KERNEL_LATEST_VERSION
-	default "4.19.88-cip16" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
+	default "4.19.94-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.82-cip14-rt5" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION
-- 
2.17.1

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

* [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.90-cip16-rt6
  2020-01-15 21:41 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18 Angelo Compagnucci
@ 2020-01-15 21:41 ` Angelo Compagnucci
  2020-01-17 21:11 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18 Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Angelo Compagnucci @ 2020-01-15 21:41 UTC (permalink / raw)
  To: buildroot

This patch bumps Linux CIP RT version to 4.19.90-cip16-rt6.

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 b9cfcd07f8..03eb3ec680 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -49,7 +49,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.82-cip14-rt5)"
+	bool "Latest CIP RT SLTS version (4.19.90-cip16-rt6)"
 	help
 	  Same as the CIP version, but this is the PREEMPT_RT realtime
 	  variant.
@@ -130,7 +130,7 @@ config BR2_LINUX_KERNEL_VERSION
 	string
 	default "5.4.5" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "4.19.94-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
-	default "4.19.82-cip14-rt5" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
+	default "4.19.90-cip16-rt6" 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.17.1

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

* [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18
  2020-01-15 21:41 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18 Angelo Compagnucci
  2020-01-15 21:41 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.90-cip16-rt6 Angelo Compagnucci
@ 2020-01-17 21:11 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-01-17 21:11 UTC (permalink / raw)
  To: buildroot

Angelo, All,

On 2020-01-15 22:41 +0100, Angelo Compagnucci spake thusly:
> This patch bumps Linux CIP version to 4.19.94-cip18.
> 
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>

Both applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  linux/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/linux/Config.in b/linux/Config.in
> index 93e89a0702..b9cfcd07f8 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -30,7 +30,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
>  	bool "Latest version (5.4)"
>  
>  config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> -	bool "Latest CIP SLTS version (4.19.88-cip16)"
> +	bool "Latest CIP SLTS version (4.19.94-cip18)"
>  	help
>  	  CIP launched in the spring of 2016 to address the needs of
>  	  organizations in industries such as power generation and
> @@ -129,7 +129,7 @@ endif
>  config BR2_LINUX_KERNEL_VERSION
>  	string
>  	default "5.4.5" if BR2_LINUX_KERNEL_LATEST_VERSION
> -	default "4.19.88-cip16" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> +	default "4.19.94-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
>  	default "4.19.82-cip14-rt5" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
>  	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
>  		if BR2_LINUX_KERNEL_CUSTOM_VERSION
> -- 
> 2.17.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] 3+ messages in thread

end of thread, other threads:[~2020-01-17 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 21:41 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18 Angelo Compagnucci
2020-01-15 21:41 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.90-cip16-rt6 Angelo Compagnucci
2020-01-17 21:11 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.94-cip18 Yann E. MORIN

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.