From d951a39010573bfa751da97544ef04dfd69104c6 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 8 May 2026 21:35:49 +0200 Subject: [PATCH] linux: bump CIP kernel to version 5.10.254-cip72 Signed-off-by: Bernd Kuhls [Julien: fix versions in Config.in bool prompts] Signed-off-by: Julien Olivain --- linux/{5.10.246-cip66 => 5.10.254-cip72} | 0 .../0001-arch-microblaze-mm-init.c-fix-build.patch | 0 .../linux.hash | 0 linux/Config.in | 8 ++++---- linux/before-6.17/linux.hash | 4 ++-- package/linux-headers/{5.10.246-cip66 => 5.10.254-cip72} | 0 .../{5.10.246-cip66-rt29 => 5.10.254-cip72-rt32} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename linux/{5.10.246-cip66 => 5.10.254-cip72} (100%) rename linux/{5.10.246-cip66-rt29 => 5.10.254-cip72-rt32}/0001-arch-microblaze-mm-init.c-fix-build.patch (100%) rename linux/{5.10.246-cip66-rt29 => 5.10.254-cip72-rt32}/linux.hash (100%) rename package/linux-headers/{5.10.246-cip66 => 5.10.254-cip72} (100%) rename package/linux-headers/{5.10.246-cip66-rt29 => 5.10.254-cip72-rt32} (100%) diff --git a/linux/5.10.246-cip66 b/linux/5.10.254-cip72 similarity index 100% rename from linux/5.10.246-cip66 rename to linux/5.10.254-cip72 diff --git a/linux/5.10.246-cip66-rt29/0001-arch-microblaze-mm-init.c-fix-build.patch b/linux/5.10.254-cip72-rt32/0001-arch-microblaze-mm-init.c-fix-build.patch similarity index 100% rename from linux/5.10.246-cip66-rt29/0001-arch-microblaze-mm-init.c-fix-build.patch rename to linux/5.10.254-cip72-rt32/0001-arch-microblaze-mm-init.c-fix-build.patch diff --git a/linux/5.10.246-cip66-rt29/linux.hash b/linux/5.10.254-cip72-rt32/linux.hash similarity index 100% rename from linux/5.10.246-cip66-rt29/linux.hash rename to linux/5.10.254-cip72-rt32/linux.hash diff --git a/linux/Config.in b/linux/Config.in index 27b2e9f511..8d67b43812 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -37,7 +37,7 @@ config BR2_LINUX_KERNEL_LATEST_VERSION select BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el config BR2_LINUX_KERNEL_LATEST_CIP_VERSION - bool "Latest CIP SLTS version (5.10.246-cip66)" + bool "Latest CIP SLTS version (5.10.254-cip72)" # Support was introduced in Linux 5.19 depends on !BR2_loongarch64 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL @@ -59,7 +59,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.246-cip66-rt29)" + bool "Latest CIP RT SLTS version (5.10.254-cip72-rt32)" # Support was introduced in Linux 5.19 depends on !BR2_loongarch64 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 if BR2_KERNEL_HEADERS_AS_KERNEL @@ -144,8 +144,8 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES config BR2_LINUX_KERNEL_VERSION string default "7.0.5" if BR2_LINUX_KERNEL_LATEST_VERSION - default "5.10.246-cip66" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION - default "5.10.246-cip66-rt29" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION + default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION + default "5.10.254-cip72-rt32" 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/before-6.17/linux.hash b/linux/before-6.17/linux.hash index f97ab45c2f..ba20750b7b 100644 --- a/linux/before-6.17/linux.hash +++ b/linux/before-6.17/linux.hash @@ -6,8 +6,8 @@ sha256 f1672e610dc9e05e33de1803857e26c5abe1d1ab0a2ea74b0d8269267f73b499 linux- sha256 5fc6ce4f4cfb17977bc6e14c52a0e10846544f1ffc133aac26d6de7e14a5e61f linux-5.15.206.tar.xz sha256 3956b387bfb5133c00f3f7f76a0a436934a349e8a9319a231a1b5b829d7866a7 linux-5.10.255.tar.xz # Locally computed -sha256 93408e0c5d70ff0ab63dcf9edec6fda2b8524281d611a88e56590436bda43914 linux-cip-5.10.246-cip66.tar.gz -sha256 b3454708b98016f02604433e41060be2c1feb595c2bddeb25292596f047f0915 linux-cip-5.10.246-cip66-rt29.tar.gz +sha256 bd5db7fe3b0475cce4fc72db7a7f7df1c22b970aabe5ebff6ddd48098973bdf2 linux-cip-5.10.254-cip72.tar.gz +sha256 97d7d5139900c10ff7435779be4857dda531e7cf6abba52c12a5f39aae195411 linux-cip-5.10.254-cip72-rt32.tar.gz # Licenses hashes sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING diff --git a/package/linux-headers/5.10.246-cip66 b/package/linux-headers/5.10.254-cip72 similarity index 100% rename from package/linux-headers/5.10.246-cip66 rename to package/linux-headers/5.10.254-cip72 diff --git a/package/linux-headers/5.10.246-cip66-rt29 b/package/linux-headers/5.10.254-cip72-rt32 similarity index 100% rename from package/linux-headers/5.10.246-cip66-rt29 rename to package/linux-headers/5.10.254-cip72-rt32