From 5773030601c793f7ce40df92e62e1bdb477d503d Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 13 Feb 2025 10:49:21 -0500 Subject: [PATCH] CI/machine-summary: remove binary toolchains and sort entries alphabetically Signed-off-by: Jon Mason --- scripts/machine-summary.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/scripts/machine-summary.py b/scripts/machine-summary.py index 455a5176..325d8a65 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: