aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builder.py
AgeCommit message (Expand)Author
2024-07-08Revert "buildman: Always use the full path in CROSS_COMPILE"Tom Rini
2024-07-03buildman: Always use the full path in CROSS_COMPILESimon Glass
2024-07-03buildman: Add a flag to force mrproper on failureSimon Glass
2023-11-07buildman: Use oldconfig when adjusting the configSimon Glass
2023-11-02buildman: Include symbols in the read-only data sectionSimon Glass
2023-09-23buildman: Start the clock when the build startsSimon Glass
2023-07-24buildman: Export _get_output_dir() to avoid warningsSimon Glass
2023-07-24buildman: Convert camel case in builderthread.pySimon Glass
2023-07-24buildman: Convert camel case in builder.pySimon Glass
2023-07-24buildman: Add a test for --boardsSimon Glass
2023-07-24buildman: Move remaining builder properties to constructorSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass
2023-03-08buildman: Support disabling LTOSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-08-05buildman: Allow lines without a symbolSimon Glass
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass
2022-08-05buildman: Avoid using board as a variableSimon Glass
2022-08-05buildman: Support running from an IDESimon Glass
2022-04-25nds32: Remove the architectureTom Rini
2022-03-02buildman: Correct pylint errorsSimon Glass
2022-02-09patman: Convert camel case in terminal.pySimon Glass
2022-02-09patman: Rename Color() method to build()Simon Glass
2022-02-09patman: Rename Print() to Tprint()Simon Glass
2022-02-09patman: Convert camel case in gitutil.pySimon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-02-08buildman: Allow adjusting board config on the flySimon Glass
2021-10-20buildman: Detect Kconfig loopsSimon Glass
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass
2021-03-04buildman: Support single-threaded operationSimon Glass
2021-02-14buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak
2020-07-28buildman: Show the build rate at the endSimon Glass
2020-06-11buildman: Remove _of_#_ from results directory pathsOvidiu Panait
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26buildman: Move to absolute importsSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-21buildman: Show a summary of the build resultSimon Glass
2020-04-21buildman: Limit the length of progress messagesSimon Glass
2020-04-21buildman: Show the number of builds remainingSimon Glass
2020-04-21buildman: Drop unused output codeSimon Glass
2020-04-21buildman: Show a message when fetching a repoSimon Glass
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass
2020-04-21buildman: Use spaces in the board listSimon Glass
2020-04-21buildman: Show the list of boards in magentaSimon Glass
2020-04-21buildman: Use an object to hold error linesSimon Glass
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass