From 6286e0d54cdc6edf9e1d03019fd9e0440f0d546f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 13 May 2022 15:12:28 +0100 Subject: [PATCH] arm-bsp/optee-test: clean up bbappends 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 Signed-off-by: Jon Mason --- .../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 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}