diff mbox series

[2/2] CI: add sbsa-acs to recipe report

Message ID 20231011130203.3871606-2-jon.mason@arm.com
State New
Headers show
Series [1/2] arm/boot-wrapper-aarch64: remove recipe | expand

Commit Message

Jon Mason Oct. 11, 2023, 1:02 p.m. UTC
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 scripts/machine-summary.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/scripts/machine-summary.py b/scripts/machine-summary.py
index 3038237c..ad8243fc 100755
--- a/scripts/machine-summary.py
+++ b/scripts/machine-summary.py
@@ -139,6 +139,7 @@  def harvest_data(machines, recipes):
 
 # TODO can this be inferred from the list of recipes in the layer
 recipes = ("virtual/kernel",
+           "sbsa-acs",
            "scp-firmware",
            "trusted-firmware-a",
            "trusted-firmware-m",