[ptxdist] [PATCH v2 01/20] Do not fail if provided kernel-config file is read-only

2010-05-29 Thread Remy Bohmer
If the ptxdist project is build from a Source Control Management tool that makes files read-only, then ptxdist fails when it wants to overwrite the kernel-config after the kernel-old-config step. It is not a real error, the oldconfig has succeed, so just print a warning about the read-only file in

[ptxdist] [PATCH v2 06/20] Integrate LatencyTOP

2010-05-29 Thread Remy Bohmer
Signed-off-by: Remy Bohmer --- patches/latencytop-0.5/repair-cross-compile.patch | 30 patches/latencytop-0.5/series |1 + rules/latencytop.in | 24 +++ rules/latencytop.make | 75

[ptxdist] [PATCH v2 04/20] Add parted

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen Adds the parted package to ptxdist We add version 1.8.7 instead of the newer 2.2 since 1.8.7 is the latest GPLv2 version. Anything newer is GPLv3 Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer Acked-by: Marc Kleine-Budde --- rules/parted.in | 13 ++

[ptxdist] [PATCH v2 08/20] Add smartmontools (smartctl)

2010-05-29 Thread Remy Bohmer
Adds the smartmontools package containing smartctl and smartd Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- generic/etc/init.d/smartd| 30 generic/etc/smartd.conf |2 + rules/initmethod-bbinit.in |6 +++ rules/initmethod-bbinit.make |6

[ptxdist] [PATCH v1-repost 12/20] Add xfsprogs package

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen This adds the XFS progs package to PtxDist Signed-off-by: Bart vdr Meulen Signed-off-by: Remy Bohmer --- rules/xfsprogs.in | 142 + rules/xfsprogs.make | 158 +++ 2 files cha

[ptxdist] [PATCH v2 02/20] Get rid of toolchain check-error message

2010-05-29 Thread Remy Bohmer
If no toolchain info is specified, skip check completely Ptxdist does a toolchain check, but if all fields are empty we assume it is an external (not an OSELAS) toolchain. Signed-off-by: Remy Bohmer --- bin/ptxdist |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/

[ptxdist] [PATCH v2 03/20] Ptxdist fails to build if config files are readonly.

2010-05-29 Thread Remy Bohmer
Ptxdist just makes a copy of the config file, but it actually needs a writable copy of the config file Signed-off-by: Remy Bohmer --- scripts/lib/ptxd_lib_cfgchg.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/lib/ptxd_lib_cfgchg.sh b/scripts/lib/ptxd_lib_cfg

[ptxdist] [PATCH v1-repost 09/20] Add Logical Volume Management2 (lvm2)

2010-05-29 Thread Remy Bohmer
Adds the Logical Volume Management package to ptxdist Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- generic/etc/init.d/lvm2 | 15 + rules/initmethod-bbinit.in |6 ++ rules/initmethod-bbinit.make |6 ++ rules/lvm2.in| 41 + rule

[ptxdist] [PATCH v1-repost 10/20] Update dhclient script

2010-05-29 Thread Remy Bohmer
Use full path in dhclient-script If the dhclient-script is executed by the init.d scripts the PATH is not yet set so use the full path for ip, ifconfig and route tools Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- generic/etc/dhclient-script | 56 ++--

[ptxdist] [PATCH v2 14/20] Update figlet for new build structure

