From 6ecdc3bc8bb0aa74390591eabeab14d771c258f5 Mon Sep 17 00:00:00 2001 From: Anusmita Dutta Mazumder Date: Fri, 1 Sep 2023 17:36:25 +0100 Subject: [PATCH] arm-bsp/n1sdp: Enable tests with pseudo trusted application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the config needed to run the embedded tests with pseudo trusted application. Without this config, the optee-xtests with pseudo TA get skipped with “skip test, pseudo TA not found” message. Signed-off-by: Anusmita Dutta Mazumder Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc b/meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc index a40c93dc..80a11b53 100644 --- a/meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc +++ b/meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc @@ -27,3 +27,5 @@ EXTRA_OEMAKE += " CFG_DT=y" EXTRA_OEMAKE += " CFG_SECURE_PARTITION=y" EXTRA_OEMAKE += " CFG_MAP_EXT_DT_SECURE=y" + +EXTRA_OEMAKE += " CFG_ENABLE_EMBEDDED_TESTS=y"