]> git.dujemihanovic.xyz Git - u-boot.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)
commitd233dfb07d43ddc75458796d4f7b14d5eb3093d0
tree035added5cc535436f7a58213469351c993d6f37
parentd4366b11ad556f4e662afd4fb90af5e51d5137e5
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