[PATCH 8/9] buildman: Update default config to build for sandbox
Simon Glass
sjg at chromium.org
Fri Feb 11 21:23:25 CET 2022
At present the default .buildman file written by buildman does not specify
a default toolchain. Add an 'other' line so this works correctly and
sandbox builds run as expected.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/buildman/bsettings.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py
index 0b7208da37..e634bbb279 100644
--- a/tools/buildman/bsettings.py
+++ b/tools/buildman/bsettings.py
@@ -74,6 +74,7 @@ def CreateBuildmanConfigFile(config_fname):
print('''[toolchain]
# name = path
# e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux
+other = /
[toolchain-prefix]
# name = path to prefix
--
2.35.1.265.g69c8d7142f-goog
More information about the U-Boot
mailing list