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

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.