From b3c7b2d7a53f5781787a66f629305b9467adeddc Mon Sep 17 00:00:00 2001 From: Adam Johnston Date: Sun, 23 Apr 2023 20:58:55 +0100 Subject: [PATCH] CI: Remove ts-smm-gateway from N1SDP Installing SMM Gateway SP on the N1SDP may stop the platform from booting for on-device testing in CI. In n1sdp.yml, remove `ts-smm-gateway` if it has been added Keep `ts-smm-gateway` in default SP set so it can still be tested with `qemu-secureboot` Signed-off-by: Adam Johnston Signed-off-by: Jon Mason --- ci/n1sdp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/n1sdp.yml b/ci/n1sdp.yml index 797a5225..f6883079 100644 --- a/ci/n1sdp.yml +++ b/ci/n1sdp.yml @@ -4,3 +4,7 @@ header: - ci/base.yml machine: n1sdp + +local_conf_header: + unsupported_trusted_services: | + MACHINE_FEATURES:remove = "ts-smm-gateway"