]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Create a function to handle config and build
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:23 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit335c1b9f8193daae8ba5af2ccefbb0a6057fa5ec
treee94e4e2b1c4a24bcc8089dcbd9ba6854ca8c3de4
parentad7181c797094e0ffb6ed2358d92e7c06f9e3e39
buildman: Create a function to handle config and build

Move this code into a _config_and_build() function, so reduce the size of
run_commit().

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