From f45e1d57a0c89eb7ae9b8a25d397f6128c8bc70f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 7 May 2024 10:25:48 +0200 Subject: [PATCH] defconfig: cn9130_crb_boot: Restore image signing functionality During the addition of multi-key support to RAUC and U-Boot, the bootloader defconfig for CN9130 CRB was overlooked, which meant that the Infix specific U-Boot hooks never ran, thereby ultimately breaking the build. Restore the required options to build in the dev-key by default. --- configs/cn9130_crb_boot_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/cn9130_crb_boot_defconfig b/configs/cn9130_crb_boot_defconfig index 3e21dc88..ff104231 100644 --- a/configs/cn9130_crb_boot_defconfig +++ b/configs/cn9130_crb_boot_defconfig @@ -36,8 +36,8 @@ 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 -# SIGN_ENABLED is not set -DISK_IMAGE=y +TRUSTED_KEYS=y +TRUSTED_KEYS_DEVELOPMENT=y DISK_IMAGE_BOOT_BIN=y DISK_IMAGE_BOOT_DATA="${BINARIES_DIR}/flash-image.bin" DISK_IMAGE_BOOT_OFFSET=0x00200000