Message ID | 20230216161133.3488226-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs | expand |
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")
Add missing recipes to the update report. Signed-off-by: Ross Burton <ross.burton@arm.com> --- scripts/machine-summary.py | 4 ++++ 1 file changed, 4 insertions(+)