summaryrefslogtreecommitdiff
path: root/tools/buildman
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-1/+1
2021-04-29buildman: Use bytes for the environmentSimon Glass3-11/+30
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass4-11/+56
2021-04-29buildman: Use common code to send an resultSimon Glass1-8/+13
2021-04-29buildman: Tidy up a few commentsSimon Glass3-5/+20
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass1-1/+2
2021-03-05buildman: Support single-threaded operationSimon Glass6-30/+68
2021-02-14buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt1-1/+1
2020-12-23buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-11-05patman: Rename functions in patchstreamSimon Glass1-3/+3
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak2-8/+42
2020-09-22tools: Drop unnecessary use of __file__Simon Glass1-3/+0
2020-07-29buildman: Show the build rate at the endSimon Glass2-1/+15
2020-07-29buildman: Correct the testOutputDir() unit testSimon Glass1-2/+1
2020-07-29buildman: Allow using older versions of genboardscfg.pySimon Glass1-2/+8
2020-07-01kconfiglib: Update to the 14.1.0 releaseTom Rini1-242/+372
2020-06-12buildman: Remove _of_#_ from results directory pathsOvidiu Panait2-9/+9
2020-04-26patman: Tidy up sys.path changesSimon Glass2-3/+1
2020-04-26patman: Move to absolute importsSimon Glass7-27/+26
2020-04-26buildman: Move to absolute importsSimon Glass6-29/+30
2020-04-26buildman: Rename the main moduleSimon Glass2-1/+1
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2020-04-26buildman: Write output files when using -wSimon Glass3-14/+26
2020-04-26buildman: Use out-env for environment outputSimon Glass2-1/+8
2020-04-26buildman: Make sure that -o is given with -wSimon Glass4-3/+13
2020-04-26buildman: Correct operation of -A flagSimon Glass1-1/+1
2020-04-26buildman: Fix test for new 9.2 kernelSimon Glass1-1/+1
2020-04-21buildman: Change the exit codesSimon Glass3-9/+9
2020-04-21buildman: Update the TODO itemsSimon Glass1-6/+11
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass5-35/+107
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass5-23/+52
2020-04-21buildman: Make -I the defaultSimon Glass6-24/+41
2020-04-21buildman: Update workflow documentation with more detailSimon Glass1-17/+36
2020-04-21buildman: Add the abbreviation for --boardsSimon Glass1-3/+3
2020-04-21buildman: Update the 'theory of operation' a littleSimon Glass1-30/+39
2020-04-21buildman: Show a summary of the build resultSimon Glass2-3/+20
2020-04-21buildman: Limit the length of progress messagesSimon Glass1-1/+1
2020-04-21buildman: Show the number of builds remainingSimon Glass1-4/+9
2020-04-21buildman: Drop unused output codeSimon Glass1-5/+0
2020-04-21buildman: Show a message when fetching a repoSimon Glass1-1/+4
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass1-25/+3
2020-04-21buildman: Use spaces in the board listSimon Glass2-4/+4
2020-04-21buildman: Show the list of boards in magentaSimon Glass2-41/+44
2020-04-21buildman: Use an object to hold error linesSimon Glass1-17/+52
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass2-4/+4
2020-04-21buildman: Test the output with --list-error-boardsSimon Glass1-14/+32
2020-04-21buildman: Add a test helper for creating a line prefixSimon Glass1-20/+31
2020-04-21buildman: Split out testOutput() into separate functionsSimon Glass1-6/+28
2020-04-21buildman: Create temp directory in test setupSimon Glass1-16/+10
2020-04-21buildman: Use an iterator to check test outputSimon Glass1-42/+52