]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Exit after reading toolchain
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2023 18:51:36 +0000 (12:51 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 5 Aug 2023 17:39:23 +0000 (11:39 -0600)
commit1c81e0808b57d6535182632bc45696e256a8671c
tree84e1be624353977c72acc0a0b60a7c8a64d930bb
parentb49662083fea511360e9502b6a239cb038610397
buildman: Exit after reading toolchain

Recent refactoring changed buildman to continue operation after fetching
a toolchain. Fix this.

Fixes: b8680646521 ("bulidman: Move toolchain handling to a function")
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py