summaryrefslogtreecommitdiff
path: root/tools/buildman/builderthread.py
AgeCommit message (Expand)Author
2025-07-08Merge patch series "kbuild: Update Makefile.extrawarn to 5.1"Tom Rini
2025-07-08kbuild: Bump the build system to 5.1Ilias Apalodimas
2025-07-01buildman: Support an in-tree build in the current dirSimon Glass
2025-07-01buildman: Correct behaviour of --in-treeSimon Glass
2025-05-27buildman: Add a way to build a particular targetSimon Glass
2025-03-04Merge patch series "tools: Minor clean-ups for the command library"Tom Rini
2025-03-04u_boot_pylib: Add a function to run a single commandSimon Glass
2025-02-17u_boot_pylib: Move gitutil into the librarySimon Glass
2025-01-25buildman: Record an error if a toolchain is missingSimon Glass
2024-09-26buildman: Allow skipping the dtc buildSimon Glass
2024-09-26buildman: Retry the build for current sourceSimon Glass
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