|
@@ -31,7 +31,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
|
|
bool "Latest version (5.15)"
|
|
bool "Latest version (5.15)"
|
|
|
|
|
|
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
- bool "Latest CIP SLTS version (4.19.198-cip54)"
|
|
|
|
|
|
+ bool "Latest CIP SLTS version (5.10.83-cip1)"
|
|
help
|
|
help
|
|
CIP launched in the spring of 2016 to address the needs of
|
|
CIP launched in the spring of 2016 to address the needs of
|
|
organizations in industries such as power generation and
|
|
organizations in industries such as power generation and
|
|
@@ -44,7 +44,7 @@ config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
implementation of software building blocks that meet
|
|
implementation of software building blocks that meet
|
|
these requirements.
|
|
these requirements.
|
|
|
|
|
|
- The CIP community plans to maintain 4.19 for security and
|
|
|
|
|
|
+ The CIP community plans to maintain 5.10 for security and
|
|
bug fixes for more than 10 years.
|
|
bug fixes for more than 10 years.
|
|
|
|
|
|
https://www.cip-project.org
|
|
https://www.cip-project.org
|
|
@@ -126,7 +126,7 @@ endif
|
|
config BR2_LINUX_KERNEL_VERSION
|
|
config BR2_LINUX_KERNEL_VERSION
|
|
string
|
|
string
|
|
default "5.15.6" if BR2_LINUX_KERNEL_LATEST_VERSION
|
|
default "5.15.6" if BR2_LINUX_KERNEL_LATEST_VERSION
|
|
- default "4.19.198-cip54" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
|
|
|
|
+ default "5.10.83-cip1" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
|
default "4.19.198-cip54-rt21" 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 \
|
|
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
|
if BR2_LINUX_KERNEL_CUSTOM_VERSION
|
|
if BR2_LINUX_KERNEL_CUSTOM_VERSION
|