Re: [U-Boot] [PATCH] buildman: crash when fetching i386 toolchain from kernel.org

2015-03-04 Thread Simon Glass
Hi Heiko, On 4 March 2015 at 02:19, Heiko Schocher wrote: > Currently buildman crashes when fetching i386 toolchain from > kernel.org. > > solution: > - first check, if the directory in which buildman will search exists > - second, pass a string not a list of strings when instantiating > a Tool

[U-Boot] [PATCH] buildman: crash when fetching i386 toolchain from kernel.org

2015-03-04 Thread Heiko Schocher
Currently buildman crashes when fetching i386 toolchain from kernel.org. solution: - first check, if the directory in which buildman will search exists - second, pass a string not a list of strings when instantiating a Toolchain object Signed-off-by: Heiko Schocher --- Tried to fetch toolcha