aboutsummaryrefslogtreecommitdiffstats
path: root/tools/buildman/builderthread.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "buildman: Always use the full path in CROSS_COMPILE"Tom Rini2024-07-081-2/+2
* buildman: Always use the full path in CROSS_COMPILESimon Glass2024-07-031-2/+2
* buildman: Add a flag to force mrproper on failureSimon Glass2024-07-031-2/+4
* buildman: Avoid rebuilding when --mrproper is usedSimon Glass2024-07-031-1/+1
* buildman: Make mrproper an argument to run_commit()Simon Glass2024-07-031-8/+10
* buildman: Make mrproper an argument to _config_and_build()Simon Glass2024-07-031-4/+6
* buildman: Make mrproper an argument to _reconfigure()Simon Glass2024-07-031-3/+5
* buildman: Use oldconfig when adjusting the configSimon Glass2023-11-071-0/+6
* buildman: Keep all common output filesSimon Glass2023-09-231-4/+8
* buildman: Move copy_files() out ot BuilderThread classSimon Glass2023-07-241-23/+24
* buildman: Tidy up some comments in builderthreadSimon Glass2023-07-241-30/+36
* buildman: Tidy up reporting of a toolchain errorSimon Glass2023-07-241-6/+1
* buildman: Avoid passing result into _read_done_file()Simon Glass2023-07-241-8/+11
* buildman: Create a function to handle config and buildSimon Glass2023-07-241-36/+61
* buildman: Move checkout code to a separate functionSimon Glass2023-07-241-9/+21
* buildman: Move code to decide output dirsSimon Glass2023-07-241-9/+25
* buildman: Move code to remove old outputsSimon Glass2023-07-241-9/+19
* buildman: Move reading of the done file into a functionSimon Glass2023-07-241-24/+42
* buildman: Move bulid code into its own functionSimon Glass2023-07-241-10/+30
* buildman: Move reconfigure code into its own functionSimon Glass2023-07-241-11/+30
* buildman: Convert config_out to string IOSimon Glass2023-07-241-4/+5
* buildman: Move more things into _build_args()Simon Glass2023-07-241-21/+34
* buildman: Move setting of toolchain arguments to _build_args()Simon Glass2023-07-241-4/+5
* buildman: Start a function to set up the make argumentsSimon Glass2023-07-241-15/+23
* buildman: Drop unnecessary assignment of config_outSimon Glass2023-07-241-1/+0
* buildman: Correct invalid use of out_dir variableSimon Glass2023-07-241-2/+2
* buildman: Export _get_output_dir() to avoid warningsSimon Glass2023-07-241-1/+1
* buildman: Correct most pylint warnings in builderthreadSimon Glass2023-07-241-44/+51
* buildman: Convert camel case in builderthread.pySimon Glass2023-07-241-25/+25
* buildman: Convert camel case in builder.pySimon Glass2023-07-241-13/+13
* buildman: Pass -Werror to the host compiler tooSimon Glass2023-05-031-0/+1
* patman: Move library functions into a library directorySimon Glass2023-03-081-1/+1
* buildman: Add a flag for reproducible buildsSimon Glass2023-03-081-0/+2
* buildman: Support disabling LTOSimon Glass2023-03-081-0/+2
* buildman: Write out the build command usedSimon Glass2023-03-081-0/+13
* buildman: Add --allow-missing flag to allow missing blobsTom Rini2022-11-221-0/+2
* buildman: Detect binman reporting missing blobsSimon Glass2022-11-221-1/+5
* buildman: Avoid using board as a variableSimon Glass2022-08-051-3/+3
* patman: Convert camel case in gitutil.pySimon Glass2022-02-091-1/+1
* patman: Convert camel case in command.pySimon Glass2022-02-091-5/+5
* buildman: Allow adjusting board config on the flySimon Glass2022-02-081-6/+24
* buildman: Provide a hint on how to debug thread crashesSimon Glass2022-02-081-1/+1
* buildman: Write output even on fatal errorSimon Glass2021-10-201-6/+6
* buildman: Use bytes for the environmentSimon Glass2021-04-291-3/+2
* buildman: Handle exceptions in threads gracefullySimon Glass2021-04-291-1/+13
* buildman: Use common code to send an resultSimon Glass2021-04-291-8/+13
* buildman: Tidy up a few commentsSimon Glass2021-04-291-3/+7
* buildman: Add an encoding to the out-env fileSimon Glass2021-04-061-1/+2
* buildman: Support single-threaded operationSimon Glass2021-03-041-3/+13
* buildman: Remove output binaries before buildingSimon Glass2020-12-221-1/+13