Re: [U-Boot] tools-only build broken

2014-10-17 Thread Marek Vasut
On Friday, October 17, 2014 at 05:35:58 PM, Otavio Salvador wrote: > Hello, [...] > >> I have looked at this and I am unsure I still think removing it is a > >> good idea. I think the way to go is to change CONFIG_MXS to > >> CONFIG_MXSIMAGE and enable this in sandbox defconfig. What you think? >

Re: [U-Boot] tools-only build broken

2014-10-17 Thread Otavio Salvador
Hello, On Thu, Oct 16, 2014 at 7:17 PM, Marek Vasut wrote: > On Thursday, October 16, 2014 at 08:24:21 PM, Otavio Salvador wrote: >> Hello, >> >> On Wed, Sep 3, 2014 at 6:25 AM, Marek Vasut wrote: >> > On Wednesday, September 03, 2014 at 03:44:35 AM, Otavio Salvador wrote: >> >> On Tue, Sep 2, 2

Re: [U-Boot] tools-only build broken

2014-10-16 Thread Marek Vasut
On Thursday, October 16, 2014 at 08:24:21 PM, Otavio Salvador wrote: > Hello, > > On Wed, Sep 3, 2014 at 6:25 AM, Marek Vasut wrote: > > On Wednesday, September 03, 2014 at 03:44:35 AM, Otavio Salvador wrote: > >> On Tue, Sep 2, 2014 at 8:14 PM, Simon Glass wrote: > >> > On 2 September 2014 15:4

Re: [U-Boot] tools-only build broken

2014-10-16 Thread Otavio Salvador
Hello, On Wed, Sep 3, 2014 at 6:25 AM, Marek Vasut wrote: > On Wednesday, September 03, 2014 at 03:44:35 AM, Otavio Salvador wrote: >> On Tue, Sep 2, 2014 at 8:14 PM, Simon Glass wrote: >> > On 2 September 2014 15:44, Otavio Salvador wrote: >> >> On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wro

Re: [U-Boot] tools-only build broken

2014-09-03 Thread Marek Vasut
On Wednesday, September 03, 2014 at 03:44:35 AM, Otavio Salvador wrote: > On Tue, Sep 2, 2014 at 8:14 PM, Simon Glass wrote: > > On 2 September 2014 15:44, Otavio Salvador wrote: > >> On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wrote: > >> ... > >> > We are using tools-only as part of the

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Otavio Salvador
On Tue, Sep 2, 2014 at 10:46 PM, Simon Glass wrote: > On 2 September 2014 18:44, Otavio Salvador wrote: >> On Tue, Sep 2, 2014 at 8:14 PM, Simon Glass wrote: >>> On 2 September 2014 15:44, Otavio Salvador wrote: On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wrote: ... >> We are usi

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Simon Glass
Hi Otvaio, On 2 September 2014 18:44, Otavio Salvador wrote: > On Tue, Sep 2, 2014 at 8:14 PM, Simon Glass wrote: >> On 2 September 2014 15:44, Otavio Salvador wrote: >>> On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wrote: >>> ... > We are using tools-only as part of the Debian packaging, w

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Otavio Salvador
On Tue, Sep 2, 2014 at 8:14 PM, Simon Glass wrote: > On 2 September 2014 15:44, Otavio Salvador wrote: >> On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wrote: >> ... We are using tools-only as part of the Debian packaging, what we are trying to build is a usable generic version of mkimag

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Simon Glass
Hi Otavio, On 2 September 2014 15:44, Otavio Salvador wrote: > On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wrote: > ... >>> We are using tools-only as part of the Debian packaging, what we are >>> trying to build is a usable generic version of mkimage (and potentially >>> other tools in the futu

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Otavio Salvador
On Tue, Sep 2, 2014 at 4:19 PM, Simon Glass wrote: ... >> We are using tools-only as part of the Debian packaging, what we are >> trying to build is a usable generic version of mkimage (and potentially >> other tools in the future) which can be placed in a generic u-boot-tools >> package which is

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Simon Glass
Hi Ian, On 2 September 2014 03:22, Ian Campbell wrote: > On Sun, 2014-08-31 at 21:54 -0700, Simon Glass wrote: >> Hi, >> >> On 30 August 2014 19:44, Ian Campbell wrote: >> > On Sat, 2014-08-30 at 13:40 +0400, Matwey V. Kornilov wrote: >> >> 30.08.2014 04:04, Ian Campbell пишет: >> >> >> >> > In

Re: [U-Boot] tools-only build broken

2014-09-02 Thread Ian Campbell
On Sun, 2014-08-31 at 21:54 -0700, Simon Glass wrote: > Hi, > > On 30 August 2014 19:44, Ian Campbell wrote: > > On Sat, 2014-08-30 at 13:40 +0400, Matwey V. Kornilov wrote: > >> 30.08.2014 04:04, Ian Campbell пишет: > >> > >> > In the meantime "touch include/config/auto.conf" lets it build (hard

Re: [U-Boot] tools-only build broken

2014-08-31 Thread Simon Glass
Hi, On 30 August 2014 19:44, Ian Campbell wrote: > On Sat, 2014-08-30 at 13:40 +0400, Matwey V. Kornilov wrote: >> 30.08.2014 04:04, Ian Campbell пишет: >> >> > In the meantime "touch include/config/auto.conf" lets it build (hardly >> > ideal though!) >> >> Hi, I do >> >> make defconfig >> make s

Re: [U-Boot] tools-only build broken

2014-08-30 Thread Ian Campbell
On Sat, 2014-08-30 at 13:40 +0400, Matwey V. Kornilov wrote: > 30.08.2014 04:04, Ian Campbell пишет: > > > In the meantime "touch include/config/auto.conf" lets it build (hardly > > ideal though!) > > Hi, I do > > make defconfig > make silentoldconfig > make tools-only Thanks. I feared that wou

Re: [U-Boot] tools-only build broken

2014-08-30 Thread Matwey V. Kornilov
30.08.2014 04:04, Ian Campbell пишет: > In the meantime "touch include/config/auto.conf" lets it build (hardly > ideal though!) Hi, I do make defconfig make silentoldconfig make tools-only ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] tools-only build broken

2014-08-29 Thread Ian Campbell
On Fri, 2014-08-29 at 21:07 +0100, Ian Campbell wrote: > The tools-only target is currently broken: > $ make CROSS_COMPILE=arm-linux-gnueabihf- tools-only > CHK include/config/uboot.release > /bin/sh: 1: cannot open include/config/auto.conf: No such file > Mak