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

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-11-11 16:16:57 +00:00
committed by Jon Mason
parent 3523e25699
commit 982c170391
@@ -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 ##