From fe49bf9451b512b3c2d6c441b16ec0a87ea54959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Mon, 16 Mar 2026 18:02:46 +0100 Subject: [PATCH] configs/iot-gate-imx8_ebbr: bump u-boot to fix the build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python setuptools has removed the obsolete pkg_resources python module in v82.0.0. This module is used by the binman command in U-Boot until v2025.10. Since the python-setuptools package has been updated to v82.0.0 in Buildroot, the iot-gate-imx8_ebbr_defconfig (using U-Boot v2025.07 and binman) fails to build with the following error [1]: ModuleNotFoundError: No module named 'pkg_resources' Update the defconfig to use a more recent U-Boot v2026.01, to fix the build. Link: https://gitlab.com/buildroot.org/buildroot/-/jobs/13476922237 [1] Fixes: 51365ff06379 ("package/python-setuptools: bump to version 82.0.0") Signed-off-by: Vincent Stehlé Cc: James Hilliard Cc: Julien Olivain [Julien: update custom uboot.hash file] Signed-off-by: Julien Olivain --- board/compulab/iot-gate-imx8-ebbr/patches/uboot/uboot.hash | 2 +- configs/iot-gate-imx8_ebbr_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/compulab/iot-gate-imx8-ebbr/patches/uboot/uboot.hash b/board/compulab/iot-gate-imx8-ebbr/patches/uboot/uboot.hash index 440526977b..b6a925ea4e 100644 --- a/board/compulab/iot-gate-imx8-ebbr/patches/uboot/uboot.hash +++ b/board/compulab/iot-gate-imx8-ebbr/patches/uboot/uboot.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 0f933f6c5a426895bf306e93e6ac53c60870e4b54cda56d95211bec99e63bec7 u-boot-2025.07.tar.bz2 +sha256 b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54 u-boot-2026.01.tar.bz2 diff --git a/configs/iot-gate-imx8_ebbr_defconfig b/configs/iot-gate-imx8_ebbr_defconfig index ff646e8adc..460494302a 100644 --- a/configs/iot-gate-imx8_ebbr_defconfig +++ b/configs/iot-gate-imx8_ebbr_defconfig @@ -44,7 +44,7 @@ BR2_TARGET_OPTEE_OS_ADDITIONAL_VARIABLES="CFG_TEE_CORE_LOG_LEVEL=2 CFG_TEE_TA_LO BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2025.07" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2026.01" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mm-cl-iot-gate-optee" BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/compulab/iot-gate-imx8-ebbr/u-boot.fragment" BR2_TARGET_UBOOT_NEEDS_DTC=y