[2/5] arm-bsp/optee-test: clean up bbappends

Message ID 20220513141231.2513449-2-ross.burton@arm.com
State New
Headers show
Series [1/5] arm-bsp/optee-os: set PV correctly for the corstone1000 build | expand

Commit Message

Ross Burton May 13, 2022, 2:12 p.m. UTC
The 3.14 bbappend sets DEPENDS which are redundant as they're already
set in the base recipe.

Remove the unused 3.16 bbappend.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-security/optee/optee-test_3.14.0.bbappend       | 2 --
 .../recipes-security/optee/optee-test_3.16.0.bbappend       | 6 ------
 2 files changed, 8 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-security/optee/optee-test_3.16.0.bbappend

Patch

diff --git a/meta-arm-bsp/recipes-security/optee/optee-test_3.14.0.bbappend b/meta-arm-bsp/recipes-security/optee/optee-test_3.14.0.bbappend
index f8194d0e..490b3500 100644
--- a/meta-arm-bsp/recipes-security/optee/optee-test_3.14.0.bbappend
+++ b/meta-arm-bsp/recipes-security/optee/optee-test_3.14.0.bbappend
@@ -1,7 +1,5 @@ 
 # Machine specific configurations
 
-DEPENDS = "optee-client optee-os-tadevkit python3-pycryptodome-native"
-
 MACHINE_OPTEE_TEST_REQUIRE ?= ""
 MACHINE_OPTEE_TEST_REQUIRE:tc = "optee-test-tc.inc"
 
diff --git a/meta-arm-bsp/recipes-security/optee/optee-test_3.16.0.bbappend b/meta-arm-bsp/recipes-security/optee/optee-test_3.16.0.bbappend
deleted file mode 100644
index 490b3500..00000000
--- a/meta-arm-bsp/recipes-security/optee/optee-test_3.16.0.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@ 
-# Machine specific configurations
-
-MACHINE_OPTEE_TEST_REQUIRE ?= ""
-MACHINE_OPTEE_TEST_REQUIRE:tc = "optee-test-tc.inc"
-
-require ${MACHINE_OPTEE_TEST_REQUIRE}