Home
last modified time | relevance | path

Searched refs:why_selected (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dcontrol.py45 def ShowActions(series, why_selected, boards_selected, builder, options): argument
76 for arg in why_selected:
78 print arg, ': %d boards' % len(why_selected[arg])
80 print ' %s' % ' '.join(why_selected[arg])
82 len(why_selected['all']))
192 why_selected = boards.SelectBoards(args, exclude)
273 ShowActions(series, why_selected, selected, builder, options)