mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
CI/machine-summary: remove binary toolchains and sort entries alphabetically
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -138,22 +138,20 @@ def harvest_data(machines, recipes):
|
|||||||
return upstreams, versions
|
return upstreams, versions
|
||||||
|
|
||||||
# TODO can this be inferred from the list of recipes in the layer
|
# 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",
|
"sbsa-acs",
|
||||||
"scp-firmware",
|
"scp-firmware",
|
||||||
"trusted-firmware-a",
|
"trusted-firmware-a",
|
||||||
"trusted-firmware-m",
|
"trusted-firmware-m",
|
||||||
"edk2-firmware",
|
|
||||||
"u-boot",
|
"u-boot",
|
||||||
"optee-os",
|
"virtual/kernel")
|
||||||
"optee-ftpm",
|
|
||||||
"hafnium",
|
|
||||||
"boot-wrapper-aarch64",
|
|
||||||
"gator-daemon",
|
|
||||||
"gn",
|
|
||||||
"opencsd",
|
|
||||||
"gcc-aarch64-none-elf-native",
|
|
||||||
"gcc-arm-none-eabi-native")
|
|
||||||
|
|
||||||
|
|
||||||
class Format:
|
class Format:
|
||||||
|
|||||||
Reference in New Issue
Block a user