提交 6a3fc91e 编写于 作者: S Simon Glass

buildman: Ask genboardscfg to be quiet

Now that this tool has a 'quiet' flag, use it.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 69bbdd11
......@@ -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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册