Skip to content

Commit

Permalink
CI/machine-summary: remove binary toolchains and sort entries alphabe…
Browse files Browse the repository at this point in the history
…tically

Signed-off-by: Jon Mason <[email protected]>
  • Loading branch information
jonmason committed Feb 13, 2025
1 parent 8a45793 commit 5773030
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions scripts/machine-summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5773030

Please sign in to comment.