
18 Apr
2020
18 Apr
'20
1:29 a.m.
At present the board names shown with -l are separated by commas. This makes it hard to double-click to select a particular board. Also it is not possible to select all boards and paste them as arguments to a subsequent buildman run, since buildman requires spaces to separate the list on the command line, not commas.
Change the output format to use spaces instead of commas.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch to use spaces in the board list
tools/buildman/builder.py | 2 +- tools/buildman/test.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!