Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Tom Rini
On Tue, Sep 24, 2019 at 08:59:34PM +, Joe Hershberger wrote: > On Tue, Sep 24, 2019 at 3:45 PM Tom Rini wrote: > > > > On Tue, Sep 24, 2019 at 08:29:51PM +, Joe Hershberger wrote: > > > Hi Tom, > > > > > > On Tue, Sep 24, 2019 at 2:52 PM Tom Rini wrote: > > > > > > > > On Tue, Sep 24, 201

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Joe Hershberger
On Tue, Sep 24, 2019 at 3:45 PM Tom Rini wrote: > > On Tue, Sep 24, 2019 at 08:29:51PM +, Joe Hershberger wrote: > > Hi Tom, > > > > On Tue, Sep 24, 2019 at 2:52 PM Tom Rini wrote: > > > > > > On Tue, Sep 24, 2019 at 01:15:34PM +0200, Pierre-Jean Texier wrote: > > > > Hi Vagrant, > > > > > >

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Tom Rini
On Tue, Sep 24, 2019 at 08:29:51PM +, Joe Hershberger wrote: > Hi Tom, > > On Tue, Sep 24, 2019 at 2:52 PM Tom Rini wrote: > > > > On Tue, Sep 24, 2019 at 01:15:34PM +0200, Pierre-Jean Texier wrote: > > > Hi Vagrant, > > > > > > Le 24/09/2019 à 04:04, Vagrant Cascadian a écrit : > > > >I've b

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Tom Rini
On Tue, Sep 24, 2019 at 10:28:07PM +0200, Pierre-Jean Texier wrote: > Hi Tom, > > Le 24/09/2019 à 21:52, Tom Rini a écrit : > >Looks like we also need to change travis/gitlab to building "tools-al > Already in the series [1]. > In fact, I added a step for building "envtools" with the command: > $

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Joe Hershberger
Hi Tom, On Tue, Sep 24, 2019 at 2:52 PM Tom Rini wrote: > > On Tue, Sep 24, 2019 at 01:15:34PM +0200, Pierre-Jean Texier wrote: > > Hi Vagrant, > > > > Le 24/09/2019 à 04:04, Vagrant Cascadian a écrit : > > >I've been unable to successfully run "make envtools" on recent versions > > >of u-boot, a

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Pierre-Jean Texier
Hi Tom, Le 24/09/2019 à 21:52, Tom Rini a écrit : Looks like we also need to change travis/gitlab to building "tools-al Already in the series [1]. In fact, I added a step for building "envtools" with the command: $: make tools-only_config envtools I preferred not to use "tools-all" in order t

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Tom Rini
On Tue, Sep 24, 2019 at 01:15:34PM +0200, Pierre-Jean Texier wrote: > Hi Vagrant, > > Le 24/09/2019 à 04:04, Vagrant Cascadian a écrit : > >I've been unable to successfully run "make envtools" on recent versions > >of u-boot, and finally got a chance to git bisect it. > > > >It looks like commit 9

Re: [U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-24 Thread Pierre-Jean Texier
Hi Vagrant, Le 24/09/2019 à 04:04, Vagrant Cascadian a écrit : I've been unable to successfully run "make envtools" on recent versions of u-boot, and finally got a chance to git bisect it. It looks like commit 9fb625ce05539fe6876a59ce1dcadb76b33c6f6e, introduced after 2019.10-rc1, breaks buildi

[U-Boot] envtools with tools-only_defconfig fails to build after v2019.10-rc1

2019-09-23 Thread Vagrant Cascadian
I've been unable to successfully run "make envtools" on recent versions of u-boot, and finally got a chance to git bisect it. It looks like commit 9fb625ce05539fe6876a59ce1dcadb76b33c6f6e, introduced after 2019.10-rc1, breaks building envtools: #!/bin/sh # test-bisect set -e set -x make clean mak