buildman: Update default config to build for sandbox
authorSimon Glass <sjg@chromium.org>
Fri, 11 Feb 2022 20:23:25 +0000 (13:23 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 15:28:12 +0000 (10:28 -0500)
commitfc8af3803f9b4bd0ea8be8a7d2c4e915dc19c3a7
tree6995ea6dc8a5ab945b926b243a5c55d8585c11dc
parentf44a52af4df0a56c0971ede516a1ac2194f29951
buildman: Update default config to build for sandbox

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@chromium.org>
tools/buildman/bsettings.py