2010-05-29 Thread Remy Bohmer
Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- rules/figlet.make |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/rules/figlet.make b/rules/figlet.make index 3d0b018..73ad98e 100644 --- a/rules/figlet.make +++ b/rules/figlet.make @@ -38,7 +38,8 @@ $(FIGL

[ptxdist] [PATCH v2 05/20] Add generation of tags file for u-boot

2010-05-29 Thread Remy Bohmer
Signed-off-by: Remy Bohmer --- rules/u-boot.make |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/u-boot.make b/rules/u-boot.make index 728a2cc..2caa1c7 100644 --- a/rules/u-boot.make +++ b/rules/u-boot.make @@ -39,6 +39,7 @@ $(U_BOOT_SOURCE): U_BOOT_PATH:= PATH

[ptxdist] [PATCH v1-repost 11/20] add sysctl config file

2010-05-29 Thread Remy Bohmer
Add sysctl.conf to busybox configuration Add option to install an generic, or project specific sysctl.conf file on the target filesystem. Also add the option to read the file during boot-time Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- config/busybox/procps/Config.in | 14

[ptxdist] [PATCH v2 07/20] Add the sched_switch convert tool to visualise context switches.

2010-05-29 Thread Remy Bohmer
Signed-off-by: Remy Bohmer --- patches/sched_switch-0.1/fix-cross-compile.patch | 26 patches/sched_switch-0.1/series |1 + rules/sched_switch.in| 12 rules/sched_switch.make | 71 ++

[ptxdist] [PATCH v1-repost 18/20] setserial tiocghayesesp build-fix

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- patches/setserial-2.17/series |1 + .../setserial-tiocghayesesp-build-fix.patch| 28 2 files changed, 29 insertions(+), 0 deletions(-) create mode 1006

[ptxdist] [PATCH v2 13/20] Add quota-tools package

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen Add tools to create and configure disk quota for filesystems Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- rules/quota-tools.in | 81 +++ rules/quota-tools.make | 109

[ptxdist] [PATCH v2 19/20] Add dialog package

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen This add the dialog package to ptxdist Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- rules/dialog.in | 13 +++ rules/dialog.make | 63 + 2 files changed, 76 insertions(+), 0 deletions(-)

[ptxdist] [PATCH v1-repost 15/20] Update coreutils config for busybox

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen Make available coreutils binaries depend on their counter part in busybox Signed-off-by: Bart vdr. Meulen Signed-off-by: Remy Bohmer --- rules/coreutils.in | 272 1 files changed, 272 insertions(+), 0 deletions(-) d

[ptxdist] [PATCH v1-repost 20/20] fix git-patchin for older git clients

2010-05-29 Thread Remy Bohmer
Signed-off-by: Remy Bohmer --- scripts/lib/ptxd_make_world_patchin.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh index 80a50e9..74f201f 100644 --- a/scripts/lib/ptxd_make_world_patc

[ptxdist] [PATCH v1-repost 17/20] Add timezone package

2010-05-29 Thread Remy Bohmer
From: Bart vdr. Meulen Add an alternative source for the timezone info. This option can be used when using toolchains in which the timezone info is incorrect/does not work or is not available at all The option build's the timezone database from the tzdata source files on the host and installs th

[ptxdist] [PATCH v2 16/20] Add dibbler package

2010-05-29 Thread Remy Bohmer
Dibbler is an IPv6 DHCP package Signed-off-by: Remy Bohmer Signed-off-by: Bart vdr. Meulen --- generic/etc/init.d/dibbler-client | 50 +++ generic/etc/init.d/dibbler-relay | 50 +++ generic/etc/init.d/dibbler-server | 50 +++ pa

Re: [ptxdist] [PATCH 01/20] Do not fail if provided kernel-config file is read-only

2010-05-29 Thread Remy Bohmer
2010/5/28 Marc Kleine-Budde : > Remy Bohmer wrote: > good catch, fix the thing mentioned below and add my Acked-by. All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy > >> Signed-off-by: Remy Bohmer >> --- >>  rules/kernel.make |    6 +- >>  1 files chan

Re: [ptxdist] [PATCH 03/20] Ptxdist fails to build if config files are readonly.

2010-05-29 Thread Remy Bohmer
2010/5/28 Marc Kleine-Budde : > Remy Bohmer wrote: >> Ptxdist just makes a copy of the config file, but it actually needs >> a writable copy of the config file >> >> Signed-off-by: Remy Bohmer >> --- >>  scripts/lib/ptxd_lib_cfgchg.sh |    1 + >>  1 files changed, 1 insertions(+), 0 deletions(-) >

Re: [ptxdist] [PATCH 05/20] Add generation of tags file for u-boot

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Marc Kleine-Budde : > Remy Bohmer wrote: >> Signed-off-by: Remy Bohmer >> --- >>  rules/u-boot.make |    8 >>  1 files changed, 8 insertions(+), 0 deletions(-) >> >> diff --git a/rules/u-boot.make b/rules/u-boot.make >> index 728a2cc..ecac414 100644 >> --- a/rules/u-boot.ma

Re: [ptxdist] [PATCH 04/20] Add parted

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Marc Kleine-Budde : > Remy Bohmer wrote: >> From: Bart vdr. Meulen >> >> Adds the parted package to ptxdist > > looks quite good. Fix it and add my Acked-by. > > cheers, Marc All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy -- ptxdist mailin

Re: [ptxdist] [PATCH 06/20] Integrate LatencyTOP

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > On Thu, May 27, 2010 at 09:58:35PM +0200, Remy Bohmer wrote: >> Signed-off-by: Remy Bohmer >> --- >>  patches/latencytop-0.5/no-gtk-ui.patch            |   18 + >>  patches/latencytop-0.5/repair-cross-compile.patch |   24 +++ >>  patches/latencytop-0.5/se

Re: [ptxdist] [PATCH 07/20] Add the sched_switch convert tool to visualise context switches.

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > > Mostly the same issues as LatencyTOP. > > On Thu, May 27, 2010 at 09:58:36PM +0200, Remy Bohmer wrote: >> Signed-off-by: Remy Bohmer >> --- >>  patches/sched_switch-0.1/fix-cross-compile.patch |   21 ++ >>  patches/sched_switch-0.1/series                  |

Re: [ptxdist] [PATCH 08/20] Add smartmontools (smartctl)

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > On Thu, May 27, 2010 at 09:58:37PM +0200, Remy Bohmer wrote: >> From: Bart vdr. Meulen >> >> Adds the smartmontools package containing smartctl and smartd All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy -- ptxdist mailin

Re: [ptxdist] [PATCH 13/20] Add quota-tools package

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > On Thu, May 27, 2010 at 09:58:42PM +0200, Remy Bohmer wrote: >> From: Bart vdr. Meulen >> >> Add tools to create and configure disk quota for filesystems >> All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy -- ptxdist maili

Re: [ptxdist] [PATCH 14/20] Update figlet for new build structure

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > On Thu, May 27, 2010 at 09:58:43PM +0200, Remy Bohmer wrote: >> From: Bart vdr. Meulen >> >> Signed-off-by: Bart vdr. Meulen >> --- All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy -- ptxdist mailing list ptxdist@pengutr

Re: [ptxdist] [PATCH 16/20] Add dibbler package

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > On Thu, May 27, 2010 at 09:58:45PM +0200, Remy Bohmer wrote: >> Dibbler is an IPv6 DHCP package >> All comments reworked and updated patch has been reposted. Thanks. Kind regards, Remy -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH 19/20] Add dialog package

2010-05-29 Thread Remy Bohmer
Hi, 2010/5/28 Michael Olbrich : > Please remove all unused stages. They are as comments in the template only > as reference if you need to change the default stage. > > mol > > On Thu, May 27, 2010 at 09:58:48PM +0200, Remy Bohmer wrote: >> From: Bart vdr. Meulen >> >> This add the dialog package