Re: [PATCH 19/20] test/py: Use buildman to build U-Boot

2020-03-12 Thread Tom Rini
On Tue, Mar 10, 2020 at 08:27:47PM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 9 Mar 2020 at 11:42, Tom Rini wrote: > > > > On Mon, Mar 09, 2020 at 11:10:55AM -0600, Stephen Warren wrote: > > > On 3/6/20 8:07 PM, Simon Glass wrote: > > > > It is a pain to have to set the ARCH and CROSS_COMPIL

Re: [PATCH 19/20] test/py: Use buildman to build U-Boot

2020-03-10 Thread Simon Glass
Hi Tom, On Mon, 9 Mar 2020 at 11:42, Tom Rini wrote: > > On Mon, Mar 09, 2020 at 11:10:55AM -0600, Stephen Warren wrote: > > On 3/6/20 8:07 PM, Simon Glass wrote: > > > It is a pain to have to set the ARCH and CROSS_COMPILE environment > > > variables when using test.py's --build option. It is po

Re: [PATCH 19/20] test/py: Use buildman to build U-Boot

2020-03-10 Thread Simon Glass
Hi Stephen, On Mon, 9 Mar 2020 at 11:10, Stephen Warren wrote: > > On 3/6/20 8:07 PM, Simon Glass wrote: > > It is a pain to have to set the ARCH and CROSS_COMPILE environment > > variables when using test.py's --build option. It is possible to get these > > using the -A and -a options from build

Re: [PATCH 19/20] test/py: Use buildman to build U-Boot

2020-03-09 Thread Tom Rini
On Mon, Mar 09, 2020 at 11:10:55AM -0600, Stephen Warren wrote: > On 3/6/20 8:07 PM, Simon Glass wrote: > > It is a pain to have to set the ARCH and CROSS_COMPILE environment > > variables when using test.py's --build option. It is possible to get these > > using the -A and -a options from buildman

Re: [PATCH 19/20] test/py: Use buildman to build U-Boot

2020-03-09 Thread Stephen Warren
On 3/6/20 8:07 PM, Simon Glass wrote: It is a pain to have to set the ARCH and CROSS_COMPILE environment variables when using test.py's --build option. It is possible to get these using the -A and -a options from buildman. But it seems better to just use buildman to do the build. Remove the manu

[PATCH 19/20] test/py: Use buildman to build U-Boot

2020-03-06 Thread Simon Glass
It is a pain to have to set the ARCH and CROSS_COMPILE environment variables when using test.py's --build option. It is possible to get these using the -A and -a options from buildman. But it seems better to just use buildman to do the build. Remove the manual 'make' logic in test/py and use build