mbox series

[0/1] CI: Remove ts-smm-gateway from N1SDP

Message ID 20230423195855.1800774-1-adam.johnston@arm.com
Headers show
Series CI: Remove ts-smm-gateway from N1SDP | expand

Message

Adam Johnston April 23, 2023, 7:58 p.m. UTC
From: Adam Johnston <adam.johnston@arm.com>

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
other platforms e.g. `qemu-secureboot`

Adam Johnston (1):
  CI: Remove ts-smm-gateway from N1SDP

 ci/n1sdp.yml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jon Mason April 24, 2023, 9:19 p.m. UTC | #1
On Sun, 23 Apr 2023 20:58:54 +0100, adam.johnston@arm.com wrote:
> 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
> other platforms e.g. `qemu-secureboot`
> 
> [...]

Applied, thanks!

[1/1] CI: Remove ts-smm-gateway from N1SDP
      commit: b3c7b2d7a53f5781787a66f629305b9467adeddc

Best regards,
Adam Johnston April 26, 2023, 7:34 a.m. UTC | #2
Please can this CI fix be backported to langdale?

Thanks

Adam

-----Original Message-----
From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> On Behalf Of Adam Johnston via lists.yoctoproject.org
Sent: Sunday, April 23, 2023 8:59 PM
To: meta-arm@lists.yoctoproject.org; Ross Burton <Ross.Burton@arm.com>
Cc: nd <nd@arm.com>; Adam Johnston <Adam.Johnston@arm.com>
Subject: [meta-arm] [PATCH 1/1] CI: Remove ts-smm-gateway from N1SDP

From: Adam Johnston <adam.johnston@arm.com>

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 <adam.johnston@arm.com>
---
 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"
--
2.25.1