1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2023-09-29 16:21:24 +01:00
committed by Jon Mason
parent 549e05e486
commit 67deb2cf1b
@@ -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}"