aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/control.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass1-5/+11
2021-04-29buildman: Tidy up a few commentsSimon Glass1-0/+2
2021-03-04buildman: Support single-threaded operationSimon Glass1-1/+1
2020-11-05patman: Rename functions in patchstreamSimon Glass1-3/+3
2020-07-28buildman: Allow using older versions of genboardscfg.pySimon Glass1-2/+8
2020-04-26patman: Move to absolute importsSimon Glass1-5/+5
2020-04-26buildman: Move to absolute importsSimon Glass1-6/+6
2020-04-26buildman: Make sure that -o is given with -wSimon Glass1-0/+4
2020-04-26buildman: Correct operation of -A flagSimon Glass1-1/+1
2020-04-21buildman: Change the exit codesSimon Glass1-2/+2
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass1-1/+2
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass1-6/+5
2020-04-21buildman: Make -I the defaultSimon Glass1-1/+5
2020-04-10buildman: Drop the -a optionSimon Glass1-11/+6
2020-04-10buildman: Allow building within a subdir of the current dirSimon Glass1-23/+0
2020-04-10buildman: Allow ignoring warnings in the return codeSimon Glass1-1/+1
2020-04-10bulidman: Add support for a simple buildSimon Glass1-1/+9
2019-12-10buildman: Add options to get the arch and toolchain infoSimon Glass1-0/+35
2019-12-10buildman: Figure out boards before commitsSimon Glass1-30/+29
2019-12-10buildman: Ask genboardscfg to be quietSimon Glass1-1/+1
2019-11-23buildman: Fix problem with non-existent output directoriesTom Rini1-0/+2
2019-11-04buildman: Convert to Python 3Simon Glass1-22/+22
2019-10-29tools: buildman: Honor output directory when generating boards.cfgBin Meng1-5/+5
2019-02-09buildman: fix typoChris Packham1-1/+1
2019-01-14buildman: Add support for building with clangSimon Glass1-1/+1
2018-11-20buildman: Only print toolchain probing with -vSimon Glass1-1/+1
2018-11-14buildman: Add a --boards option to specify particular boards to buildSimon Glass1-3/+17
2018-06-07buildman: Add support for environment delta in summaryAlex Kiernan1-1/+2
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann1-3/+25
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck1-1/+2
2017-02-08buildman: Allow showing the list of boards with -nSimon Glass1-8/+11
2016-12-02buildman: Squash useless output from -KSimon Glass1-1/+2
2016-12-02buildman: Add an option to just create the configSimon Glass1-1/+2
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass1-1/+1
2016-07-31buildman: Drop the toolchain error when downloading toolchainsSimon Glass1-7/+10
2016-07-31buildman: Improve the toolchain progress/error outputSimon Glass1-3/+6
2016-05-17buildman: allow more incremental buildingStephen Warren1-1/+3
2016-03-14buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2015-04-18buildman: Allow comparison of build configurationSimon Glass1-1/+2
2015-01-14buildman: Add an option to write the full build outputSimon Glass1-1/+2
2015-01-14buildman: Add the option to download toolchains from kernel.orgSimon Glass1-0/+16
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass1-1/+1
2015-01-14buildman: Allow specifying a range of commits to buildSimon Glass1-4/+15
2015-01-14buildman: Don't remove entire output directory when testingSimon Glass1-1/+2
2015-01-14buildman: Add an option to flatten output directory treesSimon Glass1-2/+6
2015-01-14buildman: Try to guess the upstream commitSimon Glass1-5/+5
2015-01-14buildman: Put build in 'current', not 'current/current'Simon Glass1-4/+3
2014-11-03patman: Use the full commit hash for 'git checkout'Simon Glass1-1/+1
2014-11-03buildman: Don't default to -e when using -sSimon Glass1-1/+2