Re: [PATCH v3 23/23] test/py: Allow using buildman to build U-Boot

2020-04-11 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:43:01AM -0600, Simon Glass wrote: > It is a pain to have to set the CROSS_COMPILE environment variable when > using test.py's --build option. It is possible to get this using the -A > option from buildman. But it seems better to just use buildman to do the > build when i

Re: [PATCH v3 23/23] test/py: Allow using buildman to build U-Boot

2020-03-23 Thread Tom Rini
On Wed, Mar 18, 2020 at 09:43:01AM -0600, Simon Glass wrote: > It is a pain to have to set the CROSS_COMPILE environment variable when > using test.py's --build option. It is possible to get this using the -A > option from buildman. But it seems better to just use buildman to do the > build when i