Re: [U-Boot] [PATCH] travis-ci: Temporarily disable using a newer device tree compiler

2017-02-27 Thread Tom Rini
On Sun, Feb 26, 2017 at 11:52:21PM -0600, Robert Nelson wrote: > On Sun, Feb 26, 2017 at 11:29 PM, Heiko Schocher wrote: > > Hello Robert, > > > > Am 27.02.2017 um 05:34 schrieb Robert Nelson: > >> > >> On Sun, Feb 26, 2017 at 7:37 PM, Tom Rini wrote: > >>> > >>> On Sun, Feb 26, 2017 at 08:01:19P

Re: [U-Boot] [PATCH] travis-ci: Temporarily disable using a newer device tree compiler

2017-02-26 Thread Robert Nelson
On Sun, Feb 26, 2017 at 11:29 PM, Heiko Schocher wrote: > Hello Robert, > > Am 27.02.2017 um 05:34 schrieb Robert Nelson: >> >> On Sun, Feb 26, 2017 at 7:37 PM, Tom Rini wrote: >>> >>> On Sun, Feb 26, 2017 at 08:01:19PM -0500, Tom Rini wrote: >>> For a long while dtc has warned about various

Re: [U-Boot] [PATCH] travis-ci: Temporarily disable using a newer device tree compiler

2017-02-26 Thread Heiko Schocher
Hello Robert, Am 27.02.2017 um 05:34 schrieb Robert Nelson: On Sun, Feb 26, 2017 at 7:37 PM, Tom Rini wrote: On Sun, Feb 26, 2017 at 08:01:19PM -0500, Tom Rini wrote: For a long while dtc has warned about various constructs. This is now leading to log file size being exceeded in travis, and

Re: [U-Boot] [PATCH] travis-ci: Temporarily disable using a newer device tree compiler

2017-02-26 Thread Robert Nelson
On Sun, Feb 26, 2017 at 7:37 PM, Tom Rini wrote: > On Sun, Feb 26, 2017 at 08:01:19PM -0500, Tom Rini wrote: > >> For a long while dtc has warned about various constructs. This is now >> leading to log file size being exceeded in travis, and as the majority >> of these errors need to be fixed in

Re: [U-Boot] [PATCH] travis-ci: Temporarily disable using a newer device tree compiler

2017-02-26 Thread Tom Rini
On Sun, Feb 26, 2017 at 08:01:19PM -0500, Tom Rini wrote: > For a long while dtc has warned about various constructs. This is now > leading to log file size being exceeded in travis, and as the majority > of these errors need to be fixed in the kernel, switch to using the > stock device-tree-comp

[U-Boot] [PATCH] travis-ci: Temporarily disable using a newer device tree compiler

2017-02-26 Thread Tom Rini
For a long while dtc has warned about various constructs. This is now leading to log file size being exceeded in travis, and as the majority of these errors need to be fixed in the kernel, switch to using the stock device-tree-compiler package. Signed-off-by: Tom Rini --- .travis.yml | 5 +++--