From eab4cccc47c1aef607698e31eb8e7cb6c0b396e1 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Thu, 10 Apr 2025 18:16:23 +0200 Subject: [PATCH] configs/stm32f429_disco_xip: bump Linux to 6.1.133 The patch bumps the Linux kernel to version 6.1.133. The size of xipImage has increased by only 22 bytes (1671804 bytes compared to 1671782 in version 6.1.126). Signed-off-by: Dario Binacchi Signed-off-by: Thomas Petazzoni (cherry picked from commit cb6729d21410278a70d8064326ab706bef4c2b95) Signed-off-by: Thomas Perale --- .../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 9330b9749e..7855de012d 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 c91920b34aec412fa6deb6ae3f22ffb41879bf07115a5e224edf4f2778be1790 linux-6.1.126.tar.xz +sha256 97b59faf3f1925f296442a73a64439a447366f1d434be579803877097c5abe70 linux-6.1.133.tar.xz diff --git a/configs/stm32f429_disco_xip_defconfig b/configs/stm32f429_disco_xip_defconfig index 7ba5d4ee3f..69266f567e 100644 --- a/configs/stm32f429_disco_xip_defconfig +++ b/configs/stm32f429_disco_xip_defconfig @@ -8,7 +8,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.126" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.133" 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