Re: [ptxdist] [PATCH] lpc21isp: Update to 1.83

2012-02-14 Thread Michael Olbrich
On Tue, Feb 07, 2012 at 06:00:06PM +0100, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de I don't know why the name of the tarball is completely different and I also don't know why the tarball doesn't contain a directory. That's upstream. At least the program builds and

Re: [ptxdist] [PATCH] lpc21isp: Update to 1.83

2012-02-14 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2012-02-14 09:11]: On Tue, Feb 07, 2012 at 06:00:06PM +0100, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de I don't know why the name of the tarball is completely different and I also don't know why the tarball doesn't

[ptxdist] [PATCH] ptxdist: Check for GNU readlink

2012-02-14 Thread Bernhard Walle
ptxdist heavily uses readlink -f which only works with GNU readlink. So add the usual check here. However, because readlink -f is also used before the symlinks in the ptxdist directory is added to the PATH, that readlink -f call is replaced by a bash-only implementation. This one is copied from

Re: [ptxdist] [PATCH] lpc21isp: Update to 1.83

2012-02-14 Thread Michael Olbrich
On Tue, Feb 14, 2012 at 09:35:25AM +0100, Bernhard Walle wrote: * Michael Olbrich m.olbr...@pengutronix.de [2012-02-14 09:11]: On Tue, Feb 07, 2012 at 06:00:06PM +0100, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de I don't know why the name of the tarball is

Re: [ptxdist] [PATCH] zlib: bump version to 1.2.6

2012-02-14 Thread Michael Olbrich
On Tue, Feb 07, 2012 at 11:06:32AM +0100, Josef Holzmayr wrote: Signed-off-by: Josef Holzmayr holzm...@rsi-elektrotechnik.de Applied. Michael --- rules/zlib.make |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/zlib.make b/rules/zlib.make index

Re: [ptxdist] [PATCH 1/2] host-xl-tools: version bump 1.0.1 - 1.1.0

2012-02-14 Thread Michael Olbrich
On Fri, Feb 10, 2012 at 07:09:44PM +0100, Stephan Linz wrote: Signed-off-by: Stephan Linz l...@li-pro.net I've applied both patches. Michael --- rules/host-xl-tools.make |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-xl-tools.make

Re: [ptxdist] [PATCH] Update kexec-tools to 2.0.3

2012-02-14 Thread Michael Olbrich
On Sat, Feb 11, 2012 at 03:21:56PM +0100, Bernhard Walle wrote: The patches are obsolete as they are mainline. Verified on a NSLU2 (xscale-arm) little endian board/configuration. Applied. It's always nice to remove some patches :-) Michael Signed-off-by: Bernhard Walle bernh...@bwalle.de

Re: [ptxdist] [PATCH] ptxdist: Check for GNU readlink

2012-02-14 Thread Michael Olbrich
On Tue, Feb 14, 2012 at 09:55:47PM +0100, Bernhard Walle wrote: ptxdist heavily uses readlink -f which only works with GNU readlink. So add the usual check here. However, because readlink -f is also used before the symlinks in the ptxdist directory is added to the PATH, that readlink -f call

Re: [ptxdist] Detect if x86 target is 32 or 64bit?

2012-02-14 Thread Andreas Bießmann
Dear Alexander Stein, On 01.02.12 13:49, Alexander Stein wrote: On Tuesday 31 January 2012 15:12:08 Michael Olbrich wrote: On Tue, Jan 31, 2012 at 09:21:30AM +0100, Alexander Stein wrote: On Wednesday 04 January 2012 17:59:57 Michael Olbrich wrote: On Wed, Jan 04, 2012 at 03:27:46PM +0100,

Re: [ptxdist] Detect if x86 target is 32 or 64bit?

2012-02-14 Thread Alexander Stein
Hello Andreas, Am Mittwoch, 15. Februar 2012, 07:47:04 schrieb Andreas Bießmann: is there any conclusion to this discussion? I startet to build a x86_64 rootfs (on top of i586-qemu-bsp) and failed to build sylinux due to some wrong decisions in syslinux.make (another discussion ..). I