diff mbox series

[8/8] configs/qemu_arm_vexpress_tz_defconfig: embed openssl library

Message ID 20201030075045.6960-8-etienne.carriere@linaro.org
State Accepted
Headers show
Series [1/8] configs/qemu_arm_vexpress_tz_defconfig: enable CXX toolchain | expand

Commit Message

Etienne Carriere Oct. 30, 2020, 7:50 a.m. UTC
Embed openssl library to enable some OP-TEE tests that relies on it.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
---
 configs/qemu_arm_vexpress_tz_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Thomas Petazzoni March 20, 2021, 10:05 p.m. UTC | #1
On Fri, 30 Oct 2020 08:50:45 +0100
Etienne Carriere <etienne.carriere@linaro.org> wrote:

> Embed openssl library to enable some OP-TEE tests that relies on it.
> 
> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
> ---
>  configs/qemu_arm_vexpress_tz_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/qemu_arm_vexpress_tz_defconfig b/configs/qemu_arm_vexpress_tz_defconfig
index 66ce636ce0..c7de60a720 100644
--- a/configs/qemu_arm_vexpress_tz_defconfig
+++ b/configs/qemu_arm_vexpress_tz_defconfig
@@ -54,3 +54,7 @@  BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
 
 # optee-test needs toolchain C++
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
+
+# Embed OpenSSL library for some optee-test tests
+BR2_PACKAGE_OPENSSL=y
+BR2_PACKAGE_LIBOPENSSL=y