Remove SP dev kit external component
Remove all references to SP dev kit from opteesp deployments and b-test
files.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I3752ec4fc0046c576ab658bca81cad9a21cb1fa8
diff --git a/tools/b-test/run.sh.j2 b/tools/b-test/run.sh.j2
index 5274822..444055f 100644
--- a/tools/b-test/run.sh.j2
+++ b/tools/b-test/run.sh.j2
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2020, Arm Limited and contributors. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited and contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -124,8 +124,6 @@
- NUMBER_OF_PROCESSORS: number of processors in the system. Used for setting the number of
parallel processes during build
NUMBER_OF_PROCESSORS=$NUMBER_OF_PROCESSORS
- - SP_DEV_KIT_DIR : location of OP-TEE OS SPDEVKIT export.
- SP_DEV_KIT_DIR=$SP_DEV_KIT_DIR
Available commands:
"" - no command/default -> run all test cases
diff --git a/tools/b-test/test_data.yaml b/tools/b-test/test_data.yaml
index 11f8f63..9f11888 100644
--- a/tools/b-test/test_data.yaml
+++ b/tools/b-test/test_data.yaml
@@ -10,7 +10,6 @@
src: "$TS_ROOT/deployments/attestation/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "component-test-arm-linux"
src: "$TS_ROOT/deployments/component-test/arm-linux"
os_id : "GNU/Linux"
@@ -25,17 +24,14 @@
src: "$TS_ROOT/deployments/crypto/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "env-test-optee-arm"
src: "$TS_ROOT/deployments/env-test/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "internal-trusted-storage-optee-arm"
src: "$TS_ROOT/deployments/internal-trusted-storage/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- "-DCMAKE_VERBOSE_MAKEFILE=y"
- name: "libsp-linux-pc"
src: "$TS_ROOT/deployments/libsp/linux-pc"
@@ -46,7 +42,6 @@
src: "$TS_ROOT/deployments/libsp/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "libts-arm-linux"
src: "$TS_ROOT/deployments/libts/arm-linux"
os_id : "GNU/Linux"
@@ -71,7 +66,6 @@
src: "$TS_ROOT/deployments/protected-storage/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- "-DCMAKE_VERBOSE_MAKEFILE=y"
- name: "psa-api-test-crypto-arm-linux"
src: "$TS_ROOT/deployments/psa-api-test/crypto/arm-linux"
@@ -117,12 +111,10 @@
src: "$TS_ROOT/deployments/se-proxy/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "sfs-demo-optee-arm"
src: "$TS_ROOT/deployments/sfs-demo/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- name: "smm-gateway-pc-linux"
src: "$TS_ROOT/deployments/smm-gateway/linux-pc"
params:
@@ -131,7 +123,6 @@
src: "$TS_ROOT/deployments/smm-gateway/opteesp"
params:
- "-GUnix Makefiles"
- - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
- "-DCMAKE_VERBOSE_MAKEFILE=y"
- name: "ts-demo-arm-linux"
src: "$TS_ROOT/deployments/ts-demo/arm-linux"