Message ID | 20250213154922.46233-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] CI/machine-summary: remove binary toolchains and sort entries alphabetically | expand |
On Thu, 13 Feb 2025 10:49:21 -0500, Jon Mason wrote:
>
Applied, thanks!
[1/2] CI/machine-summary: remove binary toolchains and sort entries alphabetically
commit: 7699a460f73d0a13e5f937c0151833b97cc57875
[2/2] arm/trusted-firmware-a: move qemuarm64-secureboot file to the correct location
commit: a35544a34c0df90df5f22980e2fc9660cd36c6d2
Best regards,
diff --git a/scripts/machine-summary.py b/scripts/machine-summary.py index 455a5176fe5d..325d8a65c469 100755 --- a/scripts/machine-summary.py +++ b/scripts/machine-summary.py @@ -138,22 +138,20 @@ def harvest_data(machines, recipes): return upstreams, versions # TODO can this be inferred from the list of recipes in the layer -recipes = ("virtual/kernel", +recipes = ("boot-wrapper-aarch64", + "edk2-firmware", + "gator-daemon", + "gn", + "hafnium", + "opencsd", + "optee-ftpm", + "optee-os", "sbsa-acs", "scp-firmware", "trusted-firmware-a", "trusted-firmware-m", - "edk2-firmware", "u-boot", - "optee-os", - "optee-ftpm", - "hafnium", - "boot-wrapper-aarch64", - "gator-daemon", - "gn", - "opencsd", - "gcc-aarch64-none-elf-native", - "gcc-arm-none-eabi-native") + "virtual/kernel") class Format:
Signed-off-by: Jon Mason <jon.mason@arm.com> --- scripts/machine-summary.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-)