Home | History | Annotate | Download | only in toolchain-utils

Lines Matching full:board

9 a particular board; then it finds and downloads the trybot image and the
47 IMAGE_DIR = '{board}-{image_type}'
53 'board': r'(?P<board>\S+)',
68 board,
74 self._board = board
80 self._build = '%s-release' % board
93 '%s.%s' % (timestamp, board),)
171 board: %s
311 '--board', dest='board', default='x86-zgb', help='The target board.')
335 if not options.board:
336 print('Please give a board.')
349 fc = ToolchainComparator(options.board, options.remote, options.chromeos_root,