aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2014-09-09buildman: Add additional functional testsSimon Glass1-18/+306
2014-09-09buildman: Provide an internal option to clean the outpur dirSimon Glass1-1/+10
2014-09-09buildman: Correct counting of build failures on retrySimon Glass1-7/+8
2014-09-09buildman: Allow tests to have their own boardsSimon Glass2-10/+31
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass2-5/+29
2014-09-09buildman: Set up bsettings outside the control moduleSimon Glass2-1/+2
2014-09-09buildman: Add a functional testSimon Glass4-18/+206
2014-09-09buildman: Move full help code into the control moduleSimon Glass2-6/+8
2014-09-09buildman: Move the command line code into its own fileSimon Glass2-71/+87
2014-09-09buildman: Enhance basic test to check summary outputSimon Glass1-5/+96
2014-09-09buildman: Send builder output through a function for testingSimon Glass1-28/+30
2014-09-05buildman: Separate out display of warnings and errorsSimon Glass2-23/+91
2014-09-05buildman: Add an option to show which boards caused which errorsSimon Glass4-13/+50
2014-09-05buildman: Remove the directory prefix from each error lineSimon Glass1-1/+3
2014-09-05buildman: Implement an option to exclude boards from the buildSimon Glass4-8/+41
2014-09-05buildman: Allow make-flags variables to include '-' and '_'Simon Glass2-2/+4
2014-09-05buildman: Set the return code to indicate build resultSimon Glass4-3/+20
2014-08-28buildman: run genboardscfg.py all the timeMasahiro Yamada1-6/+4
2014-08-22buildman: refactor help messageMasahiro Yamada1-1/+1
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier2-4/+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: Introduce an 'and' operator for board selectionSimon Glass3-17/+184
2014-08-13buildman: Add a few more toolchain examples to the READMESimon Glass1-0/+2
2014-08-13buildman: Add a message indicating there are no errorsSimon Glass1-0/+7
2014-08-13buildman: Add an option to specify the buildman config fileSimon Glass2-1/+3
2014-08-13buildman: Remove unused non-incremental build method codeSimon Glass2-35/+0
2014-08-13buildman: Add verbose option to display errors as they happenSimon Glass5-15/+56
2014-08-13buildman: Refactor output optionsSimon Glass3-26/+34
2014-08-13buildman: Sort command line optionsSimon Glass1-6/+6
2014-08-13buildman: Move BuilderThread code to its own fileSimon Glass2-431/+442
2014-08-13buildman: Allow building of current source treeSimon Glass2-54/+108
2014-08-13buildman: Add some notes about moving from MAKEALLSimon Glass1-0/+92
2014-08-13buildman: Fix a few typosSimon Glass1-6/+6
2014-07-30buildman: adjust for KconfigMasahiro Yamada3-4/+14
2014-07-29buildman: make sure to invoke GNU MakeMasahiro Yamada2-3/+12
2014-07-28buildman: Support in-tree buildsSimon Glass3-2/+16
2014-07-28buildman: Add -C option to force a reconfigure for each commitSimon Glass3-1/+13
2014-07-23buildman: Avoid retrying a build if it definitely failedSimon Glass1-1/+3
2014-07-23buildman: Add -F flag to retry failed buildsSimon Glass3-5/+22
2014-07-07buildman: fix toolchain priority_listMasahiro Yamada1-1/+1
2014-07-07buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada1-1/+1
2014-04-18buildman: make output dir configurableDaniel Schwierzeck2-1/+4
2013-11-21buildman: make board selector argument a regexStephen Warren2-5/+21
2013-11-21buildman: fix READMEAndreas Bießmann1-1/+1
2013-10-15buildman: Use env to pick the python from $PATHJagannadha Sutradharudu Teki1-1/+1
2013-10-14Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini1-1/+2
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk1-1/+0
2013-10-10buildman: don't fail --list-toolchains when toolchains failStephen Warren1-1/+2
2013-10-01buildman: Allow make flags to be specified for each boardSimon Glass5-5/+115