From 982c1703918f67b99a7d802af0dc101fc5977c5c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 11 Nov 2021 16:16:57 +0000 Subject: [PATCH] arm-bsp/trusted-firmware-m: remove meaningless PACKAGECONFIGs The corstone1000 customisations override the test-* PACKAGECONFIGs to always disable the tests, even when they're enabled. The proper way to do this is to not enable the tests in the first place, and the tests are not enabled. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-firmware-m/trusted-firmware-m-corstone1000.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc index ae28dd7e..62f5998e 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc @@ -4,9 +4,6 @@ COMPATIBLE_MACHINE = "(corstone1000)" TFM_DEBUG = "1" -PACKAGECONFIG[test-secure] = "-DTEST_S=OFF,-DTEST_S=OFF" -PACKAGECONFIG[test-nonsecure] = "-DTEST_NS=OFF,-DTEST_NS=OFF" - INSANE_SKIP:${PN} = "arch" ## Default is the FVP ##