BUILD: Update CubeBlack-solo to CubeSolo.

This commit is contained in:
Matt 2019-04-28 21:36:24 -04:00 committed by Peter Barker
parent f7383179e8
commit 09411fed10

View File

@ -172,7 +172,7 @@ is bob we will attempt to checkout bob-AVR'''
def skip_frame(self, board, frame):
'''returns true if this board/frame combination should not be built'''
if frame == "heli":
if board in ["bebop", "aerofc-v1", "skyviper-v2450", "CubeBlack-solo", "CubeGreen-solo"]:
if board in ["bebop", "aerofc-v1", "skyviper-v2450", "CubeSolo", "CubeGreen-solo"]:
self.progress("Skipping heli build for %s" % board)
return True
return False
@ -556,7 +556,7 @@ is bob we will attempt to checkout bob-AVR'''
def build_arducopter(self, tag):
'''build Copter binaries'''
boards = []
boards.extend(["skyviper-v2450", "aerofc-v1", "bebop", "CubeBlack-solo", "CubeGreen-solo"])
boards.extend(["skyviper-v2450", "aerofc-v1", "bebop", "CubeSolo", "CubeGreen-solo"])
boards.extend(self.common_boards()[:])
self.build_vehicle(tag,
"ArduCopter",