Re: [U-Boot] required host packages on Travis CI

2019-11-06 Thread Tom Rini
On Wed, Nov 06, 2019 at 04:12:40PM +0900, AKASHI Takahiro wrote: > Tom, > > On Fri, Nov 01, 2019 at 09:07:04AM -0400, Tom Rini wrote: > > On Fri, Nov 01, 2019 at 02:34:35PM +0900, AKASHI Takahiro wrote: > > > Tom, > > > > > > On Wed, Oct 30, 2019 at 07:17:29AM -0400, Tom Rini wrote: > > > > On We

Re: [U-Boot] required host packages on Travis CI

2019-11-05 Thread AKASHI Takahiro
Tom, On Fri, Nov 01, 2019 at 09:07:04AM -0400, Tom Rini wrote: > On Fri, Nov 01, 2019 at 02:34:35PM +0900, AKASHI Takahiro wrote: > > Tom, > > > > On Wed, Oct 30, 2019 at 07:17:29AM -0400, Tom Rini wrote: > > > On Wed, Oct 30, 2019 at 03:30:58PM +0900, AKASHI Takahiro wrote: > > > > > > > Hi Tom

Re: [U-Boot] required host packages on Travis CI

2019-11-01 Thread Tom Rini
On Fri, Nov 01, 2019 at 02:34:35PM +0900, AKASHI Takahiro wrote: > Tom, > > On Wed, Oct 30, 2019 at 07:17:29AM -0400, Tom Rini wrote: > > On Wed, Oct 30, 2019 at 03:30:58PM +0900, AKASHI Takahiro wrote: > > > > > Hi Tom, > > > > > > In test/py/README.md, all the required host packages and their

Re: [U-Boot] required host packages on Travis CI

2019-10-31 Thread AKASHI Takahiro
Tom, On Wed, Oct 30, 2019 at 07:17:29AM -0400, Tom Rini wrote: > On Wed, Oct 30, 2019 at 03:30:58PM +0900, AKASHI Takahiro wrote: > > > Hi Tom, > > > > In test/py/README.md, all the required host packages and their > > versions to be used on 14.04(Trusty) are listed. On the other hand, > > ".tra

Re: [U-Boot] required host packages on Travis CI

2019-10-30 Thread Tom Rini
On Wed, Oct 30, 2019 at 03:30:58PM +0900, AKASHI Takahiro wrote: > Hi Tom, > > In test/py/README.md, all the required host packages and their > versions to be used on 14.04(Trusty) are listed. On the other hand, > ".travis.yml" names a similar but different list of packages. > The latter also spe

[U-Boot] required host packages on Travis CI

2019-10-29 Thread AKASHI Takahiro
Hi Tom, In test/py/README.md, all the required host packages and their versions to be used on 14.04(Trusty) are listed. On the other hand, ".travis.yml" names a similar but different list of packages. The latter also specifies the distribution to be used, which is xenial(16.04). * How would like