From 67deb2cf1bbfd343cc2bb847bd625a5e3b79ed74 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 29 Sep 2023 16:21:24 +0100 Subject: [PATCH] arm/trusted-services/ts-sp-env-test: remove This test needs the TF-A sources available to build. When the test is needed, this commit can be reverted to bring it back. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-services/ts-sp-env-test_git.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-arm/recipes-security/trusted-services/ts-sp-env-test_git.bb diff --git a/meta-arm/recipes-security/trusted-services/ts-sp-env-test_git.bb b/meta-arm/recipes-security/trusted-services/ts-sp-env-test_git.bb deleted file mode 100644 index cda43e6e..00000000 --- a/meta-arm/recipes-security/trusted-services/ts-sp-env-test_git.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Trusted Services test_runner service provider" - -require ts-sp-common.inc - -# Current version of env-test SP contains hard-coded values for FVP. -COMPATIBLE_MACHINE ?= "invalid" - -SP_UUID = "${ENV_TEST_UUID}" -TS_SP_ENVTEST_CONFIG ?= "baremetal-fvp_base_revc" - -DEPENDS += "python3-jsonschema-native python3-jinja2-native" - -OECMAKE_SOURCEPATH="${S}/deployments/env-test/config/${TS_SP_ENVTEST_CONFIG}-${TS_ENV}"