aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2016-10-09buildman: Don't show a stacktrace on Ctrl-CSimon Glass1-0/+7
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass2-16/+1
2016-10-09buildman: Allow builds to terminate cleanlySimon Glass1-2/+6
2016-10-09buildman: Put our local libraries first in the pathSimon Glass1-1/+1
2016-10-09buildman: Print a message indicating the build is startingSimon Glass2-2/+3
2016-10-09buildman: Print a message when removing old directoriesSimon Glass1-0/+6
2016-10-09buildman: Tidy up the 'cloning' messageSimon Glass1-1/+3
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass1-1/+1
2016-07-31buildman: Add a quick-start noteSimon Glass1-0/+14
2016-07-31buildman: Avoid overwriting existing toolchain entriesSimon Glass1-2/+1
2016-07-31buildman: Drop the toolchain error when downloading toolchainsSimon Glass1-7/+10
2016-07-31buildman: Fix a typo in TestSettingsHasPath()Simon Glass1-1/+1
2016-07-31buildman: Improve the toolchain progress/error outputSimon Glass2-12/+21
2016-07-31buildman: Allow the toolchain error to be suppressedSimon Glass1-6/+14
2016-07-31buildman: Fix the 'help' test to use the correct pathSimon Glass1-1/+1
2016-07-31buildman: Automatically create a config file if neededSimon Glass1-0/+44
2016-07-31buildman: Tidy up the README a littleSimon Glass1-23/+30
2016-05-17buildman: allow more incremental buildingStephen Warren5-11/+73
2016-03-17buildman: Clarify the use of -VSimon Glass2-2/+3
2016-03-17buildman: Add a way to specific a full toolchain prefixSimon Glass2-110/+226
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass1-0/+2
2016-03-14buildman: Allow the toolchain architecture to be specifiedSimon Glass1-5/+12
2016-03-14buildman: Allow the toolchain priority to be specifiedSimon Glass1-8/+22
2016-03-14buildman: Fix up a few code inconsistencies in toolchain.pySimon Glass1-5/+6
2016-03-14buildman: patman: Fix -H when installed as a symlinkSimon Glass1-1/+2
2016-02-24tools: Update openrisc toolchain informationBin Meng1-1/+5
2015-12-10buildman: README: add links for toolchains not available on kernel.orgThomas Chou1-1/+22
2015-09-09buildman: Improve the config comparison featureSimon Glass1-44/+142
2015-08-28kconfiglib: update to the latest versionUlf Magnusson1-2252/+1906
2015-07-28buildman: Correct '--fetch-arch' command documentationBin Meng1-2/+2
2015-07-14builderthread.py: Keep 'SPL'Tom Rini1-1/+1
2015-06-12kconfiglib: sync with the latest in Kconfiglib projectMasahiro Yamada1-7/+35
2015-04-23buildman: Add gcc 4.9.0 with Microblaze toolchainMichal Simek3-3/+3
2015-04-18buildman: Make -V (verbose_build) really be verboseTom Rini1-1/+3
2015-04-18buildman: Keep more outputs with the --keep-outputs flagTom Rini1-4/+3
2015-04-18buildman: Allow comparison of build configurationSimon Glass3-15/+174
2015-04-18buildman: Store build config filesSimon Glass1-7/+29
2015-04-18buildman: Adjust the 'aborted' heuristic for writing outputSimon Glass1-5/+16
2015-04-18buildman: Show 'make' command line when -V is usedSimon Glass2-1/+7
2015-03-30ARM: tegra: rename colibri_t20 board/configuration/device-treeMarcel Ziswiler1-1/+1
2015-03-05buildman: Add a space before the list of boardsSimon Glass2-2/+2
2015-03-05buildman: Correct toolchain download featureSimon Glass1-3/+7
2015-02-15buildman: allow multiple toolchains in a single pathAlbert ARIBAUD1-4/+5
2015-01-14buildman: Add an option to write the full build outputSimon Glass4-3/+9
2015-01-14buildman: Add the option to download toolchains from kernel.orgSimon Glass6-13/+303
2015-01-14buildman: Allow architecture to alias to multiple toolchainsSimon Glass3-5/+23
2015-01-14buildman: Don't use the local settings when running testsSimon Glass1-1/+14
2015-01-14buildman: Don't complain about missing sections in ~/.buildmanSimon Glass1-1/+0
2015-01-14buildman: Add documentation about the .buildman fileSimon Glass1-20/+53
2015-01-14buildman: Add a note about Python pre-requisitesSimon Glass1-1/+10