Re: [ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-06 Thread Michael Olbrich
Hi, On Tue, Sep 05, 2017 at 09:13:23AM +0200, Marc Kleine-Budde wrote: > On 09/05/2017 08:20 AM, Michael Olbrich wrote: > > On Mon, Sep 04, 2017 at 06:00:18AM +, Denis OSTERLAND wrote: > >> as far as I know, this will require a change in Barebox  > >> scripts/imx/imx-image.c, > >> because in

Re: [ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-05 Thread Clemens Gruber
Hi, On Tue, Sep 05, 2017 at 09:13:23AM +0200, Marc Kleine-Budde wrote: > On 09/05/2017 08:20 AM, Michael Olbrich wrote: > > Hi, > > > > On Mon, Sep 04, 2017 at 06:00:18AM +, Denis OSTERLAND wrote: > >> as far as I know, this will require a change in Barebox  > >> scripts/imx/imx-image.c, >

Re: [ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-05 Thread Marc Kleine-Budde
On 09/05/2017 08:20 AM, Michael Olbrich wrote: > Hi, > > On Mon, Sep 04, 2017 at 06:00:18AM +, Denis OSTERLAND wrote: >> as far as I know, this will require a change in Barebox  >> scripts/imx/imx-image.c, >> because in this version it expects input file as command line option >> and does not

Re: [ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-05 Thread Michael Olbrich
Hi, On Mon, Sep 04, 2017 at 06:00:18AM +, Denis OSTERLAND wrote: > as far as I know, this will require a change in Barebox  > scripts/imx/imx-image.c, > because in this version it expects input file as command line option > and does not understand piped input anymore. > > This is how I deal

Re: [ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-04 Thread Denis OSTERLAND
Hi Clemens, as far as I know, this will require a change in Barebox scripts/imx/imx-image.c, because in this version it expects input file as command line option and does not understand piped input anymore. This is how I deal with this issue, but it wont work with both versions. From: Denis

[ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/host-imx-cst.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make index b5aad5aee..dc2a17f4a 100644 --- a/rules/host-imx-cst.make +++