[PATCH 4/5] arm/machine-summary: remove gn
Jon Mason <[email protected]> Sat, 10 Jan 2026 11:52:40 -0500
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
gn was moved to oe-core. So, we no longer need to track it as part of the meta-arm CI machine-report Signed-off-by: Jon Mason <[email protected]> --- scripts/machine-summary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/machine-summary.py b/scripts/machine-summary.py index 325d8a65c469..c9c9242af9dc 100755 --- a/scripts/machine-summary.py +++ b/scripts/machine-summary.py @@ -141,7 +141,6 @@ def harvest_data(machines, recipes): recipes = ("boot-wrapper-aarch64", "edk2-firmware", "gator-daemon", - "gn", "hafnium", "opencsd", "optee-ftpm", -- 2.50.1 (Apple Git-155)