aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builderthread.py
AgeCommit message (Expand)Author
2023-07-24buildman: Move code to decide output dirsSimon Glass
2023-07-24buildman: Move code to remove old outputsSimon Glass
2023-07-24buildman: Move reading of the done file into a functionSimon Glass
2023-07-24buildman: Move bulid code into its own functionSimon Glass
2023-07-24buildman: Move reconfigure code into its own functionSimon Glass
2023-07-24buildman: Convert config_out to string IOSimon Glass
2023-07-24buildman: Move more things into _build_args()Simon Glass
2023-07-24buildman: Move setting of toolchain arguments to _build_args()Simon Glass
2023-07-24buildman: Start a function to set up the make argumentsSimon Glass
2023-07-24buildman: Drop unnecessary assignment of config_outSimon Glass
2023-07-24buildman: Correct invalid use of out_dir variableSimon Glass
2023-07-24buildman: Export _get_output_dir() to avoid warningsSimon Glass
2023-07-24buildman: Correct most pylint warnings in builderthreadSimon Glass
2023-07-24buildman: Convert camel case in builderthread.pySimon Glass
2023-07-24buildman: Convert camel case in builder.pySimon Glass
2023-05-03buildman: Pass -Werror to the host compiler tooSimon 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
2023-03-08buildman: Write out the build command usedSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-11-22buildman: Detect binman reporting missing blobsSimon Glass
2022-08-05buildman: Avoid using board as a variableSimon 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
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass
2021-10-20buildman: Write output even on fatal errorSimon Glass
2021-04-29buildman: Use bytes for the environmentSimon Glass
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass
2021-04-29buildman: Use common code to send an resultSimon Glass
2021-04-29buildman: Tidy up a few commentsSimon Glass
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass
2021-03-04buildman: Support single-threaded operationSimon Glass
2020-12-22buildman: Remove output binaries before buildingSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-26buildman: Use out-env for environment outputSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-10bulidman: Add support for a simple buildSimon Glass
2020-04-10buildman: Document the members of BuilderJobSimon Glass
2019-11-04buildman: Convert to Python 3Simon Glass
2019-02-09buildman: Write the environment out to an 'env' fileSimon Glass
2019-01-14buildman: Add support for building with clangSimon Glass
2019-01-14buildman: Deal nicely with invalid build-status fileSimon Glass
2018-06-07buildman: Extract environment as part of each buildAlex Kiernan
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck
2017-06-09buildman: properly translate strings for log and err files to ASCIIDaniel Schwierzeck