All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16
@ 2019-12-17  7:19 Angelo Compagnucci
  2019-12-17  7:19 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.82-cip14-rt5 Angelo Compagnucci
  2019-12-18  9:14 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Angelo Compagnucci @ 2019-12-17  7:19 UTC (permalink / raw)
  To: buildroot

This patch bumps Linux CIP version to 4.19.88-cip16.

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

diff --git a/linux/Config.in b/linux/Config.in
index 13bd21a..c1feb78 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.82-cip14)"
+	bool "Latest CIP SLTS version (4.19.88-cip16)"
 	help
 	  CIP launched in the spring of 2016 to address the needs of
 	  organizations in industries such as power generation and
@@ -129,8 +129,8 @@ endif
 config BR2_LINUX_KERNEL_VERSION
 	string
 	default "5.4.2" if BR2_LINUX_KERNEL_LATEST_VERSION
-	default "4.19.82-cip14" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default "4.19.72-cip10-rt4" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
+	default "4.19.88-cip16" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
diff --git a/linux/linux.hash b/linux/linux.hash
index 5eb4307..506dc80 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -6,3 +6,5 @@ sha256 5da5e16fe08fa506f8f74aa4f17be22b52c0f513e9a3f7e7ae22fc53597ad493  linux-4
 sha256 1df27899a9bc4dd874f3830ab9e7b638f0026dffd67a2e230444e5d2805ccad6  linux-4.9.206.tar.xz
 sha256 0d49ec72e273f6fc7462ad56849b2285f13fd5f4185e8f932a0074fc2eca1bb3  linux-4.14.158.tar.xz
 sha256 c1923b6bd166e6dd07be860c15f59e8273aaa8692bc2a1fce1d31b826b9b3fbe  linux-4.19.88.tar.xz
+# Locally computed
+sha256 6d60ce76bce2e1938f64027d12b1988c95245751feb635adfc551a021d5b3f26  linux-cip-4.19.88-cip16.tar.gz
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.82-cip14-rt5
  2019-12-17  7:19 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16 Angelo Compagnucci
@ 2019-12-17  7:19 ` Angelo Compagnucci
  2019-12-18  9:14   ` Peter Korsgaard
  2019-12-18  9:14 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Angelo Compagnucci @ 2019-12-17  7:19 UTC (permalink / raw)
  To: buildroot

This patch bumps Linux CIP RT version to 4.19.82-cip14-rt5.

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

diff --git a/linux/Config.in b/linux/Config.in
index c1feb78..77f3f24 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.72-cip10-rt4)"
+	bool "Latest CIP RT SLTS version (4.19.82-cip14-rt5)"
 	help
 	  Same as the CIP version, but this is the PREEMPT_RT realtime
 	  variant.
@@ -129,8 +129,8 @@ endif
 config BR2_LINUX_KERNEL_VERSION
 	string
 	default "5.4.2" if BR2_LINUX_KERNEL_LATEST_VERSION
-	default "4.19.72-cip10-rt4" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
 	default "4.19.88-cip16" 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
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
diff --git a/linux/linux.hash b/linux/linux.hash
index 506dc80..940c85b 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -8,3 +8,4 @@ sha256 0d49ec72e273f6fc7462ad56849b2285f13fd5f4185e8f932a0074fc2eca1bb3  linux-4
 sha256 c1923b6bd166e6dd07be860c15f59e8273aaa8692bc2a1fce1d31b826b9b3fbe  linux-4.19.88.tar.xz
 # Locally computed
 sha256 6d60ce76bce2e1938f64027d12b1988c95245751feb635adfc551a021d5b3f26  linux-cip-4.19.88-cip16.tar.gz
+sha256 74ec782e11344e5c5db8e48899b464e296ef37acfb43ce7dfb01c09ea8d3e959  linux-cip-4.19.82-cip14-rt5.tar.gz
-- 
2.7.4

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

* [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16
  2019-12-17  7:19 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16 Angelo Compagnucci
  2019-12-17  7:19 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.82-cip14-rt5 Angelo Compagnucci
@ 2019-12-18  9:14 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-12-18  9:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Angelo" == Angelo Compagnucci <angelo@amarulasolutions.com> writes:

 > This patch bumps Linux CIP version to 4.19.88-cip16.
 > Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.82-cip14-rt5
  2019-12-17  7:19 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.82-cip14-rt5 Angelo Compagnucci
@ 2019-12-18  9:14   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-12-18  9:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Angelo" == Angelo Compagnucci <angelo@amarulasolutions.com> writes:

 > This patch bumps Linux CIP RT version to 4.19.82-cip14-rt5.
 > Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-12-18  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-17  7:19 [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16 Angelo Compagnucci
2019-12-17  7:19 ` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.82-cip14-rt5 Angelo Compagnucci
2019-12-18  9:14   ` Peter Korsgaard
2019-12-18  9:14 ` [Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.88-cip16 Peter Korsgaard

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.