From a3c26c4ef33264d2d69f97b6f87e0f07306595df Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 12 Aug 2025 07:25:43 +0200 Subject: [PATCH] configs: drop signing step for bootloaders There's nothing to sign and only causes build errors. Signed-off-by: Joachim Wiberg --- configs/aarch64_qemu_boot_defconfig | 2 -- configs/cn9130_crb_boot_defconfig | 2 -- configs/rpi4_boot_defconfig | 2 -- 3 files changed, 6 deletions(-) diff --git a/configs/aarch64_qemu_boot_defconfig b/configs/aarch64_qemu_boot_defconfig index 833dc1c6..910ce65b 100644 --- a/configs/aarch64_qemu_boot_defconfig +++ b/configs/aarch64_qemu_boot_defconfig @@ -27,6 +27,4 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y -TRUSTED_KEYS=y -TRUSTED_KEYS_DEVELOPMENT=y # GNS3_APPLIANCE is not set diff --git a/configs/cn9130_crb_boot_defconfig b/configs/cn9130_crb_boot_defconfig index 1d12cad1..daf9d077 100644 --- a/configs/cn9130_crb_boot_defconfig +++ b/configs/cn9130_crb_boot_defconfig @@ -38,6 +38,4 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y -TRUSTED_KEYS=y -TRUSTED_KEYS_DEVELOPMENT=y # GNS3_APPLIANCE is not set diff --git a/configs/rpi4_boot_defconfig b/configs/rpi4_boot_defconfig index b9d8a817..97ea983f 100644 --- a/configs/rpi4_boot_defconfig +++ b/configs/rpi4_boot_defconfig @@ -34,6 +34,4 @@ BR2_PACKAGE_HOST_RAUC=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y -TRUSTED_KEYS=y -TRUSTED_KEYS_DEVELOPMENT=y # GNS3_APPLIANCE is not set