summaryrefslogtreecommitdiff
path: root/tools/buildman/control.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-09buildman: fix typoChris Packham1-1/+1
2019-01-15buildman: Add support for building with clangSimon Glass1-1/+1
2018-11-21buildman: 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-05buildman: 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-19patman: Adjust command.Output() to raise an error by defaultSimon Glass1-1/+1
2016-08-01buildman: Drop the toolchain error when downloading toolchainsSimon Glass1-7/+10
2016-08-01buildman: Improve the toolchain progress/error outputSimon Glass1-3/+6
2016-05-17buildman: allow more incremental buildingStephen Warren1-1/+3
2016-03-15buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2015-04-19buildman: Allow comparison of build configurationSimon Glass1-1/+2
2015-01-15buildman: Add an option to write the full build outputSimon Glass1-1/+2
2015-01-15buildman: Add the option to download toolchains from kernel.orgSimon Glass1-0/+16
2015-01-15buildman: Add an option to use the full tool chain pathSimon Glass1-1/+1
2015-01-15buildman: Allow specifying a range of commits to buildSimon Glass1-4/+15
2015-01-15buildman: Don't remove entire output directory when testingSimon Glass1-1/+2
2015-01-15buildman: Add an option to flatten output directory treesSimon Glass1-2/+6
2015-01-15buildman: Try to guess the upstream commitSimon Glass1-5/+5
2015-01-15buildman: Put build in 'current', not 'current/current'Simon Glass1-4/+3
2014-11-04patman: Use the full commit hash for 'git checkout'Simon Glass1-1/+1
2014-11-04buildman: Don't default to -e when using -sSimon Glass1-1/+2
2014-09-21buildman: Fix the logic for the bloat commandSimon Glass1-3/+3
2014-09-10buildman: Ignore conflicting tagsSimon Glass1-8/+7
2014-09-10buildman: Permit branch names with an embedded '/'Simon Glass1-1/+1
2014-09-10buildman: Provide an internal option to clean the outpur dirSimon Glass1-1/+10
2014-09-10buildman: Allow tests to have their own boardsSimon Glass1-9/+12
2014-09-10buildman: Set up bsettings outside the control moduleSimon Glass1-1/+0
2014-09-10buildman: Add a functional testSimon Glass1-5/+16
2014-09-10buildman: Move full help code into the control moduleSimon Glass1-0/+8
2014-09-05buildman: Add an option to show which boards caused which errorsSimon Glass1-1/+2
2014-09-05buildman: Implement an option to exclude boards from the buildSimon Glass1-1/+7
2014-09-05buildman: Set the return code to indicate build resultSimon Glass1-2/+7
2014-08-29buildman: run genboardscfg.py all the timeMasahiro Yamada1-6/+4
2014-08-21tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada1-10/+5
2014-08-13buildman: Allow selection of the number of commits to buildSimon Glass1-12/+19
2014-08-13buildman: Add an option to specify the buildman config fileSimon Glass1-1/+1
2014-08-13buildman: Add verbose option to display errors as they happenSimon Glass1-1/+3
2014-08-13buildman: Refactor output optionsSimon Glass1-4/+4
2014-08-13buildman: Allow building of current source treeSimon Glass1-33/+58
2014-07-30buildman: adjust for KconfigMasahiro Yamada1-0/+10
2014-07-29buildman: make sure to invoke GNU MakeMasahiro Yamada1-1/+8
2014-07-28buildman: Support in-tree buildsSimon Glass1-0/+1
2014-07-28buildman: Add -C option to force a reconfigure for each commitSimon Glass1-0/+1
2014-07-23buildman: Add -F flag to retry failed buildsSimon Glass1-0/+1