Re: [ptxdist] [PATCH v4] git-ptx-patches: Allow patches before base tag

2011-07-15 Thread Jon Ringle
On Fri, Jul 15, 2011 at 10:23 AM, Michael Olbrich wrote: > On Wed, Jul 13, 2011 at 11:16:33AM -0400, Jon Ringle wrote: >> Ping :) > > You got lucky. I accidentally pushed the patch with some other stuff, so I > fixed the remaining issues I had with a follow-up patch. Please test, that > it still w

[ptxdist] [PATCH v2] udev: Restore UDEV_EXTRA_MOBILE_ACTION_MODESWITCH

2011-07-15 Thread Jon Ringle
--disable-action_modeswitch is needed when UDEV_EXPERIMENTAL is not defined Signed-off-by: Jon Ringle --- rules/udev.in |8 rules/udev.make | 12 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/rules/udev.in b/rules/udev.in index 089a8f5..27fb3c3 100

[ptxdist] [PATCH] udev: Restore UDEV_EXTRA_MOBILE_ACTION_MODESWITCH

2011-07-15 Thread Jon Ringle
--disable-action_modeswitch is needed when UDEV_EXPERIMENTAL is not defined Signed-off-by: Jon Ringle --- rules/udev.in |8 rules/udev.make | 12 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/rules/udev.in b/rules/udev.in index 089a8f5..27fb3c3 100

Re: [ptxdist] [PATCH] Make it possible to create ext3 file system images

2011-07-15 Thread Bernhard Walle
* Michael Olbrich [2011-07-15 15:30]: > > +# # errors we want to see. > > + @echo -n "Adding a journal to root.ext2 ..." > > + @cd $(image/work_dir) > > this line does not make any sense. Indeed, yes, of course. Thanks for the review! Regards, Bernhard -- ptxdist mailing list ptxdist@pe

[ptxdist] [PATCH] Make it possible to create ext3 file system images

2011-07-15 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- platforms/image_ext2.in|8 rules/post/image_ext2.make | 12 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/platforms/image_ext2.in b/platforms/image_ext2.in index b28c5e3..c26efd0 100644 --- a/platforms/image_ext2.

[ptxdist] [PATCH] Fix CMAKE_SYSTEM_PROCESSOR entry in cmake toolchain file

2011-07-15 Thread Bernhard Walle
This fixes commit 51aaa12b07b03b8e60909539a3dabf6594f462f2. Without that fix, the CMAKE_SYSTEM_PROCESSOR entry in the toolchain file was actually empty. Signed-off-by: Bernhard Walle --- rules/post/ptxd_make_cmake_toolchain.make |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --

Re: [ptxdist] [PATCH v4] git-ptx-patches: Allow patches before base tag

2011-07-15 Thread Michael Olbrich
On Wed, Jul 13, 2011 at 11:16:33AM -0400, Jon Ringle wrote: > Ping :) You got lucky. I accidentally pushed the patch with some other stuff, so I fixed the remaining issues I had with a follow-up patch. Please test, that it still works for you. Michael -- Pengutronix e.K.

Re: [ptxdist] [PATCH] Make it possible to create ext3 file system images

2011-07-15 Thread Michael Olbrich
On Fri, Jul 15, 2011 at 11:16:35AM +0200, Bernhard Walle wrote: > Signed-off-by: Bernhard Walle > --- > platforms/image_ext2.in|8 > rules/post/image_ext2.make | 13 + > 2 files changed, 21 insertions(+), 0 deletions(-) > > diff --git a/platforms/image_ext2.in b/pl

[ptxdist] [PATCH] Make it possible to create ext3 file system images

2011-07-15 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- platforms/image_ext2.in|8 rules/post/image_ext2.make | 13 + 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/platforms/image_ext2.in b/platforms/image_ext2.in index b28c5e3..c26efd0 100644 --- a/platforms/image_ext2

[ptxdist] [PATCH] qwt: Update to version 6.0.0

2011-07-15 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- .../disable-designer-plugins.diff |6 +++--- .../fix-prefix.diff} |8 patches/{qwt-5.2.0 => qwt-6.0.0}/series|2 +- rules/qwt.make |4 ++-- 4 f

[ptxdist] [PATCH] qwt: Add menu description

2011-07-15 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/qwt.in |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/rules/qwt.in b/rules/qwt.in index 323a31f..9384ba8 100644 --- a/rules/qwt.in +++ b/rules/qwt.in @@ -6,4 +6,8 @@ config QWT select QT4 select QT4_BUILD_GUI

Re: [ptxdist] Memory Status

2011-07-15 Thread Wolfram Sang
>I'm using PTXdist on my mini2440. How can I determine how much RAM is >available for my use (user application). Wrong mailing list again! I don't mind an off-topic mail once in a while, but this is really basic Linux knowledge and can (and should) easily be found out elsewhere. Please inv

Re: [ptxdist] Memory Status

2011-07-15 Thread Bernhard Walle
* Josef Holzmayr [2011-07-15 09:39]: > > How can I determine how much RAM is > > available for my use (user application). > > Type "man free" into a terminal application on your development > machine and use the knowledge gained to apply the command to your > target. :-) "cat /proc/meminfo" migh

Re: [ptxdist] Memory Status

2011-07-15 Thread Josef Holzmayr
> How can I determine how much RAM is > available for my use (user application). Type "man free" into a terminal application on your development machine and use the knowledge gained to apply the command to your target. :-) Dipl-Ing. (FH) J. Holzmayr Entwicklung Embedded Devices / Software Tel

[ptxdist] Memory Status

2011-07-15 Thread MC Potgieter
Hi, I'm using PTXdist on my mini2440. How can I determine how much RAM is available for my use (user application). Thank you -- ptxdist mailing list ptxdist@pengutronix.de