
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(-)