configs/qemu_arm_vexpress_tz_defconfig: enable openssl library
authorEtienne Carriere <etienne.carriere@linaro.org>
Fri, 30 Oct 2020 07:50:45 +0000 (08:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 20 Mar 2021 22:05:26 +0000 (23:05 +0100)
Enable the OpenSSL library to enable some OP-TEE tests that relies on
it.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/qemu_arm_vexpress_tz_defconfig

index 602bdaf304ce98c4a8473875b8a8c00626393047..2f5189b8eb541900157bc4bcd12a58cc32c91625 100644 (file)
@@ -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)"