Skip to content

Commit 6c57487

Browse files
committed
aarch64_qemu_boot: Restore build after removing post-image.sh
Use the new image-itb-dl-release to compose a QCOW with Infix and U-Boot, in the same way that we previously did in post-image.sh.
1 parent e814c26 commit 6c57487

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configs/aarch64_qemu_boot_defconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.07.02"
2121
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="qemu_arm64"
2222
BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_INFIX_PATH)/board/common/uboot/extras.config $(BR2_EXTERNAL_INFIX_PATH)/board/aarch64/qemu-uboot/extras.config"
2323
BR2_TARGET_UBOOT_FORMAT_DTB=y
24-
BR2_PACKAGE_HOST_GENIMAGE=y
25-
BR2_PACKAGE_HOST_RAUC=y
2624
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
2725
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
2826
BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SIGNATURE_SUPPORT=y
29-
# GNS3_APPLIANCE is not set
27+
IMAGE_ITB_QCOW=y
28+
IMAGE_ITB_DL_RELEASE=y
29+
TRUSTED_KEYS=y
30+
TRUSTED_KEYS_DEVELOPMENT=y

0 commit comments

Comments
 (0)