Re: [ptxdist] Future plans for uClibc-ng?

2016-01-03 Thread Ladislav Michl
On Sun, Jan 03, 2016 at 10:27:52AM +0100, Alexander Dahl wrote: > Hei hei, > > On Sat, Jan 02, 2016 at 10:49:49PM +0100, Ladislav Michl wrote: > > But are there any active uClibc users? > > Do you mean in general or specifically with ptxdist? As far as ptxdist > is con

Re: [ptxdist] Future plans for uClibc-ng?

2016-01-02 Thread Ladislav Michl
Hi, On Thu, Dec 31, 2015 at 12:48:31PM -0800, Bryan Hundven wrote: > Hello, > > I'm curious to know if ptxdist/OSELAS.Toolchain plans to support > uClibc-ng in the future? > > http://www.uclibc-ng.org/ with half a year without commit to uClib git I'm considering it a dead project (I failed to v

Re: [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps

2015-12-14 Thread Ladislav Michl
On Sun, Dec 13, 2015 at 08:37:14PM +0100, Robert Schwebel wrote: > Hi Clemens, > > On Sun, Dec 13, 2015 at 04:34:43PM +0100, Clemens Gruber wrote: > > the used host-xz version was not available anymore, I therefore updated > > it and in the process, decided to update some of the other host > > lib

[ptxdist] [PATCH] ModemManager: update to 1.4.12

2015-12-09 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- diff --git a/rules/modemmanager.make b/rules/modemmanager.make index aa29358..8d343b8 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager # # Paths and names

[ptxdist] [PATCH] NetworkManager: update to 1.0.8

2015-12-09 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- diff --git a/rules/networkmanager.make b/rules/networkmanager.make index dc51188..61c4d28 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkmanager # # Paths and names

Re: [ptxdist] [PATCH] Enable support for the phar extension in PHP5.

2015-11-30 Thread Ladislav Michl
On Mon, Nov 30, 2015 at 03:09:21PM +0100, Kalle Ladefoged Pedersen wrote: > Signed-off-by: Kalle Ladefoged Pedersen > Reviewed-by: Bruno Thomsen > --- > rules/php5.in | 10 ++ > rules/php5.make | 7 ++- > 2 files changed, 16 insertions(+), 1 deletion(-) > > diff --git a/rules/php

[ptxdist] [PATCH] v2 networkmanager: enable ppp support

2015-10-21 Thread Ladislav Michl
Changes since v1: - Select also PPP_PLUGINS otherwise plugin option is unknown to pppd Signed-off-by: Ladislav Michl --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index b4af2b2..90c2680 100644 --- a/rules/networkmanager.in +++ b/rules/networkmanager.in @@ -19,6 +19,8

[ptxdist] [PATCH] networkmanager: add help text to WWAN option

2015-10-21 Thread Ladislav Michl
It is not clear at first sight why selecting WWAN adds --with-modem-manager-1 configure option. Signed-off-by: Ladislav Michl --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index b4af2b2..6374deb 100644 --- a/rules/networkmanager.in +++ b/rules/networkmanager.in @@ -63,6

[ptxdist] [PATCH] networkmanager: enable ppp support

2015-10-21 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index b4af2b2..e932547 100644 --- a/rules/networkmanager.in +++ b/rules/networkmanager.in @@ -19,6 +19,7 @@ menuconfig NETWORKMANAGER select UDEV if RUNTIME

[ptxdist] [PATCH] networkmanager: version bump 1.0.0 -> 1.0.6

2015-10-21 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 842c4e2..fcb523e 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkmanager # # Paths and names

[ptxdist] [PATCH] mtd-utils: version bump 1.5.1 -> 1.5.2

2015-09-30 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- diff --git a/patches/mtd-utils-1.5.1/0001-make-ubifs-optional.patch b/patches/mtd-utils-1.5.2/0001-make-ubifs-optional.patch similarity index 100% rename from patches/mtd-utils-1.5.1/0001-make-ubifs-optional.patch rename to patches/mtd-utils-1.5.2/0001-make

[ptxdist] [PATCH] alsa: version bump 1.0.24 -> 1.0.29

2015-09-30 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- b/rules/alsa-lib.make |5 - b/rules/alsa-utils.make |4 - patches/alsa-lib-1.0.24.1/0001-ctlparse-Respect-softfloat-configure

Re: [ptxdist] Check for specific libc version

2015-09-30 Thread Ladislav Michl
On Mon, Sep 28, 2015 at 12:29:02PM +0200, Michael Olbrich wrote: > On Tue, Aug 18, 2015 at 12:30:41PM +0200, Ladislav Michl wrote: > > Hi there! > > > > > > PTXCONF_GLIBC_VERSION is used for check for specific toolchain. However > > when left

[ptxdist] Check for specific libc version

2015-08-18 Thread Ladislav Michl
Hi there! PTXCONF_GLIBC_VERSION is used for check for specific toolchain. However when left blank, compilation fails with: --- target: glibc.targetinstall --- ptxdist: error: ptxd_make_xpkg_init: please define _VERSION ptxdist/rules/glibc.make:30:

Re: [ptxdist] [PATCH] [RFC] gammu: add new package

2013-02-05 Thread Ladislav Michl
Any reason to add Gammu instead of Gnokii? Gammu is a Gnokii fork created to add features faster. At that time gnokii developers didn't like to drop code quality in the favour of more features. Well, it is possible that code quality increased meantime. Just asking. Thanks, ladis -- ptxdi

[ptxdist] [PATCH] image_ipkg.make: create repository directory

2012-03-14 Thread Ladislav Michl
Pushing ipks fails when top level repository directory does not exists. Once here, use helper variables for repository paths. Signed-off-by: Ladislav Michl --- image_ipkg.make | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/rules/post/image_ipkg.make b/rules

[ptxdist] [PATCH] scripts/ipkg-push: return nonzero on error

2012-03-14 Thread Ladislav Michl
ipkg-push returns zero when ipkg repository path does not exist causing make continues ignoring error. Signed-off-by: Ladislav Michl --- ipkg-push |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ipkg-push b/scripts/ipkg-push index 3f8c823..b8d5228 100755 --- a

Re: [ptxdist] [PATCH] configure.ac: Improve curses searching

2012-03-14 Thread Ladislav Michl
On Mon, Mar 12, 2012 at 09:59:50AM +0100, Michael Olbrich wrote: > On Thu, Mar 08, 2012 at 11:07:12AM +0100, Ladislav Michl wrote: > > This is a resend of an older patch: > > http://www.mail-archive.com/ptxdist@pengutronix.de/msg03400.html > > > > Cygwin-1.7 plac

[ptxdist] [PATCH] configure.ac: Improve curses searching

2012-03-08 Thread Ladislav Michl
This is a resend of an older patch: http://www.mail-archive.com/ptxdist@pengutronix.de/msg03400.html Cygwin-1.7 places curses headers into /usr/include/ncurses. Tested on Debian, MinGW with pdcurses and Cygwin. Signed-off-by: Ladislav Michl --- configure.ac | 23 +++ 1

[ptxdist] [PATCH] Busybox-1.18.5

2011-07-19 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- config/busybox/Config.in | 73 +++ config/busybox/archival/Config.in |4 +- config/busybox/console-tools/Config.in | 13 ++ config/busybox/coreutils/Config.in |9

[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 ++--

[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] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-10 Thread Ladislav Michl
Pass PTXDists' CROSS_{CPP,C,CXX}FLAGS to QT4 build Signed-off-by: Ladislav Michl --- patches/qt-everywhere-opensource-src-4.7.3/0001-mkspec-for-ptxdist.patch | 14 ++ rules/qt4.make | 2 + 2 files changed, 11 inser

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 01:23:33PM +0200, Ladislav Michl wrote: > PTXDists' CFLAGS are not passed to QT4 build resulting in following error > when builing with ARM6 toolchains > Error: selected processor does not support `ldrex r3,[r2]' > Passing -march=armv6 fix

[ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-06 Thread Ladislav Michl
PTXDists' CFLAGS are not passed to QT4 build resulting in following error when builing with ARM6 toolchains Error: selected processor does not support `ldrex r3,[r2]' Passing -march=armv6 fixes this problem. Signed-off-by: Ladislav Michl --- patches/qt-everywhere-opensource-src-

Re: [ptxdist] Error getting host packages

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 09:37:15AM +0200, Michael Olbrich wrote: > On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote: > > PTXdist fails to get host packages and ends with: > > error: empty parameter to 'ptxd_make_get' > > > > that's be

[ptxdist] Error getting host packages

2011-07-05 Thread Ladislav Michl
Hi there, PTXdist fails to get host packages and ends with: error: empty parameter to 'ptxd_make_get' that's because we expand arguments to ptxd_make_get this way: ptxd_make_get "$($(strip $(1))_SOURCE)" "$($(strip $(1))_URL)" see rules/post/ptxd_make_world_get.make Here for example QT4_HOST_URL

Re: [ptxdist] environment too large

2010-09-15 Thread Ladislav Michl
On Wed, Sep 15, 2010 at 02:51:40PM +0200, Michael Olbrich wrote: > - some of the scripts provide functions used by other scripts. The > dependencies have to be checked carefully. > - not everything are function definitions. There might be unexpected side > effects if the scripts are sourced lat

Re: [ptxdist] environment too large

2010-09-15 Thread Ladislav Michl
On Fri, Sep 10, 2010 at 12:18:46AM +0200, Ladislav Michl wrote: > I tried build OSELAS.Toolchain under Cygwin and PTXdist fails at: > > --- > target: cross-binutils.install.pack > --- > > xargs: environment

[ptxdist] environment too large

2010-09-09 Thread Ladislav Michl
I tried build OSELAS.Toolchain under Cygwin and PTXdist fails at: --- target: cross-binutils.install.pack --- xargs: environment is too large for exec and indeed, on my system environment is 67623 bytes, most space is occupied with

[ptxdist] [PATCH] configure: look for curses also in /ncurses

2010-09-09 Thread Ladislav Michl
Cygwin-1.7 places curses headers into /usr/include/ncurses. Tested on Debian, MinGW with pdcurses and Cygwin. Signed-off-by: Ladislav Michl --- configure.ac | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index e662040

[ptxdist] [PATCH] Do not check for expect

2010-08-24 Thread Ladislav Michl
Expect is not used anywhere. Signed-off-by: Ladislav Michl --- configure.ac |6 -- 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 1ce01c6..e662040 100644 --- a/configure.ac +++ b/configure.ac @@ -267,12 +267,6 @@ if test -z "$SORT&q

[ptxdist] [PATCH] mtd-utils: make mkubifs optional

2010-08-03 Thread Ladislav Michl
Compile libuuid only when needed - mkfs.ubifs selected. Signed-off-by: Ladislav Michl --- .../mtd-utils-1.3.1/make-mkubifs-optional.patch| 24 patches/mtd-utils-1.3.1/series |1 + rules/mtd-utils.in |2

Re: [ptxdist] [PATCH] Busybox-1.17.1

2010-07-27 Thread Ladislav Michl
On Tue, Jul 27, 2010 at 12:06:11AM +0200, Marc Kleine-Budde wrote: > Hey Ladis, > > Ladislav Michl wrote: > > Update Busybox to 1.17.1 > > 0002-silence-errors-on-BE-platforms.patch was dropped as it no longer > > applies. > > I'll try to fix it upstrea

[ptxdist] [PATCH] Eliminate PERL dependency

2010-04-07 Thread Ladislav Michl
From: Ladislav Michl Signed-off-by: Ladislav Michl --- configure.ac |6 -- rules/apache2.make |2 +- rules/fltk.make|2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 77b86d7..1ce01c6 100644 --- a/configure.ac +++ b

[ptxdist] Add patch for busybox' ifplugd

2010-02-04 Thread Ladislav Michl
http://lists.busybox.net/pipermail/busybox/2010-January/071265.html Before new stable version comes out, fix locally... diff --git a/patches/busybox-1.15.3/series b/patches/busybox-1.15.3/series index 8fb0852..d33ce07 100644 --- a/patches/busybox-1.15.3/series +++ b/patches/busybox-1.15.3/series

Re: [ptxdist] [PATCH 10/20] [gcc-4.4.1] Added GCC 4.4.1 patchstack

2010-02-04 Thread Ladislav Michl
On Thu, Feb 04, 2010 at 09:53:24AM +0100, Carsten Schlote wrote: > > http://sourceware.org/ml/crossgcc/2009-11/msg00094.html > > This bug seems to be fixed in gcc-4.4.3 and is not present in gcc- > > 4.3.4. > > Is this a general problem or an ARM GCC issue? For powerpc-603 and i686 > toolchains I

Re: [ptxdist] [PATCH 10/20] [gcc-4.4.1] Added GCC 4.4.1 patchstack

2010-02-03 Thread Ladislav Michl
On Wed, Feb 03, 2010 at 06:56:45PM +0100, Carsten Schlote wrote: > Refreshed gcc-4.4.0 patchstack. Trivial. Carsten, I do not think it has much sense to keep patches and configuration for all gcc versions in particular serie (4.4.x) as such releases are only bugfix ones. So it seems reasonable to

Re: [ptxdist] [PATCH 17/17] [udev] Updated to version 150 and updated targetinstall

2010-01-24 Thread Ladislav Michl
On Tue, Jan 19, 2010 at 05:08:43PM +0100, Carsten Schlote wrote: > From: Carsten Schlote > > Updated to 150 as proposed on ptxdist mailinglist. Compiles > and works (tested with upstart initmethod). Very nice! You can read it as: Tested-by: Ladislav Michl However to hit "Revi

Re: [ptxdist] Author: Carsten Schlote

2010-01-13 Thread Ladislav Michl
On Wed, Jan 13, 2010 at 09:08:50PM +0100, Carsten Schlote wrote: > Hi Remy, > > > > ? ? ? ?prompt "udev ? ? ? ? ? ? ? ? ? ? ? ? ?" > > > + ? ? ? select HOST_GPERF > > > ? ? ? ?select ROOTFS_DEV > > > + ? ? ? select ACL > > > + ? ? ? select USBUTILS > > > + ? ? ? select LIBUSB_COMPAT > > > + ? ? ?

Re: [ptxdist] [PATCH 20/48] [udev] Updated to version 147 and appr. changes

2010-01-12 Thread Ladislav Michl
Carsten, please see comments bellow. On Thu, Jan 07, 2010 at 06:36:43PM +0100, carsten.schl...@gmx.net wrote: > From: Carsten Schlote > > Required for latest upstart 0.6.3 > > Signed-off-by: Carsten Schlote > --- > patches/udev-147/autogen.sh | 16 +++ Wouldn't be better to

Re: [ptxdist] [PATCH 28/48] [procps] Added installation of alternative /etc/sysctl.conf

2010-01-08 Thread Ladislav Michl
On Fri, Jan 08, 2010 at 12:14:45PM +0100, Carsten Schlote wrote: > > -Urspr?ngliche Nachricht- > > Then it could be easy to read/write files in /proc/sys directly, unless you > > found some sysctl entry which does not have its equivalent in /proc/sys. Is > > it the case? Otherwise, it shoul

Re: [ptxdist] [PATCH 28/48] [procps] Added installation of alternative /etc/sysctl.conf

2010-01-08 Thread Ladislav Michl
On Fri, Jan 08, 2010 at 12:14:06AM +0100, Carsten Schlote wrote: > Am Freitag, den 08.01.2010, 00:03 +0100 schrieb Ladislav Michl: > > As newer kernels emulates binary interface we probably do not want to > > support > > obsolete interfaces, right? > > > > http:/

Re: [ptxdist] [PATCH 28/48] [procps] Added installation of alternative /etc/sysctl.conf

2010-01-07 Thread Ladislav Michl
On Thu, Jan 07, 2010 at 11:27:55PM +0100, Marc Kleine-Budde wrote: > luckily, I haven't pushed that commit not yet. :) However it's probably > interesting for olther kernels than the latest -rc :) It is not the case. My man page dated 21 Sep 1999 says: sysctl is used to modify kernel parameter

Re: [ptxdist] [PATCH 28/48] [procps] Added installation of alternative /etc/sysctl.conf

2010-01-07 Thread Ladislav Michl
On Thu, Jan 07, 2010 at 09:28:07PM +0100, Marc Kleine-Budde wrote: > carsten.schl...@gmx.net wrote: > > From: Carsten Schlote > > > > Signed-off-by: Carsten Schlote > > applied, tnx As newer kernels emulates binary interface we probably do not want to support obsolete interfaces, right? http:

[ptxdist] [PATCH] mtd-utils 1.3.0

2010-01-05 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- .../0001-make-liblzo-optional.patch|8 patches/mtd-utils-20090701-1/series|1 - rules/mtd-utils.make |2 +- 3 files changed, 5 insertions(+), 6 deletions(-) rename patches/{mtd

Re: [ptxdist] compiler alignment in struct

2008-11-25 Thread Ladislav Michl
On Tue, Nov 25, 2008 at 08:03:10AM +0100, Schmid Alexander wrote: > > Hello, > I use tiny Board with MPC5200B and Toolchain 1.1.1 and BSP6. I do > communication over ARCNET with an Motorola 68332! > In the communication i have a : struct{ short x; int y;..} > The 68332 aligns on 2 Byte boundary!

Re: [ptxdist] Busybox downgrade question

2008-02-12 Thread Ladislav Michl
On Tue, Feb 12, 2008 at 06:49:58PM +0100, Robert Schwebel wrote: > On Tue, Feb 12, 2008 at 03:40:45PM -0200, Claudio Leonel wrote: > > In the long term fixing is best but in the short term (for yesterday) > > we have to deliver the goods... > > > > Also, Busybox 1.9.0 is labeled as 'unstable', 1.8.

Re: [ptxdist] uclibc i586 project

2008-01-16 Thread Ladislav Michl
...and so module-init-tools-3.4 went into trunk... ladis -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] DirectFB-1.1.1

2008-01-16 Thread Ladislav Michl
On Wed, Jan 16, 2008 at 05:07:49PM +0100, Marco Cavallini wrote: > Ladislav Michl ha scritto: > > It looks like reverted patch, should we use -r to apply? > > Also, are you sure patches/DirectFB-1.0.1/generic/fix-PAGE_SIZE.diff > > is no longer needed? > > Yes I con

Re: [ptxdist] uclibc i586 project

2008-01-16 Thread Ladislav Michl
m-chaos* > | os2-emx* | windows32-* | rtmk-nova*) > os=-$maybe_os > basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` > ;; Your patch seems to be line-wrapped and anyway, it is already fixed in recent module-init-tools. Any objections to upgrade to module-i

Re: [ptxdist] [RFC] busybox-1.9.0

2008-01-16 Thread Ladislav Michl
On Tue, Jan 15, 2008 at 08:34:33AM +0100, Marc Kleine-Budde wrote: > ladis, fire at will :) Done, just few comments... Shell (and readline) related settings were moved into "Busybox Settings -> Busybox Library Tuning" submenu. This causes trouble when upgrading from older configuration - command l

Re: [ptxdist] [PATCH] DirectFB-1.1.1

2008-01-16 Thread Ladislav Michl
On Wed, Jan 16, 2008 at 12:15:54PM +0100, Marco Cavallini wrote: > Signed-off-by: Marco Cavallini <[EMAIL PROTECTED]> > Description : DirectFB-1.1.1 patch for latest 1.99.svn > > > --- rules/directfb.make 2008-01-16 12:03:41.0 +0100 > +++ rules-old/directfb.make 2008-01-16 12:03:33.00

[ptxdist] [RFC] busybox-1.9.0

2008-01-14 Thread Ladislav Michl
Hi, what about upgrade to busybox-1.9.0? It is done in my local tree and I'm quite happy with it. Binary is even smaller. Posting patch is a bit problematic, because till now we are using separate config directory for each busybox version (currently config/busybox-1.4.2), so patch would change ve

Re: [ptxdist] MinGW host

2008-01-03 Thread Ladislav Michl
On Fri, Dec 28, 2007 at 10:11:36AM +0100, Robert Schwebel wrote: > Ladis, > > On Sat, Dec 08, 2007 at 08:47:39PM +0100, Ladislav Michl wrote: > > patch below fixes few problems with whitespaces in path names - pretty > > common thing in Windows filesystem. > > Althoug

Re: [ptxdist] MinGW host

2007-12-17 Thread Ladislav Michl
On Sat, Dec 08, 2007 at 08:47:39PM +0100, Ladislav Michl wrote: > Hi, > > patch below fixes few problems with whitespaces in path names - pretty > common thing in Windows filesystem. Only scripts are fixed, so config, > menuconfig, setup and clean targets work. The real problem is

[ptxdist] MinGW host

2007-12-08 Thread Ladislav Michl
Hi, patch below fixes few problems with whitespaces in path names - pretty common thing in Windows filesystem. Only scripts are fixed, so config, menuconfig, setup and clean targets work. The real problem is ptxdist go as it calls rules/other/Toplevel.make and make needs all whitespaces escaped. T

Re: [ptxdist] [ptxdist-commit] ptxdist r7641 - in trunks/ptxdist-trunk/patches: . ifplugd-0.28 ifplugd-0.28/generic

2007-12-07 Thread Ladislav Michl
On Fri, Dec 07, 2007 at 11:23:06AM +0100, Robert Schwebel wrote: > On Fri, Dec 07, 2007 at 11:00:53AM +0100, [EMAIL PROTECTED] wrote: > > Author: lmi > > Date: 2007-12-07 11:00:52 +0100 (Fri, 07 Dec 2007) > > New Revision: 7641 > > > > Added: > >trunks/ptxdist-trunk/patches/ifplugd-0.28/ > >

[ptxdist] [PATCH] silence ptxdist clean error without ptxconfig

2007-06-21 Thread Ladislav Michl
Hi, call to ptxdist clean will thow error when ptxconfig doesn't exist - for example if it is symlink which was removed earlier with ptxdist distclean. ladis Index: bin/ptxdist === RCS file: /var/cvs/ptxdist2/bin/ptxdist,v r

[ptxdist] [PATCH] remove few unused makefile targets

2007-06-21 Thread Ladislav Michl
Hi, these seems not be used anywhere... Index: rules/other/Toplevel.make === RCS file: /var/cvs/ptxdist2/rules/other/Toplevel.make,v retrieving revision 1.10 diff -u -r1.10 Toplevel.make --- rules/other/Toplevel.make 21 Jun 2007 10

Re: [ptxdist] Busybox 1.4.2

2007-04-18 Thread Ladislav Michl
On Thu, Mar 29, 2007 at 09:02:44AM +0200, Robert Schwebel wrote: > Hi Claudio, > > On Wed, Mar 28, 2007 at 08:22:38PM +, Claudio wrote: > > I upgraded the original version of Busybox (1.1.3) in ptxdist 0.10.6 > > to Busybox 1.4.2 copying the files busybox.in and busybox.make to the rules > > d

Re: [ptxdist] glib targetinstall patch

2007-04-05 Thread Ladislav Michl
On Thu, Apr 05, 2007 at 02:38:19PM +0200, Manfred Gruber wrote: > hopefully better new patch... This one is really better :-) Applied, thanks. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] openssh patch

2007-04-05 Thread Ladislav Michl
On Wed, Apr 04, 2007 at 11:23:04AM -0400, Jari Takkala wrote: > I believe we should be looking in $(PTXDIST_WORKSPACE)/projectroot for > the user defined init script. Indeed... Applied, thanks. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] openssh patch

2007-04-04 Thread Ladislav Michl
On Wed, Apr 04, 2007 at 10:11:42AM +0200, Manfred Gruber wrote: > hi ! > > i think this is correct patch that the link in /etc/rc.d gets installed... > > regards manfred > --- openssh.make_ORIG 2007-04-04 10:05:20.649646586 +0200 > +++ openssh.make 2007-04-04 10:05:25.680668897 +0200 > @@ -

Re: [ptxdist] [PATCH] fix init.d files instalation

2007-03-08 Thread Ladislav Michl
On Thu, Mar 08, 2007 at 12:50:18PM +0100, Juergen Beisert wrote: > Its an interim solution. All packages should install their own startup script > and link. Everything from Busybox is currently a special case. I see. Updated version follows.. Index: rules/utelnetd.make ==

[ptxdist] udev-106

2007-03-08 Thread Ladislav Michl
* Upgrade udev to version 106. While there also fix help text. Index: rules/udev.in === --- rules/udev.in (revision 7033) +++ rules/udev.in (working copy) @@ -8,6 +8,16 @@ removes device node files in the /dev di

Re: [ptxdist] [PATCH] fix init.d files instalation

2007-03-08 Thread Ladislav Michl
On Thu, Mar 08, 2007 at 11:52:47AM +0100, Robert Schwebel wrote: > On Thu, Mar 08, 2007 at 10:26:47AM +0100, Ladislav Michl wrote: > > * utelnetd startup files are installed in rootfs.make, no need to do in > > again in utelnetd.make > > Our plan is to move the startup an

[ptxdist] [PATCH] fix init.d files instalation

2007-03-08 Thread Ladislav Michl
* utelnetd startup files are installed in rootfs.make, no need to do in again in utelnetd.make * fix openssh startup link instalation Index: rules/openssh.make === RCS file: /var/cvs/ptxdist2/rules/openssh.make,v retrieving revision

[ptxdist] busybox-1.4.1

2007-03-06 Thread Ladislav Michl
Lets use busybox-1.4.1, shall we? Patch is rather big and can be downloaded here: ftp://ftp.linux-mips.org/pub/linux/mips/people/ladis/ptxdist-busybox-1.4.1.patch Busybox is now using Kconfig and kernel build system - all confing options changed their names. That makes patch even bigger... Best r

[ptxdist] [PATCH] install_copy_toolchain_dl update

2007-01-17 Thread Ladislav Michl
This patch updates install_copy_toolchain_dl to current copy toolchain mechanism. As a side effect install_copy_toolchain_dl works again for my uClibc based toolchain. I do not think passing LINKER parameter to install_copy_toolchain.sh script is bullet proof and I hope someone will be able to com

Re: [ptxdist] 'fakeroot' command fails - is path missing ?

2006-10-30 Thread Ladislav Michl
On Mon, Oct 30, 2006 at 07:13:13PM +0100, Robert Schwebel wrote: > On Mon, Oct 30, 2006 at 05:34:55PM +, MikeW wrote: > > Creating filesystem image: > > ->> > > make_image_tgz: packing tgz archive... > > /usr/local/lib/ptxdist-0.10.4/scripts/make_image_tgz.sh: line 24: fakeroot: > > command not

<    1   2   3   4   5   6