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 andr...@biessmann.de [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

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 andr...@biessmann.de --- snip +#

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

2012-01-23 Thread Bernhard Walle
* Andreas Bießmann biessm...@corscience.de [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

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 biessm...@corscience.de [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

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

2012-01-23 Thread Bernhard Walle
* Andreas Bießmann biessm...@corscience.de [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

Re: [ptxdist] [PATCH] host-localedef: Fix on Darwin

2012-01-23 Thread Andreas Bießmann
Hi Bernhard, On 22.01.12 00:29, Bernhard Walle wrote: This patch is by far the most ugly part of all of the Darwin patches. At least the md5sum of a locale-archive when generating a de_DE.UTF-8 locale is identical... A first review, please. I get some warnings and a linker error: ---8---

Re: [ptxdist] [PATCH] host-localedef: Fix on Darwin

2012-01-23 Thread Bernhard Walle
* Andreas Bießmann andr...@biessmann.de [2012-01-23 22:29]: On 22.01.12 00:29, Bernhard Walle wrote: This patch is by far the most ugly part of all of the Darwin patches. At least the md5sum of a locale-archive when generating a de_DE.UTF-8 locale is identical... A first review,

Re: [ptxdist] [PATCH 1/3] Add host-elf-h-compat package

2012-01-23 Thread Michael Olbrich
On Sun, Jan 22, 2012 at 12:43:13PM +0100, Bernhard Walle wrote: This package should provide elf.h on host operating systems that have no /usr/include/elf.h. The header is copied from glibc, modified a bit to remove Gnu dependencies and is sufficient to compile the Linux kernel and