projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69bbdd1
)
buildman: Ask genboardscfg to be quiet
author
Simon Glass
<sjg@chromium.org>
Thu, 5 Dec 2019 22:59:12 +0000
(15:59 -0700)
committer
Simon Glass
<sjg@chromium.org>
Wed, 11 Dec 2019 04:11:31 +0000
(21:11 -0700)
Now that this tool has a 'quiet' flag, use it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py
patch
|
blob
|
history
diff --git
a/tools/buildman/control.py
b/tools/buildman/control.py
index c55a65d0c30b297b6097021909f363662a75c41b..3b41d7b26a0e1db6cfe1afb21a5c4165dbdd5afb 100644
(file)
--- a/
tools/buildman/control.py
+++ b/
tools/buildman/control.py
@@
-205,7
+205,7
@@
def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
os.makedirs(options.output_dir)
board_file = os.path.join(options.output_dir, 'boards.cfg')
genboardscfg = os.path.join(options.git, 'tools/genboardscfg.py')
- status = subprocess.call([genboardscfg, '-o', board_file])
+ status = subprocess.call([genboardscfg, '-
q', '-
o', board_file])
if status != 0:
sys.exit("Failed to generate boards.cfg")