Re: [U-Boot] [PATCH] buildman: Allow showing the list of boards with -n

2017-02-08 Thread Simon Glass
On 23 January 2017 at 05:38, Simon Glass wrote: > As well as showing the number of boards, allow showing the actual list of > boards that would be built, if -v is provided. > > Signed-off-by: Simon Glass > --- > > tools/buildman/README | 2 +- > tools/buildman/board.py | 10 +- >

[U-Boot] [PATCH] buildman: Allow showing the list of boards with -n

2017-01-23 Thread Simon Glass
As well as showing the number of boards, allow showing the actual list of boards that would be built, if -v is provided. Signed-off-by: Simon Glass --- tools/buildman/README | 2 +- tools/buildman/board.py | 10 +- tools/buildman/control.py | 19 +++ 3 files chang