summaryrefslogtreecommitdiff
path: root/tools/buildman
Commit message (Expand)AuthorAgeLines
...
* buildman: Add an option to show which boards caused which errorsSimon Glass2014-09-05-13/+50
* buildman: Remove the directory prefix from each error lineSimon Glass2014-09-05-1/+3
* buildman: Implement an option to exclude boards from the buildSimon Glass2014-09-05-8/+41
* buildman: Allow make-flags variables to include '-' and '_'Simon Glass2014-09-05-2/+4
* buildman: Set the return code to indicate build resultSimon Glass2014-09-05-3/+20
* buildman: run genboardscfg.py all the timeMasahiro Yamada2014-08-28-6/+4
* buildman: refactor help messageMasahiro Yamada2014-08-22-1/+1
* Makefile: remove generated boards.cfg within make distcleanRoger Meier2014-08-22-4/+4
* tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-21-10/+5
* buildman: Allow selection of the number of commits to buildSimon Glass2014-08-13-12/+19
* buildman: Introduce an 'and' operator for board selectionSimon Glass2014-08-13-17/+184
* buildman: Add a few more toolchain examples to the READMESimon Glass2014-08-13-0/+2
* buildman: Add a message indicating there are no errorsSimon Glass2014-08-13-0/+7
* buildman: Add an option to specify the buildman config fileSimon Glass2014-08-13-1/+3
* buildman: Remove unused non-incremental build method codeSimon Glass2014-08-13-35/+0
* buildman: Add verbose option to display errors as they happenSimon Glass2014-08-13-15/+56
* buildman: Refactor output optionsSimon Glass2014-08-13-26/+34
* buildman: Sort command line optionsSimon Glass2014-08-13-6/+6
* buildman: Move BuilderThread code to its own fileSimon Glass2014-08-13-431/+442
* buildman: Allow building of current source treeSimon Glass2014-08-13-54/+108
* buildman: Add some notes about moving from MAKEALLSimon Glass2014-08-13-0/+92
* buildman: Fix a few typosSimon Glass2014-08-13-6/+6
* buildman: adjust for KconfigMasahiro Yamada2014-07-30-4/+14
* buildman: make sure to invoke GNU MakeMasahiro Yamada2014-07-29-3/+12
* buildman: Support in-tree buildsSimon Glass2014-07-28-2/+16
* buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-28-1/+13
* buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-23-1/+3
* buildman: Add -F flag to retry failed buildsSimon Glass2014-07-23-5/+22
* buildman: fix toolchain priority_listMasahiro Yamada2014-07-07-1/+1
* buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada2014-07-07-1/+1
* buildman: make output dir configurableDaniel Schwierzeck2014-04-18-1/+4
* buildman: make board selector argument a regexStephen Warren2013-11-21-5/+21
* buildman: fix READMEAndreas Bießmann2013-11-21-1/+1
* buildman: Use env to pick the python from $PATHJagannadha Sutradharudu Teki2013-10-15-1/+1
* Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2013-10-14-1/+2
|\
| * buildman: don't fail --list-toolchains when toolchains failStephen Warren2013-10-10-1/+2
* | Coding Style cleanup: drop some excessive empty linesWolfgang Denk2013-10-14-1/+0
|/
* buildman: Allow make flags to be specified for each boardSimon Glass2013-10-01-5/+115
* buildman: Adjust tests for new boards.cfg formatSimon Glass2013-10-01-5/+5
* buildman: fix boards.cfg parsingAndreas Bießmann2013-09-20-5/+8
* Merge and reformat boards.cfg and MAINTAINERSAlbert ARIBAUD2013-09-12-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-136/+8
* buildman: Produce a sensible error message when branch is missingSimon Glass2013-05-14-0/+4
* buildman: Allow conflicting tags to avoid spurious errorsSimon Glass2013-05-09-0/+5
* buildman - U-Boot multi-threaded builder and summary toolSimon Glass2013-04-04-0/+3030