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