From b01a20694c7eae222a1dd64ffb458ce8d6e7ab4b Mon Sep 17 00:00:00 2001 From: Etienne Carriere Date: Tue, 2 May 2023 17:47:08 +0200 Subject: [PATCH] configs/qemu_arm_vexpress_tz_defconfig: don't embed optee-benchmark Package optee-benchmark is no more maintained by OP-TEE community hence don't enable that package in qemu_arm_vexpress_tz_defconfig. Signed-off-by: Etienne Carriere Signed-off-by: Yann E. MORIN --- configs/qemu_arm_vexpress_tz_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/qemu_arm_vexpress_tz_defconfig b/configs/qemu_arm_vexpress_tz_defconfig index 576c441154..b24fab5e42 100644 --- a/configs/qemu_arm_vexpress_tz_defconfig +++ b/configs/qemu_arm_vexpress_tz_defconfig @@ -40,7 +40,6 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="BL32_RAM_LOCATION=tdram" BR2_TARGET_OPTEE_OS=y BR2_TARGET_OPTEE_OS_NEEDS_DTC=y BR2_TARGET_OPTEE_OS_PLATFORM="vexpress-qemu_virt" -BR2_PACKAGE_OPTEE_BENCHMARK=y BR2_PACKAGE_OPTEE_EXAMPLES=y BR2_PACKAGE_OPTEE_TEST=y