[PATCH v2 11/28] buildman: Use spaces in the board list
sjg at google.com
sjg at google.com
Sat Apr 18 01:29:39 CEST 2020
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 at 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!
More information about the U-Boot
mailing list