]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Always use the full path in CROSS_COMPILE
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:56:20 +0000 (11:56 -0600)
committerSimon Glass <sjg@chromium.org>
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-6-sjg@chromium.org/

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
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