Lines Matching full:board
42 def __init__(self, board, chromeos_root):
43 self._board = board
63 <chroot>/src/build/images/<board> directory, to find the actual
95 '--board=%s' % self._board, '--rebuild'
123 error_str = "Could not setup board: '%s'" % command
161 board,
168 self._board = board
181 '%s.%s' % (timestamp, board),)
183 ChromeOSCheckout.__init__(self, board, self._chromeos_root)
212 board: %s
316 '--board', dest='board', default='x86-alex', help='The target board.')
338 help='Force the image regardless of board mismatch')
346 if not options.board:
347 print('Please give a board.')
357 fc = ToolchainComparator(options.board, options.remote, toolchain_configs,