From patchwork Fri Apr 17 23:51:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 237945 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Fri, 17 Apr 2020 17:51:29 -0600 Subject: [PATCH 0/5] buildman: A few more tweaks Message-ID: <20200417235134.226223-1-sjg@chromium.org> A few problems have been found with recent buildman changes. This series tidies these up: - Fixes lack of build output with -w - Fix operation of -A - Handle the updated kernel.org toolchain version Simon Glass (5): buildman: Fix test for new 9.2 kernel buildman: Correct operation of -A flag buildman: Make sure that -o is given with -w buildman: Use out-env for environment output buildman: Write output files when using -w tools/buildman/README | 3 ++- tools/buildman/builder.py | 5 +++++ tools/buildman/builderthread.py | 33 ++++++++++++++++++--------------- tools/buildman/cmdline.py | 3 +-- tools/buildman/control.py | 6 +++++- tools/buildman/func_test.py | 17 +++++++++++++++++ tools/buildman/test.py | 2 +- 7 files changed, 49 insertions(+), 20 deletions(-)