[U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-22 Thread Tom Rini
In some cases (such as building little endian MIPS with the ELDK toolchain) you need to set a variable in the environment in order for the build to complete. Add env-flags, similar to make-flags, to allow for this. Signed-off-by: Tom Rini --- I have this as RFC since GetEnvSettings is a copy/pa

Re: [U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-22 Thread Simon Glass
Hi Tom, On 22 August 2014 07:27, Tom Rini wrote: > In some cases (such as building little endian MIPS with the ELDK > toolchain) you need to set a variable in the environment in order for > the build to complete. Add env-flags, similar to make-flags, to allow > for this. > > Signed-off-by: Tom R

Re: [U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-23 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:45:42PM -0600, Simon Glass wrote: > Hi Tom, > > On 22 August 2014 07:27, Tom Rini wrote: > > In some cases (such as building little endian MIPS with the ELDK > > toolchain) you need to set a variable in the environment in order for > > the build to complete. Add env-fl

Re: [U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-23 Thread Simon Glass
Hi Tom, On 23 August 2014 06:40, Tom Rini wrote: > On Fri, Aug 22, 2014 at 07:45:42PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 22 August 2014 07:27, Tom Rini wrote: >> > In some cases (such as building little endian MIPS with the ELDK >> > toolchain) you need to set a variable in the enviro

Re: [U-Boot] [RFC PATCH] tools/buildman: Add env-flags section support

2014-08-23 Thread Tom Rini
On Sat, Aug 23, 2014 at 08:09:12AM -0600, Simon Glass wrote: > Hi Tom, > > On 23 August 2014 06:40, Tom Rini wrote: > > On Fri, Aug 22, 2014 at 07:45:42PM -0600, Simon Glass wrote: > >> Hi Tom, > >> > >> On 22 August 2014 07:27, Tom Rini wrote: > >> > In some cases (such as building little endia