]> Git Repo - buildroot-mgba.git/commitdiff
configs/stm32f769_disco_sd: bump Linux to 5.15.162 and U-Boot to 2024.04
authorDario Binacchi <[email protected]>
Thu, 11 Jul 2024 12:54:12 +0000 (14:54 +0200)
committerThomas Petazzoni <[email protected]>
Thu, 11 Jul 2024 19:00:51 +0000 (21:00 +0200)
The patch bumps the Linux kernel to version 5.15.162 and U-Boot to
version 2024.04.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
board/stmicroelectronics/stm32f769-disco/patches/linux/linux.hash
board/stmicroelectronics/stm32f769-disco/patches/uboot/uboot.hash
configs/stm32f769_disco_sd_defconfig

index 49a2ba85a7de3eea3983c1313ebbc591b963beea..d8e8263e9eff58e101cbcec16624fca9eacf2e79 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  8beb69ada46f1cbca2f4cf901ec078846035c1cd925d9471422f65aff74243ba  linux-5.15.108.tar.xz
+sha256  91bfc0ea152ce7b102a0b79d35a7c92843874ebf085c99d2ba8b4d85e62b1a7c  linux-5.15.162.tar.xz
index 7cef5b688ec3f8833a31b4ea5f8373ff1f7e74f2..97a2b4eaf95ba6c37e260593f907f0b979c41546 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341  u-boot-2023.04.tar.bz2
+sha256  18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a  u-boot-2024.04.tar.bz2
index 952d22cc60ddbb7d2fe80bb08dbc5f2f99d1dc1a..c9140d089a399318fb085726d6a58da383682482 100644 (file)
@@ -8,7 +8,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/stmicroelectronics/stm32f769-disco/genimage.cfg"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.108"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.162"
 BR2_LINUX_KERNEL_DEFCONFIG="stm32"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(LINUX_DIR)/arch/arm/configs/dram_0xc0000000.config board/stmicroelectronics/stm32f769-disco/linux-sd.fragment"
 BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y
@@ -22,7 +22,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32f769-disco"
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
This page took 0.02898 seconds and 4 git commands to generate.