[PATCH 1/2] CI/machine-summary: remove binary toolchains and sort entries alphabetically

Jon Mason <[email protected]>
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
---
 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 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:
-- 
2.39.5 (Apple Git-154)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.