]> git.dujemihanovic.xyz Git - u-boot.git/commit
Revert "buildman: Always use the full path in CROSS_COMPILE"
authorTom Rini <trini@konsulko.com>
Fri, 5 Jul 2024 20:34:07 +0000 (14:34 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 8 Jul 2024 15:12:34 +0000 (09:12 -0600)
commite13fcae3fce8b2c4db86339c9e8bafdd403f22b5
tree0127712ade83d72e880e94251515eacc47886608
parent036e33cffb4a2c9aa68c56c4a92e74a7201ca9b7
Revert "buildman: Always use the full path in CROSS_COMPILE"

There are operations in buildman that result in running the cross-tools
(such as performing size checks) and now that we have not modified PATH
to know where our tools are, these operations fail.

This reverts commit 6c0a3cf75f72370deec3ee516a9dd377397af207.

Signed-off-by: Tom Rini <trini@konsulko.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