]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Drop use of builder in show_actions()
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:36 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit2db2155a733e09c5562a931c238d5222c660aa5b
tree035added5cc535436f7a58213469351c993d6f37
parent1fbb76b3fdbe3e56d356d9ecc11266b4edb70c6e
buildman: Drop use of builder in show_actions()

This function only needs the output directory from the builder. This is
passed into the builder, so just pass the same value to show_actions().
The avoids needing a builder to call show_actions().

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