From c7bde09aa61d6474ddc96eb66a6ea50a7549133d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 4 Dec 2025 08:08:55 +0000 Subject: [PATCH] aarch64_qemu_boot: Don't repack a new QCOW image This was a stray config fragment used during development that was accedentally included in the referenced commit. Fixes: 0fe596490983 ("aarch64_qemu_boot: Restore build after removing post-image.sh") --- configs/aarch64_qemu_boot_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/aarch64_qemu_boot_defconfig b/configs/aarch64_qemu_boot_defconfig index 9884a55c..fe0dc252 100644 --- a/configs/aarch64_qemu_boot_defconfig +++ b/configs/aarch64_qemu_boot_defconfig @@ -24,7 +24,5 @@ BR2_TARGET_UBOOT_FORMAT_DTB=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y -IMAGE_ITB_QCOW=y -IMAGE_ITB_DL_RELEASE=y TRUSTED_KEYS=y TRUSTED_KEYS_DEVELOPMENT=y