From: Etienne Carriere Date: Fri, 30 Oct 2020 07:50:45 +0000 (+0100) Subject: configs/qemu_arm_vexpress_tz_defconfig: enable openssl library X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a662a0134549931ff71f0ca7022aea9c3dd469a;p=buildroot.git configs/qemu_arm_vexpress_tz_defconfig: enable openssl library Enable the OpenSSL library to enable some OP-TEE tests that relies on it. Signed-off-by: Etienne Carriere Signed-off-by: Thomas Petazzoni --- diff --git a/configs/qemu_arm_vexpress_tz_defconfig b/configs/qemu_arm_vexpress_tz_defconfig index 602bdaf304..2f5189b8eb 100644 --- a/configs/qemu_arm_vexpress_tz_defconfig +++ b/configs/qemu_arm_vexpress_tz_defconfig @@ -43,6 +43,10 @@ BR2_PACKAGE_OPTEE_BENCHMARK=y BR2_PACKAGE_OPTEE_EXAMPLES=y BR2_PACKAGE_OPTEE_TEST=y +# Enable OpenSSL library for some optee-test tests +BR2_PACKAGE_OPENSSL=y +BR2_PACKAGE_LIBOPENSSL=y + # Image BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh" BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"