aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builderthread.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-22buildman: Detect binman reporting missing blobsSimon Glass1-1/+5
2022-08-05buildman: Avoid using board as a variableSimon Glass1-3/+3
2022-02-09patman: Convert camel case in gitutil.pySimon Glass1-1/+1
2022-02-09patman: Convert camel case in command.pySimon Glass1-5/+5
2022-02-08buildman: Allow adjusting board config on the flySimon Glass1-6/+24
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass1-1/+1
2021-10-20buildman: Write output even on fatal errorSimon Glass1-6/+6
2021-04-29buildman: Use bytes for the environmentSimon Glass1-3/+2
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass1-1/+13
2021-04-29buildman: Use common code to send an resultSimon Glass1-8/+13
2021-04-29buildman: Tidy up a few commentsSimon Glass1-3/+7
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass1-1/+2
2021-03-04buildman: Support single-threaded operationSimon Glass1-3/+13
2020-12-22buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26buildman: Write output files when using -wSimon Glass1-14/+17
2020-04-26buildman: Use out-env for environment outputSimon Glass1-1/+1
2020-04-21buildman: Make -I the defaultSimon Glass1-3/+3
2020-04-10bulidman: Add support for a simple buildSimon Glass1-8/+20
2020-04-10buildman: Document the members of BuilderJobSimon Glass1-1/+5
2019-11-04buildman: Convert to Python 3Simon Glass1-13/+11
2019-02-09buildman: Write the environment out to an 'env' fileSimon Glass1-0/+3
2019-01-14buildman: Add support for building with clangSimon Glass1-0/+1
2019-01-14buildman: Deal nicely with invalid build-status fileSimon Glass1-1/+6
2018-06-07buildman: Extract environment as part of each buildAlex Kiernan1-0/+10
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck1-0/+2
2017-06-09buildman: properly translate strings for log and err files to ASCIIDaniel Schwierzeck1-2/+4
2017-04-14buildman: Translate more strings to latin-1Tom Rini1-2/+2
2016-12-02buildman: Rename do_build to config_onlySimon Glass1-5/+5
2016-12-02buildman: Add an option to just create the configSimon Glass1-5/+9
2016-10-09tools: buildman: Remove duplicated codeYork Sun1-4/+0
2016-10-09buildman: Drop the 'alive' flag in BuilderThreadSimon Glass1-3/+1
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass1-9/+1
2016-05-17buildman: allow more incremental buildingStephen Warren1-8/+16
2015-07-14builderthread.py: Keep 'SPL'Tom Rini1-1/+1
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: 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 Glass1-1/+4
2015-01-14buildman: Add an option to write the full build outputSimon Glass1-1/+2
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass1-2/+2
2014-11-26buildman: Save *.img files tooTom Rini1-1/+1
2014-09-09buildman: Create parent directories as necessaryThierry Reding1-2/+5
2014-09-09buildman: Correct counting of build failures on retrySimon Glass1-7/+8
2014-09-05buildman: Remove the directory prefix from each error lineSimon Glass1-1/+3
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier1-3/+3
2014-08-13buildman: Move BuilderThread code to its own fileSimon Glass1-0/+434