Re: [ptxdist] [PATCH 4/4] [oprofile] Add patch to use busybox icm opcontrol

2010-08-12 Thread Michael Olbrich
On Wed, Aug 11, 2010 at 11:22:30AM +0200, Bart vdr. Meulen wrote: When using busybox wc the '-m' (count chars) option is not supported, use the '-c' (count bytes) option which gives the same count result. That's not true for unicode, but I don't think that's an issue here. Please add a patch

Re: [ptxdist] [PATCH 3/4] [oprofile] Events not correctly installed due to typo

2010-08-12 Thread Michael Olbrich
tnx. applied to master. mol On Wed, Aug 11, 2010 at 11:22:29AM +0200, Bart vdr. Meulen wrote: Signed-off-by: Bart vdr. Meulen bartvdrmeu...@gmail.com --- rules/oprofile.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/oprofile.make

Re: [ptxdist] [PATCH 1/4] [sysctl] add sysctl config file

2010-08-12 Thread Michael Olbrich
On Thu, Aug 12, 2010 at 10:43:22AM +0200, Marc Kleine-Budde wrote: Bart vdr. Meulen wrote: From: Remy Bohmer li...@bohmer.net 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

[ptxdist] [PATCH] This adds preliminary support for the Enlightenment Foundation Libraries.

2010-08-12 Thread Ryan Raasch
This patch includes library support for eina, ecore, and e_dbus. These are based on the 2010-06-27 snapshot and are considered to be stable. Signed-off-by: Ryan M. Raasch ryan.raa...@gmail.com --- rules/efl.in| 20 ++ rules/efl_libecore.in | 24 +++

Re: [ptxdist] [PATCH 2/4] [dibbler] Use start-stop-daemon to start the services

2010-08-12 Thread Bart van der Meulen
2010/8/12 Michael Olbrich m.olbr...@pengutronix.de: On Wed, Aug 11, 2010 at 11:22:28AM +0200, Bart vdr. Meulen wrote: Use start-stop-daemon to start the dibbler daemon's, this prevents the situation when starting dibbler in the background from a script, that the script becomes a zombie

[ptxdist] [PATCH] V2 This adds preliminary support for the Enlightenment Foundation Libraries.

2010-08-12 Thread Ryan Raasch
Round 2 after a large overhaul of code. Thanks for the tips! These are based on the 2010-06-27 snapshot and are considered to be stable. Signed-off-by: Ryan M. Raasch ryan.raa...@gmail.com --- rules/e_dbus.make| 114 ++ rules/ecore.make

Re: [ptxdist] [PATCH] V2 This adds preliminary support for the Enlightenment Foundation Libraries.

2010-08-12 Thread Marc Kleine-Budde
Ryan Raasch wrote: Round 2 after a large overhaul of code. Thanks for the tips! These are based on the 2010-06-27 snapshot and are considered to be stable. The packages look good. Although they contain unneeded stages. See comments inline. Signed-off-by: Ryan M. Raasch