Searched refs:why_selected (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/buildman/ |
D | control.py | 44 def ShowActions(series, why_selected, boards_selected, builder, options): argument 75 for arg in why_selected: 77 print arg, ': %d boards' % len(why_selected[arg]) 79 print ' %s' % ' '.join(why_selected[arg]) 81 len(why_selected['all'])) 213 why_selected = boards.SelectBoards(args, exclude) 295 ShowActions(series, why_selected, selected, builder, options)
|