From f7e0b9cb897569f650787d8ab46f60e0d7dcfee8 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 4 Sep 2024 13:07:14 +1000 Subject: [PATCH] Tools: size_compare_branches.py: blacklist build of Pixhack-V3 bootloader we don't have a hwdef-bl.dat for this board as it uses a bootloader from elsewhere. This should be done on the hwdef content, but that's still coming... --- Tools/scripts/size_compare_branches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/size_compare_branches.py b/Tools/scripts/size_compare_branches.py index fecb45188b..6ff77c1295 100755 --- a/Tools/scripts/size_compare_branches.py +++ b/Tools/scripts/size_compare_branches.py @@ -166,6 +166,7 @@ class SizeCompareBranches(object): 'SITL_arm_linux_gnueabihf', 'RADIX2HD', 'canzero', + 'CUAV-Pixhack-v3', # uses USE_BOOTLOADER_FROM_BOARD ]) # blacklist all linux boards for bootloader build: