mirror of https://github.com/ArduPilot/ardupilot
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...
This commit is contained in:
parent
94062fce5c
commit
f7e0b9cb89
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue