Re: [ptxdist] [PATCH 3/9] [iptables] version bump 1.4.5 -> 1.4.8

2010-05-31 Thread Marc Kleine-Budde
Robert Schwebel wrote: > Signed-off-by: Robert Schwebel > --- > rules/iptables.make | 20 +++- > 1 files changed, 15 insertions(+), 5 deletions(-) > > diff --git a/rules/iptables.make b/rules/iptables.make > index 5e536be..ae77ca5 100644 > --- a/rules/iptables.make > +++ b/rule

Re: [ptxdist] [PATCH 2/9] [dconf] add new packet

2010-05-31 Thread Marc Kleine-Budde
Robert Schwebel wrote: > To be used with glib-2.25.x. > > Signed-off-by: Robert Schwebel > --- > rules/dconf.in |8 ++ > rules/dconf.make | 73 > ++ > 2 files changed, 81 insertions(+), 0 deletions(-) > create mode 100644 rules/dc

Re: [ptxdist] [PATCH 1/9] [glib25] add glib-2.25

2010-05-31 Thread Marc Kleine-Budde
Robert Schwebel wrote: > Add glib-2.25.x rules to ptxdist. While being there, remove the now > obsolete __ marks in the .in file. hmmm...if you remove all __, make it a seperate patch and add a migration helper to "scripts/migrate/migrate_ptx' > > Signed-off-by: Robert Schwebel > --- > patches

Re: [ptxdist] [PATCH 2/7] host-libnih: new package needed to for libnih

2010-05-31 Thread Marc Kleine-Budde
Tim Sander wrote: > Signed-off-by: Tim Sander please add host-libnih before libnih. > --- > rules/host-libnih.in |4 > rules/host-libnih.make | 33 + > 2 files changed, 37 insertions(+), 0 deletions(-) > create mode 100644 rules/host-libnih.in > c

Re: [ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Marc Kleine-Budde
Tim Sander wrote: > Signed-off-by: Tim Sander > > rules/libnih.in |9 + > rules/libnih.make | 88 > + > 2 files changed, 97 insertions(+), 0 deletions(-) > create mode 100644 rules/libnih.in > create mode 100644 rules/libnih.make

Re: [ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Michael Olbrich
On Tue, Jun 01, 2010 at 01:34:00AM +0200, Tim Sander wrote: > Hi Robert > > Hopefully this is the right way. Is it ok to push the incremental changes to > the git repository? > Otherwise it seems a little cumbersome... > > Best regards > Tim > > Signed-off-by: Tim Sander > > diff --git a/CRED

Re: [ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Michael Olbrich
On Tue, Jun 01, 2010 at 01:42:45AM +0200, Robert Schwebel wrote: > On Tue, Jun 01, 2010 at 01:34:00AM +0200, Tim Sander wrote: > > Is it ok to push the incremental changes to the git repository? > > Otherwise it seems a little cumbersome... > > For pushing things forward, incremental changes are u

Re: [ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Robert Schwebel
On Tue, Jun 01, 2010 at 01:34:00AM +0200, Tim Sander wrote: > Is it ok to push the incremental changes to the git repository? > Otherwise it seems a little cumbersome... For pushing things forward, incremental changes are uggly. I usually add changes in a "FIXME" commit, then rebase the branch and

Re: [ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Tim Sander
Hi Robert Hopefully this is the right way. Is it ok to push the incremental changes to the git repository? Otherwise it seems a little cumbersome... Best regards Tim Signed-off-by: Tim Sander diff --git a/CREDITS b/CREDITS index 27b3738..e2c0cb6 100644 --- a/CREDITS +++ b/CREDITS @@ -255,3 +2

Re: [ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Robert Schwebel
On Tue, Jun 01, 2010 at 12:50:11AM +0200, Tim Sander wrote: > +config LIBNIH > + bool > + prompt "libnih" > + select DBUS > + select HOST_LIBNIH > + help > + libnih is a small library for C application development containing > functions that, despite its name,

Re: [ptxdist] [PATCH 8/9] [gst-plugins-bad] version bump 0.10.17 -> 0.10.19

2010-05-31 Thread Robert Schwebel
On Tue, Jun 01, 2010 at 12:54:35AM +0200, Erwin Rol wrote: > are you sure you checked if all options still work and are not changed ? No, but I just wanted to send you a "please test" mail :-) > For example from the release notes; > > Good Plug-ins 0.10.23 > capssetter: element moved from gst-plu

[ptxdist] Upstart patches

2010-05-31 Thread Tim Sander
The sent patches are also available at: git://gitorious.org/~tstone/oselas/ptxdist-upstart.git -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 7/7] udev: add generic upstart files

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander --- generic/etc/init/udev-finish.conf | 30 ++ generic/etc/init/udev.conf| 19 +++ generic/etc/init/udevmonitor.conf | 13 + generic/etc/init/udevtrigger.conf | 15 +++ 4 files changed, 7

[ptxdist] [PATCH 5/7] openssh: add upstart support

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander --- generic/etc/init/ssh.conf | 51 + rules/openssh.make|4 +++ 2 files changed, 55 insertions(+), 0 deletions(-) create mode 100644 generic/etc/init/ssh.conf diff --git a/generic/etc/init/ssh.conf b/generic/et

[ptxdist] [PATCH 6/7] avahi: add upstart support

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander --- generic/etc/init/avahi-daemon.conf | 17 + rules/avahi.make |4 2 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 generic/etc/init/avahi-daemon.conf diff --git a/generic/etc/init/avahi-daemon.conf b/g

[ptxdist] [PATCH 4/7] dbus: add upstart support

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander --- generic/etc/init/dbus.conf | 23 +++ rules/dbus.make|7 +++ 2 files changed, 30 insertions(+), 0 deletions(-) create mode 100644 generic/etc/init/dbus.conf diff --git a/generic/etc/init/dbus.conf b/generic/etc/init/dbus.con

[ptxdist] [PATCH 3/7] upstart: v6.6, unbreak, add new generic init files

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander --- generic/etc/init/hostname.conf | 12 + generic/etc/init/loadmodules.conf | 18 ++ generic/etc/init/mount.conf | 16 + generic/etc/init/network-interface.conf | 19 +++ generic/etc/init/net

[ptxdist] [PATCH 1/7] libnih: new package needed by upstart

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander rules/libnih.in |9 + rules/libnih.make | 88 + 2 files changed, 97 insertions(+), 0 deletions(-) create mode 100644 rules/libnih.in create mode 100644 rules/libnih.make diff --git a/rules/libnih.in b/ru

[ptxdist] [PATCH 2/7] host-libnih: new package needed to for libnih

2010-05-31 Thread Tim Sander
Signed-off-by: Tim Sander --- rules/host-libnih.in |4 rules/host-libnih.make | 33 + 2 files changed, 37 insertions(+), 0 deletions(-) create mode 100644 rules/host-libnih.in create mode 100644 rules/host-libnih.make diff --git a/rules/host-libnih

Re: [ptxdist] [PATCH 8/9] [gst-plugins-bad] version bump 0.10.17 -> 0.10.19

2010-05-31 Thread Erwin Rol
Hey Robert, are you sure you checked if all options still work and are not changed ? For example from the release notes; Good Plug-ins 0.10.23 capssetter: element moved from gst-plugins-bad oss4: plugin moved from gst-plugins-bad Bad Plug-ins 0.10.19 imagefreeze: plugin was moved to gst-plugin

Re: [ptxdist] [PATCH 5/9] [gstreamer] version bump 0.10.25 -> 0.10.29

2010-05-31 Thread Robert Schwebel
On Mon, May 31, 2010 at 10:30:21PM +0200, Michael Olbrich wrote: > > ifdef PTXCONF_GSTREAMER__NETDIST > > @$(call install_copy, gstreamer, 0, 0, 0644, -, \ > > - /usr/lib/libgstnet-0.10.so.0.22.0) > > + /usr/lib/libgstnet-0.10.so.0.25.0) > > Perhaps you could define a GSTR

Re: [ptxdist] [PATCH 2/9] [dconf] add new packet

2010-05-31 Thread Robert Schwebel
On Mon, May 31, 2010 at 10:26:46PM +0200, Michael Olbrich wrote: > > +DCONF_LICENSE := unknown > > DCONF_LICENSE := LGPLv2.1 added > > + @$(call install_copy, dconf, 0, 0, 0644, -, > > /usr/lib/gio/modules/libdconfsettings.so) > > + @$(call install_lib, dconf, 0, 0, 0644, libdconf) >

[ptxdist] [PATCH 8/9] [gst-plugins-bad] version bump 0.10.17 -> 0.10.19

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- .../0002--remove-endianness-swapping.patch | 45 .../0003--add-rgb666-support.patch | 52 - .../bayer2rgb_configurable_first_line.diff | 120 patches/gst-plugins-bad-0.10.17/series

Re: [ptxdist] [PATCH 1/9] [glib25] add glib-2.25

2010-05-31 Thread Robert Schwebel
Michael, On Mon, May 31, 2010 at 10:21:08PM +0200, Michael Olbrich wrote: > > diff --git a/rules/glib.in b/rules/glib.in > > index 91dc7dd..7a6fa10 100644 > > --- a/rules/glib.in > > +++ b/rules/glib.in > > @@ -7,6 +7,7 @@ menuconfig GLIB > > select GETTEXT_DUMMYif GLIB__GETTEXT_DUMMY > >

[ptxdist] [PATCH 9/9] [gst-plugins-ugly] version bump 0.10.13 -> 0.10.15

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/gst-plugins-ugly.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/gst-plugins-ugly.make b/rules/gst-plugins-ugly.make index a8daaa6..065eb1a 100644 --- a/rules/gst-plugins-ugly.make +++ b/rules/gst-plugins-ugly.make @@ -

[ptxdist] [PATCH 5/9] [gstreamer] version bump 0.10.25 -> 0.10.29

2010-05-31 Thread Robert Schwebel
While being there, add a lib version variable. Signed-off-by: Robert Schwebel --- .../0001-do-not-poison-gst_trace_add_entry.patch | 29 - patches/gstreamer-0.10.25/series |1 - rules/gstreamer.make | 34 ++

[ptxdist] [PATCH 6/9] [gst-plugins-base] version bump 0.10.25 -> 0.10.29

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- .../add-RGB666-Support-to-ffmpegcolorspace.patch | 296 .../add-rgb666-support-to-videotestsrc.patch | 82 -- patches/gst-plugins-base-0.10.25/series|1 - .../add-RGB666-Support-to-ffmpegcolorspace.patch | 2

[ptxdist] [PATCH 7/9] [gst-plugins-good] version bump 0.10.17 -> 0.10.23

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/gst-plugins-good.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make index 508258a..83445b4 100644 --- a/rules/gst-plugins-good.make +++ b/rules/gst-plugins-good.make @@ -

[ptxdist] [PATCH 3/9] [iptables] version bump 1.4.5 -> 1.4.8

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/iptables.make | 20 +++- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/rules/iptables.make b/rules/iptables.make index 5e536be..ae77ca5 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -19,7 +19,7 @@ PACKAGE

[ptxdist] [PATCH 4/9] [iptables] use install_lib

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/iptables.make | 29 +++-- 1 files changed, 7 insertions(+), 22 deletions(-) diff --git a/rules/iptables.make b/rules/iptables.make index ae77ca5..154ab53 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -86,25 +86,14

[ptxdist] [PATCH 2/9] [dconf] add new packet

2010-05-31 Thread Robert Schwebel
To be used with glib-2.25.x. Signed-off-by: Robert Schwebel --- rules/dconf.in |8 ++ rules/dconf.make | 73 ++ 2 files changed, 81 insertions(+), 0 deletions(-) create mode 100644 rules/dconf.in create mode 100644 rules/dconf.mak

[ptxdist] [PATCH 1/9] [glib25] add glib-2.25

2010-05-31 Thread Robert Schwebel
Add glib-2.25.x rules to ptxdist. While being there, remove the now obsolete __ marks in the .in file. Signed-off-by: Robert Schwebel --- patches/glib-2.25.7/autogen.sh |1 + .../overwrite-glib-compile-schemas.diff| 63 patches/glib-2.25

[ptxdist] Patches for review, Round 2

2010-05-31 Thread Robert Schwebel
Hi, Next round, thanks to Michael for the feedback. All issues should be addressed now. rsc -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH 5/9] [gstreamer] version bump 0.10.25 -> 0.10.29

2010-05-31 Thread Michael Olbrich
On Mon, May 31, 2010 at 08:53:51PM +0200, Robert Schwebel wrote: > Signed-off-by: Robert Schwebel > --- > .../0001-do-not-poison-gst_trace_add_entry.patch | 29 -- > patches/gstreamer-0.10.25/series |1 - > rules/gstreamer.make

Re: [ptxdist] [PATCH 2/9] [dconf] add new packet

2010-05-31 Thread Michael Olbrich
On Mon, May 31, 2010 at 08:53:48PM +0200, Robert Schwebel wrote: > To be used with glib-2.25.x. > > Signed-off-by: Robert Schwebel > --- > rules/dconf.in |8 ++ > rules/dconf.make | 71 > ++ > 2 files changed, 79 insertions(+), 0 d

Re: [ptxdist] [PATCH 1/9] [glib25] add glib-2.25

2010-05-31 Thread Michael Olbrich
On Mon, May 31, 2010 at 08:53:47PM +0200, Robert Schwebel wrote: > Add glib-2.25.x rules to ptxdist. > > Signed-off-by: Robert Schwebel > --- > patches/glib-2.25.7/autogen.sh |1 + > .../overwrite-glib-compile-schemas.diff| 63 > > patc

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

2010-05-31 Thread Remy Bohmer
Hi, 2010/5/31 Michael Olbrich : > On Sat, May 29, 2010 at 11:08:31PM +0200, Remy Bohmer wrote: >> 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. > > This is for a n

[ptxdist] [PATCH 6/9] [gst-plugins-base] version bump 0.10.25 -> 0.10.29

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- .../add-RGB666-Support-to-ffmpegcolorspace.patch | 296 .../add-rgb666-support-to-videotestsrc.patch | 82 -- patches/gst-plugins-base-0.10.25/series|1 - .../add-RGB666-Support-to-ffmpegcolorspace.patch | 2

[ptxdist] [PATCH 9/9] [gst-plugins-ugly] version bump 0.10.13 -> 0.10.15

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/gst-plugins-ugly.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/gst-plugins-ugly.make b/rules/gst-plugins-ugly.make index a8daaa6..065eb1a 100644 --- a/rules/gst-plugins-ugly.make +++ b/rules/gst-plugins-ugly.make @@ -

[ptxdist] [PATCH 8/9] [gst-plugins-bad] version bump 0.10.17 -> 0.10.19

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- .../0002--remove-endianness-swapping.patch | 45 .../0003--add-rgb666-support.patch | 52 - .../bayer2rgb_configurable_first_line.diff | 120 patches/gst-plugins-bad-0.10.17/series

[ptxdist] [PATCH 5/9] [gstreamer] version bump 0.10.25 -> 0.10.29

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- .../0001-do-not-poison-gst_trace_add_entry.patch | 29 -- patches/gstreamer-0.10.25/series |1 - rules/gstreamer.make | 32 ++-- 3 files changed, 16 insertions(+), 46 delet

[ptxdist] [PATCH 7/9] [gst-plugins-good] version bump 0.10.17 -> 0.10.23

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/gst-plugins-good.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/gst-plugins-good.make b/rules/gst-plugins-good.make index 508258a..83445b4 100644 --- a/rules/gst-plugins-good.make +++ b/rules/gst-plugins-good.make @@ -

[ptxdist] [PATCH 4/9] [iptables] use install_lib

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/iptables.make | 29 +++-- 1 files changed, 7 insertions(+), 22 deletions(-) diff --git a/rules/iptables.make b/rules/iptables.make index ae77ca5..154ab53 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -86,25 +86,14

[ptxdist] [PATCH 3/9] [iptables] version bump 1.4.5 -> 1.4.8

2010-05-31 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- rules/iptables.make | 20 +++- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/rules/iptables.make b/rules/iptables.make index 5e536be..ae77ca5 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -19,7 +19,7 @@ PACKAGE

[ptxdist] [PATCH 1/9] [glib25] add glib-2.25

2010-05-31 Thread Robert Schwebel
Add glib-2.25.x rules to ptxdist. Signed-off-by: Robert Schwebel --- patches/glib-2.25.7/autogen.sh |1 + .../overwrite-glib-compile-schemas.diff| 63 patches/glib-2.25.7/series |1 + rules/glib.in

[ptxdist] [PATCH 2/9] [dconf] add new packet

2010-05-31 Thread Robert Schwebel
To be used with glib-2.25.x. Signed-off-by: Robert Schwebel --- rules/dconf.in |8 ++ rules/dconf.make | 71 ++ 2 files changed, 79 insertions(+), 0 deletions(-) create mode 100644 rules/dconf.in create mode 100644 rules/dconf.mak

[ptxdist] Patches for review

2010-05-31 Thread Robert Schwebel
The following changes since commit 51961c2105fd581c80e68433550fc8a4d09e2763: Install /etc/busybox.conf if BUSYBOX_FEATURE_SUID_CONFIG is enabled (2010-05-31 10:07:34 +0200) are available in the git repository at: git://git.pengutronix.de/git/rsc/ptxdist for-mainline Robert Schwebel (9):

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

2010-05-31 Thread Marc Kleine-Budde
Remy Bohmer wrote: > Hi, > > 2010/5/31 Michael Olbrich : >> On Sat, May 29, 2010 at 11:08:30PM +0200, Remy Bohmer wrote: >>> 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 aft

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

2010-05-31 Thread Marc Kleine-Budde
Remy Bohmer wrote: > Hi, > > 2010/5/31 Michael Olbrich : >> a few comments for all patches: >> - do you have a public git tree I could merge? that would make things >> easier. > > No, not yet. Is it possible to set up a tree where I have upload > permission to at a pengutronix server? > That wou

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

2010-05-31 Thread Remy Bohmer
Hi, 2010/5/31 Michael Olbrich : > On Sat, May 29, 2010 at 11:08:30PM +0200, Remy Bohmer wrote: >> 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

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

2010-05-31 Thread Remy Bohmer
Hi, 2010/5/31 Michael Olbrich : > > a few comments for all patches: > - do you have a public git tree I could merge? that would make things >  easier. No, not yet. Is it possible to set up a tree where I have upload permission to at a pengutronix server? That would be the easiest for this series

Re: [ptxdist] PATCH [1/1] upstart 2nd try

2010-05-31 Thread Tim Sander
Hi Michael > > Well kind of. The initmethod.bbinit creates this method if it's not > > there. The upstart init doesn't create that directory. So this is there > > to make dbus happy when started with dbus.conf in /etc/init. It does no > > harm to bbinit. > > I don't see the creation of /var/lib/db

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

2010-05-31 Thread Michael Olbrich
On Mon, May 31, 2010 at 01:28:51PM +0200, Michael Olbrich wrote: > a few comments for all patches: > - do you have a public git tree I could merge? that would make things > easier. > - I'm compiling things right now. More when that's done. > - any patches I didn't comment on look good. and pleas

Re: [ptxdist] PATCH [1/1] upstart 2nd try

2010-05-31 Thread Michael Olbrich
On Mon, May 31, 2010 at 05:26:55PM +0200, Tim Sander wrote: > Hi Michael > > Thanks for your review. > > > @@ -111,6 +112,7 @@ $(STATEDIR)/dbus.targetinstall: > > > /usr/lib/libdbus-1.so.3.4.0) > > > @$(call install_link, dbus, libdbus-1.so.3.4.0, > > > /usr/lib/libdbus-1.s

Re: [ptxdist] PATCH [1/1] upstart 2nd try

2010-05-31 Thread Tim Sander
Hi Michael Thanks for your review. > > @@ -111,6 +112,7 @@ $(STATEDIR)/dbus.targetinstall: > > /usr/lib/libdbus-1.so.3.4.0) > > @$(call install_link, dbus, libdbus-1.so.3.4.0, > > /usr/lib/libdbus-1.so.3) @$(call install_link, dbus, libdbus-1.so.3.4.0, > > /usr/lib/libdbus-

Re: [ptxdist] [PATCH 12/20] Add xfsprogs package

2010-05-31 Thread Michael Olbrich
On Thu, May 27, 2010 at 09:58:41PM +0200, Remy Bohmer wrote: > From: Bart vdr. Meulen > > This adds the XFS progs package to PtxDist > > Signed-off-by: Bart vdr Meulen > --- > rules/xfsprogs.in | 142 + > rules/xfsprogs.make | 158 >

[ptxdist] [PATCH 3/3 V2] add data partition to UBI Image

2010-05-31 Thread Luotao Fu
This one adds the option to create a data partition. Currently it is created as an empty partition. It's considerable that we can change this so we can generate it with some predefined content. The partition can either be create as a futher volume in the main root.ubi file or as a standalone flasha

[ptxdist] [PATCH 1/3 V2] split out ubi image stuffs in a separate rule

2010-05-31 Thread Luotao Fu
Signed-off-by: Luotao Fu --- V2 Changes: * splitted out from one big patch. rules/post/image_ubi.make | 55 + rules/post/images.make| 44 2 files changed, 55 insertions(+), 44 deletions(-) create mode 1006

[ptxdist] [PATCH 2/3 V2] enhance ubi image creation

2010-05-31 Thread Luotao Fu
This one reworks the UBI image relevant stuffs. Creating a root volume is a selectable option, though mandatory, now. Split out the volume specific options from UBI generic options, so that we could add options for further volumes later. Also updated the help text and Add some enhancement to the ma

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

2010-05-31 Thread Marc Kleine-Budde
Michael Olbrich wrote: > On Sat, May 29, 2010 at 11:08:49PM +0200, Remy Bohmer wrote: >> 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/s

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

2010-05-31 Thread Marc Kleine-Budde
Michael Olbrich wrote: > On Sat, May 29, 2010 at 11:08:39PM +0200, Remy Bohmer wrote: >> 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. Me

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

2010-05-31 Thread Michael Olbrich
Hi, a few comments for all patches: - do you have a public git tree I could merge? that would make things easier. - I'm compiling things right now. More when that's done. - any patches I didn't comment on look good. Michael -- Pengutronix e.K. |

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:49PM +0200, Remy Bohmer wrote: > 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_patc

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:46PM +0200, Remy Bohmer wrote: > 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

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:45PM +0200, Remy Bohmer wrote: > 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 ++

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:44PM +0200, Remy Bohmer wrote: > 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 > +++

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:43PM +0200, Remy Bohmer wrote: > 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 10

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:39PM +0200, Remy Bohmer wrote: > 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 B

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:38PM +0200, Remy Bohmer wrote: > 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-b

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:36PM +0200, Remy Bohmer wrote: > 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/

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:35PM +0200, Remy Bohmer wrote: > Signed-off-by: Remy Bohmer > --- > patches/latencytop-0.5/repair-cross-compile.patch | 30 > patches/latencytop-0.5/series |1 + > rules/latencytop.in | 24 +++ >

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:31PM +0200, Remy Bohmer wrote: > 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. This is for a non-oselas toolchain in your PATH and no "

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

2010-05-31 Thread Michael Olbrich
On Sat, May 29, 2010 at 11:08:30PM +0200, Remy Bohmer wrote: > 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 old

Re: [ptxdist] PATCH [1/1] upstart 2nd try

2010-05-31 Thread Michael Olbrich
On Fri, May 28, 2010 at 10:14:44PM +0200, Tim Sander wrote: > Hi > > adding /etc/init/* int the upstart patch is ok. > > But /etc/avahi/services/* has nothing to do with upstart, right? > Right, below is a patch without these. The > g...@gitorious.org:~tstone/oselas/tstones-ptxdist.git repository

Re: [ptxdist] [PATCH] rework ubi image generation

2010-05-31 Thread Luotao Fu
On Thu, May 27, 2010 at 01:07:24PM +0200, Marc Kleine-Budde wrote: > Luotao Fu wrote: > > This one reworks the ubifs image options in ptxdist. The menu structure got > > a > > reorganisation. The help text contains now some more hints. Some new > > options are > > also added. The ubi image target

Re: [ptxdist] ARM BSP

2010-05-31 Thread Suresh Kumar
Thanks Juergen, i will give a try. regards suresh On Mon, May 31, 2010 at 1:33 PM, Juergen Beisert wrote: > Suresh, > > Suresh Kumar wrote: >> I have purchased the  ATMEL AT91RM9200 Mircrocontroller Development >> Board from kwik byte. And i didnt get the BSP software for the board. >> >> I am

Re: [ptxdist] [PATCH v3] Install /etc/busybox.conf if BUSYBOX_FEATURE_SUID_CONFIG is enabled

2010-05-31 Thread Marc Kleine-Budde
Alexander Stein wrote: > Signed-off-by: Alexander Stein applied to master, tnx Marc > --- > generic/etc/busybox.conf |5 + > rules/busybox.make |3 +++ > 2 files changed, 8 insertions(+), 0 deletions(-) > create mode 100644 generic/etc/busybox.conf > > diff --git a/generic/e

Re: [ptxdist] ARM BSP

2010-05-31 Thread Juergen Beisert
Suresh, Suresh Kumar wrote: > I have purchased the ATMEL AT91RM9200 Mircrocontroller Development > Board from kwik byte. And i didnt get the BSP software for the board. > > I am using ptxdist for build tool and successfully able to build the > linux,and packages.And able to boot board via tftp wi