summaryrefslogtreecommitdiffstats
path: root/tools/buildman/builder.py
Commit message (Expand)AuthorAgeFilesLines
* buildman: Allow comparison of build configurationSimon Glass2015-04-181-13/+169
* buildman: Show 'make' command line when -V is usedSimon Glass2015-04-181-0/+3
* buildman: Add a space before the list of boardsSimon Glass2015-03-051-1/+1
* buildman: Add an option to write the full build outputSimon Glass2015-01-141-1/+3
* buildman: Add an option to use the full tool chain pathSimon Glass2015-01-141-1/+6
* buildman: Add an option to flatten output directory treesSimon Glass2015-01-141-4/+8
* buildman: Don't prune output space for 'current source' buildSimon Glass2015-01-141-0/+2
* buildman: Fix repeating board list with -lSimon Glass2014-11-261-1/+2
* buildman: Create parent directories as necessaryThierry Reding2014-09-091-1/+1
* buildman: Send builder output through a function for testingSimon Glass2014-09-091-28/+30
* buildman: Separate out display of warnings and errorsSimon Glass2014-09-051-23/+88
* buildman: Add an option to show which boards caused which errorsSimon Glass2014-09-051-9/+42
* buildman: Set the return code to indicate build resultSimon Glass2014-09-051-0/+5
* Makefile: remove generated boards.cfg within make distcleanRoger Meier2014-08-221-1/+1
* buildman: Add a message indicating there are no errorsSimon Glass2014-08-131-0/+7
* buildman: Remove unused non-incremental build method codeSimon Glass2014-08-131-34/+0
* buildman: Add verbose option to display errors as they happenSimon Glass2014-08-131-3/+13
* buildman: Refactor output optionsSimon Glass2014-08-131-19/+27
* buildman: Move BuilderThread code to its own fileSimon Glass2014-08-131-431/+8
* buildman: Allow building of current source treeSimon Glass2014-08-131-21/+50
* buildman: adjust for KconfigMasahiro Yamada2014-07-301-3/+3
* buildman: make sure to invoke GNU MakeMasahiro Yamada2014-07-291-2/+4
* buildman: Support in-tree buildsSimon Glass2014-07-281-2/+12
* buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-281-1/+9
* buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-231-1/+3
* buildman: Add -F flag to retry failed buildsSimon Glass2014-07-231-5/+18
* buildman: Allow make flags to be specified for each boardSimon Glass2013-10-011-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* buildman - U-Boot multi-threaded builder and summary toolSimon Glass2013-04-041-0/+1445
OpenPOWER on IntegriCloud