Re: [U-Boot] [PATCH v2 1/2] buildman: Extract environment as part of each build

2018-05-30 Thread Alex Kiernan
On Wed, May 30, 2018 at 8:18 PM Simon Glass wrote: > > On 30 May 2018 at 04:07, Alex Kiernan wrote: > > On Tue, May 29, 2018 at 5:24 PM Alex Kiernan wrote: > > > >> As we're building the boards, extract the default U-Boot environment to > >> uboot.env so we can interrogate it later. > > > >>

Re: [U-Boot] [PATCH v2 1/2] buildman: Extract environment as part of each build

2018-05-30 Thread Simon Glass
On 30 May 2018 at 04:07, Alex Kiernan wrote: > On Tue, May 29, 2018 at 5:24 PM Alex Kiernan wrote: > >> As we're building the boards, extract the default U-Boot environment to >> uboot.env so we can interrogate it later. > >> Signed-off-by: Alex Kiernan >> --- > >> Changes in v2: >> - capture

Re: [U-Boot] [PATCH v2 1/2] buildman: Extract environment as part of each build

2018-05-30 Thread Alex Kiernan
On Tue, May 29, 2018 at 5:24 PM Alex Kiernan wrote: > As we're building the boards, extract the default U-Boot environment to > uboot.env so we can interrogate it later. > Signed-off-by: Alex Kiernan > --- > Changes in v2: > - capture stderr/stdout so when the build fails we don't produce

[U-Boot] [PATCH v2 1/2] buildman: Extract environment as part of each build

2018-05-29 Thread Alex Kiernan
As we're building the boards, extract the default U-Boot environment to uboot.env so we can interrogate it later. Signed-off-by: Alex Kiernan --- Changes in v2: - capture stderr/stdout so when the build fails we don't produce spurious output as part of the build