buildman: Move more things into _build_args()
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:15 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commited007bfa2f55859d59cfb4c343425775f7f3ec55
tree5c905a1ece177e2df50620d398a03b06a8b589a8
parenta06ed7fbefdae0eb32f4c126d10c38bc783b05b8
buildman: Move more things into _build_args()

Move more of the argument-building code into this function. Fix a missing
assignment for out_rel_dir too.

Rename the function since it now builds all the arguments.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py