]> Git Repo - J-u-boot.git/commit
buildman: Always use the full path in CROSS_COMPILE
authorSimon Glass <[email protected]>
Sun, 23 Jun 2024 17:56:20 +0000 (11:56 -0600)
committerSimon Glass <[email protected]>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commit6c0a3cf75f72370deec3ee516a9dd377397af207
tree884b08c2860d8b13bd72005ea6eaf011a8ad547c
parent57abd7c5492539c9585fb02bcf9fa9610a24d54a
buildman: Always use the full path in CROSS_COMPILE

The feature to set the toolchain path does not seem to be needed. It
causes problems with venv (see [1]). Let's remove it.

Add some tests while we are here.

It does not look like any docs changes are needed for this.

[1] https://patchwork.ozlabs.org/project/uboot/patch/20240621131423.2363294[email protected]/

Signed-off-by: Simon Glass <[email protected]>
Suggested-by: Tom Rini <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Andrejs Cainikovs <[email protected]>
tools/buildman/bsettings.py
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/test.py
tools/buildman/toolchain.py
This page took 0.046513 seconds and 4 git commands to generate.