From 4cc21e5e842747916c7f751394539c925601f9c8 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Sat, 20 Jul 2024 22:16:56 +0200 Subject: [PATCH] configs/beaglebone_qt5: drop U-Boot tools Commit e2520d0ff3d8e ("configs/beaglebone_qt5: bump kernel and U-Boot, add weston") selected host-uboot-tools with FIT support to create the images. They are no longer necessary now. Signed-off-by: Dario Binacchi Signed-off-by: Thomas Petazzoni --- configs/beaglebone_qt5_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig index 6201507770..e58255a108 100644 --- a/configs/beaglebone_qt5_defconfig +++ b/configs/beaglebone_qt5_defconfig @@ -44,5 +44,3 @@ BR2_TARGET_UBOOT_SPL_NAME="MLO" BR2_PACKAGE_HOST_DOSFSTOOLS=y BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_MTOOLS=y -BR2_PACKAGE_HOST_UBOOT_TOOLS=y -BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y