Re: [U-Boot] [PATCH 02/11] buildman: Automatically create a config file if needed

2016-07-07 Thread Stephen Warren
On 07/03/2016 03:14 PM, Simon Glass wrote: If there is no ~/.buildman file, buildman currently complains and exists. To make things a little more friendly, create an empty one automatically. This will not allow things to be built, but --fetch-arch can be used to handle that. Is it worth pointin

[U-Boot] [PATCH 02/11] buildman: Automatically create a config file if needed

2016-07-03 Thread Simon Glass
If there is no ~/.buildman file, buildman currently complains and exists. To make things a little more friendly, create an empty one automatically. This will not allow things to be built, but --fetch-arch can be used to handle that. Signed-off-by: Simon Glass --- tools/buildman/bsettings.py | 4