aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builderthread.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
2024-07-03buildman: Avoid rebuilding when --mrproper is usedSimon Glass
2024-07-03buildman: Make mrproper an argument to run_commit()Simon Glass
2024-07-03buildman: Make mrproper an argument to _config_and_build()Simon Glass
2024-07-03buildman: Make mrproper an argument to _reconfigure()Simon Glass
2023-11-07buildman: Use oldconfig when adjusting the configSimon Glass
2023-09-23buildman: Keep all common output filesSimon Glass
2023-07-24buildman: Move copy_files() out ot BuilderThread classSimon Glass
2023-07-24buildman: Tidy up some comments in builderthreadSimon Glass
2023-07-24buildman: Tidy up reporting of a toolchain errorSimon Glass
2023-07-24buildman: Avoid passing result into _read_done_file()Simon Glass
2023-07-24buildman: Create a function to handle config and buildSimon Glass
2023-07-24buildman: Move checkout code to a separate functionSimon Glass
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