[Buildroot] [PATCH 1/1] linux: update cip/cip-rt kernels to latest versions
James Hilliard
james.hilliard1 at gmail.com
Sat May 28 21:35:07 UTC 2022
Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
---
linux/Config.in | 8 ++++----
linux/linux.hash | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index fd3605a559..0db94370ca 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -32,7 +32,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 if BR2_KERNEL_HEADERS_AS_KERNEL
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
- bool "Latest CIP SLTS version (5.10.104-cip3)"
+ bool "Latest CIP SLTS version (5.10.115-cip7)"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
help
CIP launched in the spring of 2016 to address the needs of
@@ -52,7 +52,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 (5.10.104-cip3-rt3)"
+ bool "Latest CIP RT SLTS version (5.10.109-cip5-rt4)"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL
help
Same as the CIP version, but this is the PREEMPT_RT realtime
@@ -129,8 +129,8 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
default "5.17.7" if BR2_LINUX_KERNEL_LATEST_VERSION
- default "5.10.104-cip3" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
- default "5.10.104-cip3-rt3" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
+ default "5.10.115-cip7" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
+ default "5.10.109-cip5-rt4" 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 3190813a0c..b8eeceef15 100644
--- a/linux/linux.hash
+++ b/linux/linux.hash
@@ -8,8 +8,8 @@ sha256 e03b777861fae559cb7ed635500cde305bc2ca34dee4dc2fe806de0060c87bdc linux-
sha256 3cd6d4eeb3a5d1c906b35c08f0d602f329410c291233bee1a7a2b168c7378bbe linux-4.14.278.tar.xz
sha256 59bcfd094ec26b03ca506199224cff53c13325e62d22bd4e31ef4ccafe7265a2 linux-4.19.242.tar.xz
# Locally computed
-sha256 63e6df81c4a747c60eed535ffc2f6f1ddb0c17ec349e860316d9a700c69ab38e linux-cip-5.10.104-cip3.tar.gz
-sha256 9a45929d91ebaddbf6a0ef29750775e33d3c3f56f42f0a9e95e77e5b4eba3c6e linux-cip-5.10.104-cip3-rt3.tar.gz
+sha256 f3559be277be9200897022282be18cfc0278d1d8baec8058305b04b9cd72002a linux-cip-5.10.115-cip7.tar.gz
+sha256 71fba4ed5cb48fa7869e9fe271b68b77fed26775ce5cf2f50891aa8f71c388b3 linux-cip-5.10.109-cip5-rt4.tar.gz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
--
2.25.1
More information about the buildroot
mailing list