From 0a33d2553c9412e378a7a60e21cb892494c10abb Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Tue, 21 Jul 2026 20:42:47 +0200 Subject: [PATCH] configs/stm32f429_disco_xip: bump Linux to 6.1.177 The patch bumps the Linux kernel to version 6.1.177. The size of xipImage has increased by 23131 bytes (1696766 bytes compared to 1673635 in version 6.1.167). Signed-off-by: Dario Binacchi Signed-off-by: Julien Olivain --- .../stmicroelectronics/stm32f429-disco/patches/linux/linux.hash | 2 +- configs/stm32f429_disco_xip_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash b/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash index c34797e4f5..be1c34bc23 100644 --- a/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash +++ b/board/stmicroelectronics/stm32f429-disco/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 2818053c07976ba4ed5f44deb0f5dc7ae7b0975d7918c313d48d8fe7c4e598cb linux-6.1.167.tar.xz +sha256 f6529bfe1a457adab69156fb7fa2232cc203eb63f5e46210f9953d6fc9f70a30 linux-6.1.177.tar.xz diff --git a/configs/stm32f429_disco_xip_defconfig b/configs/stm32f429_disco_xip_defconfig index e6edfa9061..0c472a328b 100644 --- a/configs/stm32f429_disco_xip_defconfig +++ b/configs/stm32f429_disco_xip_defconfig @@ -9,7 +9,7 @@ BR2_DOWNLOAD_FORCE_CHECK_HASHES=y BR2_ROOTFS_POST_BUILD_SCRIPT="board/stmicroelectronics/common/stm32f4xx/stm32-post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.167" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.177" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f429-disco/linux.config" BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y