summaryrefslogtreecommitdiff
path: root/tools/buildman/toolchain.py
AgeCommit message (Expand)Author
2025-04-24python: Use and refer to the venv module rather than virtualenvTom Rini
2025-04-15buildman: Update to grabbing gcc-14.2.0 toolchains by defaultTom Rini
2025-03-04u_boot_pylib: Add a function to run a single commandSimon Glass
2024-11-19buildman: Support a tilde to represent the home directorySimon Glass
2024-11-19buildman: Correct logic for adding a toolchainSimon Glass
2024-10-18buildman: Correct some warnings about regex stringsSimon Glass
2024-09-24buildman/toolchain.py: do not set CROSS_COMPILE for sandboxJerome Forissier
2024-09-06buildman: Support building within a Python venvSimon 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: Fix a few typos in toolchain codeSimon Glass
2023-08-26CI: Update to gcc-13.2.0Tom Rini
2023-07-24buildman: Convert camel case in bsettings.pySimon Glass
2023-07-20CI: Update to gcc-13.1.0Tom Rini
2023-04-03Merge branch 'next'Tom Rini
2023-03-31buildman: Correct overwriting of settings fileSimon Glass
2023-03-14buildman: Fix CROSS_COMPILE output for sandboxSimon Glass
2023-03-14Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass
2023-03-08buildman: Correct CROSS_COMPILE output for sandboxSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-02-10buildman: invalid reference to READMEHeinrich Schuchardt
2022-12-06buildman: Fetch 12.2.0 toolchains by defaultTom Rini
2022-08-05buildman: Avoid using board as a variableSimon Glass
2022-02-09patman: Rename Color() method to build()Simon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2022-01-25patman: Tidy up the download function a littleSimon Glass
2022-01-25buildman: Move the download function to toolsSimon Glass
2021-10-21buildman: Add gcc-11.1.0 to the directory listTom Rini
2021-04-29buildman: Use bytes for the environmentSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26buildman: Move to absolute importsSimon Glass
2020-04-10buildman: Support fetching gcc 9.2.0Bin Meng
2020-02-05buildman: Enable buildman on aarch64 hostsMatthias Brugger
2019-12-10buildman: Add options to get the arch and toolchain infoSimon Glass
2019-12-10buildman: Improve [make-flags] section parser to allow quoted stringsCristian Ciocaltea
2019-11-04buildman: Convert to Python 3Simon Glass
2019-01-14buildman: Fix tabs in GetWrapper()Simon Glass
2019-01-14buildman: Add support for building with clangSimon Glass
2018-12-05buildman/toolchain.py: handle inconsistent tarball namesTrevor Woerner
2018-12-05buildman/toolchain.py: fix toolchain directoryTrevor Woerner
2018-05-22buildman: support newer gcc versions from kernel.orgDaniel Schwierzeck
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-09buildman: disable localized and unicode output of all build toolsDaniel Schwierzeck
2017-04-18buildman: Allow 'gnueabihf' toolchains for ARMTom Rini
2016-10-09tools: buildman: Add compiler wrapperYork Sun
2016-07-31buildman: Avoid overwriting existing toolchain entriesSimon Glass
2016-07-31buildman: Fix a typo in TestSettingsHasPath()Simon Glass
2016-07-31buildman: Improve the toolchain progress/error outputSimon Glass
2016-07-31buildman: Allow the toolchain error to be suppressedSimon Glass