From 402cfcc4e85f56f14f3ec67b5fe373e00a18d7d4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 16 Feb 2023 16:11:33 +0000 Subject: [PATCH] CI/machine-summary: add missing recipes Add missing recipes to the update report. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- scripts/machine-summary.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/machine-summary.py b/scripts/machine-summary.py index 8bd0fa78..0f5d1d99 100755 --- a/scripts/machine-summary.py +++ b/scripts/machine-summary.py @@ -145,6 +145,10 @@ recipes = ("virtual/kernel", "edk2-firmware", "u-boot", "optee-os", + "hafnium", + "boot-wrapper-aarch64", + "gator-daemon", + "opencsd", "gcc-aarch64-none-elf-native", "gcc-arm-none-eabi-native")