Re: [PATCH 01/18] buildman: Update default config to build for sandbox

2022-04-07 Thread Tom Rini
On Mon, Feb 28, 2022 at 12:08:18PM -0700, Simon Glass wrote: > 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 For the series, appli

[PATCH 01/18] buildman: Update default config to build for sandbox

2022-02-28 Thread Simon Glass
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 --- tools/buildman/bsettings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bu