[ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-22 Thread Andreas Bießmann
This patch removes the forked mkimage u-boot tool and uses the mainline u-boot code to build this tool. Signed-off-by: Andreas Bießmann --- Changes since v1: * add ROOTFS_FW_ENV_CONFIG parameter which installes /etc/fw_env.config * changes requested by Michael ...f8dcdbe5c690c-compiler.h-add-

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-22 Thread Bernhard Walle
* Andreas Bießmann [2012-01-22 15:49]: > > +config ROOTFS_FW_ENV_CONFIG > + bool > + prompt "install /etc/fw_env.config" > + default y Shouldn't this default to "n" if there's no generic fallback file (in the generic/ directory)? Regards, Bernhard -- ptxdist mailing list ptxdist

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-23 Thread Andreas Bießmann
Hi Bernhard, On 22.01.2012 15:57, Bernhard Walle wrote: > * Andreas Bießmann [2012-01-22 15:49]: >> >> +config ROOTFS_FW_ENV_CONFIG >> +bool >> +prompt "install /etc/fw_env.config" >> +default y > > Shouldn't this default to "n" if there's no generic fallback file > (in the generic

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-23 Thread Andreas Bießmann
Hi all, On 22.01.2012 15:49, Andreas Bießmann wrote: > This patch removes the forked mkimage u-boot tool and uses the mainline > u-boot code to build this tool. > > Signed-off-by: Andreas Bießmann > --- > +# > > +#

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-23 Thread Bernhard Walle
* Andreas Bießmann [2012-01-23 13:40]: > > shouldn't we build two different packages (u-boot-tool-mkimage, > u-boot-tool-env) here? I would add that tools as part of the u-boot package. Mixing a host tool with target tools don't sound like a good idea. Regards, Bernhard -- ptxdist mailing li

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-23 Thread Andreas Bießmann
Hi Bernhard, On 23.01.2012 14:07, Bernhard Walle wrote: > * Andreas Bießmann [2012-01-23 13:40]: >> >> shouldn't we build two different packages (u-boot-tool-mkimage, >> u-boot-tool-env) here? > > I would add that tools as part of the u-boot package. > > Mixing a host tool with target tools don

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-23 Thread Bernhard Walle
* Andreas Bießmann [2012-01-23 14:16]: > > no, you got me wrong here. We have a host-u-boot-tools package which > have the mkimage build for the host (currently only that tool, but maybe > sometimes mkenvimage too?). Here we have the target package build for > the specified target architecture (y

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-26 Thread Michael Olbrich
On Mon, Jan 23, 2012 at 01:37:54PM +0100, Andreas Bießmann wrote: > On 22.01.2012 15:57, Bernhard Walle wrote: > > * Andreas Bießmann [2012-01-22 15:49]: > >> > >> +config ROOTFS_FW_ENV_CONFIG > >> + bool > >> + prompt "install /etc/fw_env.config" > >> + default y > > > > Shouldn't this defa

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-26 Thread Andreas Bießmann
Hi Michael, On Thu, 26 Jan 2012 16:06:20 +0100, Michael Olbrich wrote: On Mon, Jan 23, 2012 at 01:37:54PM +0100, Andreas Bießmann wrote: On 22.01.2012 15:57, Bernhard Walle wrote: > * Andreas Bießmann [2012-01-22 15:49]: >> >> +config ROOTFS_FW_ENV_CONFIG >> + bool >> + prompt "insta

Re: [ptxdist] [PATCH v2] replace umkimage by u-boot sources

2012-01-26 Thread Andreas Bießmann
On Sun, 22 Jan 2012 15:49:22 +0100, Andreas Bießmann wrote: This patch removes the forked mkimage u-boot tool and uses the mainline u-boot code to build this tool. Signed-off-by: Andreas Bießmann --- Changes since v1: * add ROOTFS_FW_ENV_CONFIG parameter which installes /etc/fw_env.config