Re: [ptxdist] [PATCH 2/8 v3] [x86_64, multilib] Remove all hardcoded paths from glibc.make

2012-03-27 Thread Michael Olbrich
On Mon, Mar 26, 2012 at 12:09:08PM +0200, Remy Bohmer wrote: Hi Michael, 2012/3/26 Michael Olbrich m.olbr...@pengutronix.de: On Sun, Mar 25, 2012 at 07:34:47PM +0200, Remy Bohmer wrote: 2012/3/25 Michael Olbrich m.olbr...@pengutronix.de: On Sat, Mar 24, 2012 at 08:07:02PM +0100, Remy

Re: [ptxdist] [PATCH 2/8 v3] [x86_64, multilib] Remove all hardcoded paths from glibc.make

2012-03-27 Thread Remy Bohmer
Hi, 2012/3/27 Michael Olbrich m.olbr...@pengutronix.de: The code currently in master works with OSELAS.Toolchain and CodeSourcery toolchains. Your code does _not_ work with OSELAS.Toolchain. But if I understand you corrctly, it works with CodeSourcery toolchains? Correct, it works with

[ptxdist] [PATCH] Fix klibc package template

2012-03-27 Thread Alexander Stein
Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- rules/templates/template-klibc-make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/templates/template-klibc-make b/rules/templates/template-klibc-make index 43302ab..c2df39e 100644 ---

[ptxdist] [PATCH] Fix install_initramfs_link

2012-03-27 Thread Alexander Stein
slink format is (see ./usr/gen_init_cpio -h) slink name target mode uid gid Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- rules/post/install_initramfs.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/post/install_initramfs.make

Re: [ptxdist] [PATCH 3/8 v3] [x86_64, multilib] Make packages install their libraries at the right place

2012-03-27 Thread Michael Olbrich
On Sun, Mar 25, 2012 at 08:11:51PM +0200, Remy Bohmer wrote: 2012/3/25 Remy Bohmer li...@bohmer.net: 2012/3/25 Michael Olbrich m.olbr...@pengutronix.de: On Sat, Mar 24, 2012 at 08:07:03PM +0100, Remy Bohmer wrote:  CROSS_AUTOCONF_SYSROOT_USR := \ -     --prefix=/usr --sysconfdir=/etc

Re: [ptxdist] [PATCH 1/2] Add host-parted

2012-03-27 Thread Michael Olbrich
On Mon, Mar 26, 2012 at 02:01:13PM +0200, Bernhard Walle wrote: Signed-off-by: Bernhard Walle wa...@corscience.de --- platforms/hosttools.in |1 + rules/host-parted.in |8 rules/host-parted.make | 38 ++ 3 files changed, 47

[ptxdist] [PATCH] add /etc/timezone and replace content according to /etc/localtime

2012-03-27 Thread Alexander Dahl
Additionally to /etc/localtime which points to one zoneinfo file in /usr/share/zoneinfo there is /etc/timezone containing the system wide zone. Debian updates both in parallel and systemd uses this too. It's an easy way to find out about the current system time zone. Rules are extended in a way

Re: [ptxdist] [PATCH v4 3/7] [x86_64, multilib] Make packages install their libraries at the right place

2012-03-27 Thread Remy Bohmer
Hi, 2012/3/27 Michael Olbrich m.olbr...@pengutronix.de: I want to run some more tests, but this patch and the following patches look good now. I'll probably merge them right after the release. Not sure yet how I want to handle the first two patches... I just build an OSELAS toolchain, and I