[ptxdist] [PATCH] config: boardsetup: add nfs client specifications

2019-11-22 Thread Alexander Aring
right after the directory which is exported, for more information lookup: https://linux.die.net/man/8/unfsd Signed-off-by: Alexander Aring --- config/boardsetup/Kconfig | 17 + scripts/lib/ptxd_make_nfsd.sh | 7 ++- 2 files changed, 23 insertions(+), 1 deletion(-) diff

[ptxdist] [PATCHv2] config: boardsetup: add nfs client specifications

2019-11-25 Thread Alexander Aring
right after the directory which is exported, for more information lookup: https://linux.die.net/man/8/unfsd Signed-off-by: Alexander Aring --- changes since v2: s/client_specficiations/client_specificiations/ config/boardsetup/Kconfig | 17 + scripts/lib/ptxd_make_nfsd.sh | 7

[ptxdist] [PATCH] rules: host-qemu: enable kvm by default

2019-11-25 Thread Alexander Aring
This patch enables kvm feature of qemu by default. So far I know there exists no additional library dependency to enable this feature. In some combinations of host architecture and emulated architecture it can increase the performance significantly. Signed-off-by: Alexander Aring --- rules

[ptxdist] configure failed with sed version 4.2.2

2013-01-07 Thread Alexander Aring
tring from gnulib see http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/version-etc.c;hb=dbed1625626c6d6f271b715f87fd0930d8e68c2f beginning at line 43. I don't see a "version" substring there, maybe it isn't the best way to match the sed version. Regards Alexander Aring -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] configure.ac: change regex for sed version

2013-01-07 Thread Alexander Aring
random character sequence(or zero) followed by whitespace character and several digits of pattern x.xx which x is a number. This pattern will be save in the SED_VERSION variable. Signed-off-by: Alexander Aring --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [ptxdist] [PATCH] configure.ac: change regex for sed version

2013-01-08 Thread Alexander Aring
Hallo, I change it to gmail. Thanks Regards Alexander Aring 2013/1/8 Marc Kleine-Budde > On 01/07/2013 11:36 PM, Alexander Aring wrote: > > Change regex for sed version in configure.ac. > > > > This regex will match only on the first line and doesn't > > look

[ptxdist] [PATCH] libnl3: new package

2013-01-20 Thread Alexander Aring
or disable install cli support. Others possible optional features, which are currently not available to configure, are: - Disable pthread support. - Python bindings(experimental). This package will install a default configuration of libnl3 to '/etc/libnl/...'. Signed-off-b

Re: [ptxdist] [PATCH] libnl3: new package

2013-01-22 Thread Alexander Aring
Hi, thank you for reviewing this. 2013/1/21 Michael Olbrich > On Sun, Jan 20, 2013 at 06:14:50PM +0100, Alexander Aring wrote: > > New package for libnl3 version 3.2.19. > > > > There is already a libnl package version 1.1. > > Some applications have a d

[ptxdist] [PATCH v2] libnl3: new package

2013-01-22 Thread Alexander Aring
or disable install cli support. Others possible optional features, which are currently not available to configure, are: - Disable pthread support. - Python bindings(experimental). This package will install a default configuration of libnl3 to '/etc/libnl/...'. Signed-off-

Re: [ptxdist] gnutls fails to compile with error: 'gets' undeclared ?

2013-01-23 Thread Alexander Aring
Hi, 2013/1/23 Tim Sander > Hi > > I am again using the OSELAS.Toolchain-2012.12.0 > arm-1136jfs-linux-gnueabihf- > gcc with the extra linker flags: -Wl,--copy-dt-needed-entries. I get a > little > further to the gnutls package. It fails to compile with: > arm-1136jfs-linux-gnueabihf-gcc -DHAVE

[ptxdist] [PATCH] libnl3: version bump 3.2.19 -> 3.2.21

2013-01-24 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index 33a0018..f1d78d6 100644 --- a/rules/libnl3.make +++ b/rules/libnl3.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNL3) += libnl3

[ptxdist] [PATCH] lowpan-tools: new package

2013-01-27 Thread Alexander Aring
This package provides utils to set up ieee802.15.4 devices. Add option do not install test-utils. These test-utils depends on python. Currently the buildsystem of lowpan-tools can't disable building of test-tools, which makes a dependency of python to this package. Signed-off-by: Alexander

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-01-30 Thread Alexander Aring
Hi, thanks for reviewing this one. On Tue, Jan 29, 2013 at 11:40:00PM +0100, Michael Olbrich wrote: > On Sun, Jan 27, 2013 at 06:09:49PM +0100, Alexander Aring wrote: > > This package provides utils to set up ieee802.15.4 devices. > > > > Add option do not install test-ut

Re: [ptxdist] [PATCHv2] log4cplus: Add new package

2013-01-30 Thread Alexander Aring
Hi, On Wed, Jan 30, 2013 at 01:32:48PM +0100, Bernhard Sessler wrote: > log4cplus is an excellent port of the popular log4j logging library > to C++. > > Signed-off-by: Bernhard Sessler > --- > rules/log4cplus.in | 21 > rules/log4cplus.make | 67 > ++

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-01-30 Thread Alexander Aring
Hi, On Wed, Jan 30, 2013 at 09:28:40PM +0100, Michael Olbrich wrote: > On Wed, Jan 30, 2013 at 12:12:43PM +0100, Alexander Aring wrote: > > Hi, > > > > thanks for reviewing this one. > > > > On Tue, Jan 29, 2013 at 11:40:00PM +0100, Michael Olbrich wrote: &g

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-01-30 Thread Alexander Aring
Hi, On Wed, Jan 30, 2013 at 09:28:40PM +0100, Michael Olbrich wrote: > On Wed, Jan 30, 2013 at 12:12:43PM +0100, Alexander Aring wrote: > > Hi, > > > > thanks for reviewing this one. > > > > On Tue, Jan 29, 2013 at 11:40:00PM +0100, Michael Olbrich wrote: &g

[ptxdist] [PATCHv2] lowpan-tools: new package

2013-01-30 Thread Alexander Aring
This package provides utils to set up ieee802.15.4 devices. Add option do not install test-utils. These test-utils depends on python. Currently the buildsystem of lowpan-tools can't disable building of test-tools, which makes a dependency of python to this package. Signed-off-by: Alexander

[ptxdist] [PATCHv3] lowpan-tools: new package

2013-01-30 Thread Alexander Aring
This package provides utils to set up ieee802.15.4 devices. Add option do not install test-utils. These test-utils depends on python. Signed-off-by: Alexander Aring --- v3: - change commit msg. v2: - fixed missing @ in install_copy call. - fixed spelling in lowpan-tests help text. - add

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-02-05 Thread Alexander Aring
Hi, On Tue, Feb 05, 2013 at 04:03:28PM +0100, Alexander Dahl wrote: > Hei hei, > > Am 2013-01-30 22:00, schrieb Alexander Aring: > > Now I realize it. I found rules with ':=' and '='. Could you explain the > > different? > > This is syntax of Gn

[ptxdist] Writing rules for x86 architecture

2013-02-07 Thread Alexander Aring
Hi, I found a problem with the sun-java6-jre rule which install a x86 related binary. We need to have something like "depends on ARCH_X86" for this rule, but this doesn't work. I only found some .make rules which check on PTXCONF_ARCH_X86. Is there a way to handle that? Regards Alex -- ptxdis

[ptxdist] [PATCH] lowpan_tools: add patch to avoid crashing

2013-02-26 Thread Alexander Aring
Add a non-mainlined lowpan_tools patch to avoid crashing in izcoordinator. Signed-off-by: Alexander Aring --- .../fix_logging_issues_to_avoid_crash.patch| 125 + patches/lowpan-tools-0.3/series| 1 + 2 files changed, 126 insertions(+) create

Re: [ptxdist] [PATCH] lowpan_tools: add patch to avoid crashing

2013-02-28 Thread Alexander Aring
Hi Marc, On Thu, Feb 28, 2013 at 11:24:03AM +0100, Marc Kleine-Budde wrote: > On 02/26/2013 04:13 PM, Alexander Aring wrote: > > Add a non-mainlined lowpan_tools patch to avoid crashing > > in izcoordinator. > > > > Signed-off-by: Alexander Aring > > Please

[ptxdist] [PATCH v2] lowpan_tools: add patch to avoid crashing

2013-02-28 Thread Alexander Aring
Add a non-mainlined lowpan_tools patch to avoid crashing in izcoordinator. Signed-off-by: Alexander Aring --- .../0001-Avoid-crashing-in-izcoordinator.patch | 139 + patches/lowpan-tools-0.3/series| 1 + 2 files changed, 140 insertions(+) create

[ptxdist] gettext libintl issues

2013-03-05 Thread Alexander Aring
Hi, I have some trouble to port some software and getting a "undefined reference to `textdomain(char const*)'" error. The textdomain function is a part of libintl, so far as I know. In file rules/gettext.in is a useless config entry for GETTEXT_LIBINTL. After I grep GETTEXT_LIBINTL in all config

Re: [ptxdist] gettext libintl issues

2013-03-05 Thread Alexander Aring
Hi, On Tue, Mar 05, 2013 at 12:18:19PM +0100, Michael Olbrich wrote: > Hi, > > On Tue, Mar 05, 2013 at 11:35:48AM +0100, Alexander Aring wrote: > > I have some trouble to port some software and getting a "undefined > > reference to `textdomain(char const*)'&

[ptxdist] [PATCH] gettext: remove useless GETTEXT_LIBINTL config

2013-03-06 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/gettext.in | 10 -- 1 file changed, 10 deletions(-) diff --git a/rules/gettext.in b/rules/gettext.in index 91f5266..11c66cb 100644 --- a/rules/gettext.in +++ b/rules/gettext.in @@ -10,13 +10,3 @@ menuconfig GETTEXT The gettext program

Re: [ptxdist] [PATCH] glew: link against libX11

2013-03-31 Thread Alexander Aring
Hi Robert, On Sun, Mar 31, 2013 at 08:17:43PM +0200, Robert Schwebel wrote: > src/visualinfo.c and src/glewinfo.c call XDestroyWindow, so we need to link > against libX11. > Otherwhise this breaks down with > > /opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabi/gcc-4.7.2-glibc-2.16.0-binu

[ptxdist] [PATCH] lowpan-tools: update lowpan-patches

2013-05-12 Thread Alexander Aring
Currently there is no way to make a new lowpan-tools release. This patch synchronize the patches from version 0.3 with current git master. Signed-off-by: Alexander Aring --- .../0001-Avoid-crashing-in-izcoordinator.patch | 139 - ...0001-izoordinator-Fixes-to-error

Re: [ptxdist] [PATCH] lowpan-tools: update lowpan-patches

2013-05-13 Thread Alexander Aring
Hi Michael, On Mon, May 13, 2013 at 09:42:04AM +0200, Michael Olbrich wrote: > On Sun, May 12, 2013 at 09:29:39PM +0200, Alexander Aring wrote: > > Currently there is no way to make a new lowpan-tools release. > > This patch synchronize the patches from version 0.3 with current

Re: [ptxdist] [PATCH] lowpan-tools: update lowpan-patches

2013-05-13 Thread Alexander Aring
Hi Michael, On Mon, May 13, 2013 at 02:18:59PM +0200, Michael Olbrich wrote: > On Mon, May 13, 2013 at 10:46:49AM +0200, Alexander Aring wrote: > > Hi Michael, > > > > On Mon, May 13, 2013 at 09:42:04AM +0200, Michael Olbrich wrote: > > > On Sun, May 12, 2013 at 09:

[ptxdist] [PATCH v2] lowpan-tools: update lowpan-patches

2013-05-13 Thread Alexander Aring
: Alexander Aring --- v2: - add commit message comment why this patch deletes the 0001-Avoid-crashing-in-izcoordinator.patch patch - add autogen.sh with reconfigure, because we modify configure.ac --- .../0001-Avoid-crashing-in-izcoordinator.patch | 139 - ...0001

[ptxdist] [PATCH] libnl3: version bump 3.2.21 -> 3.2.22

2013-05-19 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index f1d78d6..fae4a25 100644 --- a/rules/libnl3.make +++ b/rules/libnl3.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBNL3) += libnl3

[ptxdist] [PATCH] wireshark: rework and update to wireshark 1.8.7

2013-05-27 Thread Alexander Aring
work with the gtk frontend. To add extra protocols or similar. Tested with the current libcap version 1.1.1, I will update this in the next days. Signed-off-by: Alexander Aring --- .../0001-remove-prefix-from-search-paths.patch | 53 -- .../0002-remove-AC_TRY_RUN-tests.patch

[ptxdist] [PATCH] libpcap: version bump to 1.4.0

2013-05-31 Thread Alexander Aring
commit message. Change 0002-pcap-config-add-SYSROOT-support.patch patch to add SYSROOT dir only in includedir and libdir variable, so it's easier to maintain. Tested with wireshark 1.4.0 and tcpdump 4.1.1 Signed-off-by: Alexander Aring --- ...FLAGS-CPPFLAGS-and-LDFLAGS-to-Makefile.in.patch

Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0

2013-06-02 Thread Alexander Aring
You forgot a '=back' before '=head1' > c_rehash.pod around line 49: =back without =over > > Since we don't need that manpages, install openssl with "make > install_sw" instead of "make install" which avoids building the >

[ptxdist] [PATCH] inetutils: add support for ping6

2013-07-29 Thread Alexander Aring
This patch adds support to compile and install the ping6 binary from inetutils package. Signed-off-by: Alexander Aring --- rules/inetutils.in | 11 +++ rules/inetutils.make | 5 + 2 files changed, 16 insertions(+) diff --git a/rules/inetutils.in b/rules/inetutils.in index

[ptxdist] [PATCH] libcoap: add libcoap package

2013-08-02 Thread Alexander Aring
Signed-off-by: Alexander Aring --- ...ap-enable-shared-lib-and-install-examples.patch | 109 + patches/libcoap-4.0.1/series | 1 + rules/libcoap.in | 10 ++ rules/libcoap.make | 61

Re: [ptxdist] [PATCH] libcoap: add libcoap package

2013-08-14 Thread Alexander Aring
Hi Marc, On Mon, Aug 12, 2013 at 07:02:16PM +0200, Marc Kleine-Budde wrote: > On 08/02/2013 10:38 AM, Alexander Aring wrote: > > Signed-off-by: Alexander Aring > > --- > > ...ap-enable-shared-lib-and-install-examples.patch | 109 > > + > &

Re: [ptxdist] [PATCH] libcoap: add libcoap package

2013-08-15 Thread Alexander Aring
Hi Marc, On Thu, Aug 15, 2013 at 10:16:43AM +0200, Marc Kleine-Budde wrote: > On 08/15/2013 08:25 AM, Alexander Aring wrote: > [...] > > >> Argh, autoconf without automake. Not your fault > >> > >> ... > >> > >> What about creating a proper

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-08-31 Thread Alexander Aring
Hi Sascha, cool. MPD is one of my favorites music player! On Sat, Aug 31, 2013 at 02:57:21PM +0200, Sascha Hauer wrote: > Signed-off-by: Sascha Hauer > --- > rules/mpd.in | 55 ++ > rules/mpd.make | 121 > + > 2

Re: [ptxdist] Building OSELAS 2011.11.1 on Ubuntu 13.10

2013-11-18 Thread Alexander Aring
On Mon, Nov 18, 2013 at 12:05:42PM +0100, Torben Hamel wrote: > Hi, I'm trying to compile the OSELAS Toolchain 2011.11.1 on a Ubuntu 13.10 > amd64 system but i always get some make errors at the stage "target: > cross-gcc-first.compile". You can find the logfile in the appendix. which texinfo ver

Re: [ptxdist] Building OSELAS 2011.11.1 on Ubuntu 13.10

2013-11-18 Thread Alexander Aring
Hi, On Mon, Nov 18, 2013 at 01:53:24PM +0100, Torben Hamel wrote: > i used the version 5.1 and downgraded to 4.13 and it seems to help but now > i get a segmentation fault in function __absvdi2 in libgcc2.c > oh, bad news. I suppose you use gcc 4.8.x, try to downgrade your gcc to 4.7.x (I used gc

Re: [ptxdist] Building OSELAS 2011.11.1 on Ubuntu 13.10

2013-11-18 Thread Alexander Aring
On Mon, Nov 18, 2013 at 02:37:36PM +0100, Jürgen Beisert wrote: > On Monday 18 November 2013 14:08:41 Alexander Aring wrote: > > On Mon, Nov 18, 2013 at 01:53:24PM +0100, Torben Hamel wrote: > > > i used the version 5.1 and downgraded to 4.13 and it seems to help but > > &g

[ptxdist] [PATCH] pyserial: fix typo Instal -> Install

2013-12-01 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/pyserial.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pyserial.make b/rules/pyserial.make index 3100129..6d203f5 100644 --- a/rules/pyserial.make +++ b/rules/pyserial.make @@ -42,7 +42,7 @@ $(STATEDIR)/pyserial.compile

Re: [ptxdist] hd.img use

2013-12-02 Thread Alexander Aring
Hi, On Mon, Dec 02, 2013 at 10:42:32PM +0100, Antonio Righettini wrote: > I made hd.img file via ptxdist images command, ho can put this on hard disk You can put it on your hard disk with the dd command. Check "man dd" on your host pc for more information. For example: dd if=hd.img of=/dev/$HARD

Re: [ptxdist] hd.img use

2013-12-03 Thread Alexander Aring
On Tue, Dec 03, 2013 at 02:37:26PM +0100, Alexander Stein wrote: > Hallo, > > On Tuesday 03 December 2013 14:16:42, Antonio Righettini wrote: > > I have already try, dd commnad finish without errors, but the disk doesn't > > contain data. > > > > I used this command : > > > > dd if=/.../hd.img o

Re: [ptxdist] [PATCH v2] lowpan-tools: update lowpan-patches

2014-01-06 Thread Alexander Aring
Hi Jürgen, On Mon, Jan 06, 2014 at 08:40:24AM +0100, Jürgen Beisert wrote: > Hi Alexander, > > On Monday 13 May 2013 17:00:36 Michael Olbrich wrote: > > On Mon, May 13, 2013 at 02:38:10PM +0200, Alexander Aring wrote: > > > Currently there is no way to make a new lowpan-t

[ptxdist] [PATCH 1/3] inetutils: add misiing depends on !BUSYBOX_TFTPD

2014-01-25 Thread Alexander Aring
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring --- rules/inetutils.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/inetutils.in b/rules/inetutils.in index 876c298..cb1c62f 100644

[ptxdist] [PATCH 2/3] gnutls: add support for openssl compatibility

2014-01-25 Thread Alexander Aring
This patch adds a openssl compatibility option to gnutls and install the gnutls openssl compatibility library if enabled. Signed-off-by: Alexander Aring --- There are two issues and I am not sure if it's still okay. 1: Packages which needs GNUTLS_OPENSSL need to select GNUTLS and GNUTLS_OP

[ptxdist] [PATCH 3/3] iputils: add new package iputils

2014-01-25 Thread Alexander Aring
This patch adds another package for most common network binary tools like ping, ping6, etc. Signed-off-by: Alexander Aring --- rules/iputils.in | 118 rules/iputils.make | 141 + 2 files changed

Re: [ptxdist] [PATCH 1/3] inetutils: add misiing depends on !BUSYBOX_TFTPD

2014-01-25 Thread Alexander Aring
Hi Robert, On Sat, Jan 25, 2014 at 02:48:14PM +0100, Robert Schwebel wrote: > On Sat, Jan 25, 2014 at 02:18:23PM +0100, Alexander Aring wrote: > > Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to > > avoid a double install of a tftpd binary. > > > &g

Re: [ptxdist] [PATCH 3/3] iputils: add new package iputils

2014-01-25 Thread Alexander Aring
On Sat, Jan 25, 2014 at 02:49:51PM +0100, Robert Schwebel wrote: > The || ALLYES comment applies here as well. > ok. What means ALLYES in this case? I suppose something with allyesconfig? - Alex -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH 3/3] iputils: add new package iputils

2014-01-25 Thread Alexander Aring
Hi Robert, On Sat, Jan 25, 2014 at 03:00:28PM +0100, Robert Schwebel wrote: > On Sat, Jan 25, 2014 at 02:54:12PM +0100, Alexander Aring wrote: > > On Sat, Jan 25, 2014 at 02:49:51PM +0100, Robert Schwebel wrote: > > > The || ALLYES comment applies here as well. > > >

[ptxdist] [PATCH v2 3/3] iputils: add new package iputils

2014-01-26 Thread Alexander Aring
This patch adds another package for most common network binary tools like ping, ping6, etc. Signed-off-by: Alexander Aring --- v2: - Add missing ALLYES rules/iputils.in | 118 rules/iputils.make | 141

[ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD

2014-01-26 Thread Alexander Aring
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring --- v2: - fix typo misiing -> missing in commit msg - add missing ALLYES rules/inetutils.in | 4 1 file changed, 4 insertions(+) diff --gi

[ptxdist] [PATCH v2 2/3] gnutls: add support for openssl compatibility

2014-01-26 Thread Alexander Aring
This patch adds a openssl compatibility option to gnutls and install the gnutls openssl compatibility library if enabled. Signed-off-by: Alexander Aring --- rules/gnutls.in | 15 +-- rules/gnutls.make | 5 + 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a

[ptxdist] [PATCH v2 2/3] gnutls: add support for openssl compatibility

2014-01-26 Thread Alexander Aring
This patch adds a openssl compatibility option to gnutls and install the gnutls openssl compatibility library if enabled. Signed-off-by: Alexander Aring --- rules/gnutls.in | 15 +-- rules/gnutls.make | 5 + 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a

[ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD

2014-01-26 Thread Alexander Aring
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring --- v2: - fix typo misiing -> missing in commit msg - add missing ALLYES rules/inetutils.in | 4 1 file changed, 4 insertions(+) diff --gi

[ptxdist] [PATCH v2 3/3] iputils: add new package iputils

2014-01-26 Thread Alexander Aring
This patch adds another package for most common network binary tools like ping, ping6, etc. Signed-off-by: Alexander Aring --- v2: - Add missing ALLYES rules/iputils.in | 118 rules/iputils.make | 141

Re: [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD

2014-01-26 Thread Alexander Aring
Hi, Skip this patchstack I send the wrong one. Sorry for the noise. - Alex -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] wireshark: fix juergen beiserts mail address

2014-01-26 Thread Alexander Aring
Signed-off-by: Alexander Aring --- detected while starring on ptxdist output :-) rules/wireshark.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/wireshark.make b/rules/wireshark.make index fbf666f..9f117f5 100644 --- a/rules/wireshark.make +++ b/rules

[ptxdist] [PATCH 1/2] libbsd: add new package

2014-01-26 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/libbsd.in | 11 ++ rules/libbsd.make | 63 +++ 2 files changed, 74 insertions(+) create mode 100644 rules/libbsd.in create mode 100644 rules/libbsd.make diff --git a/rules/libbsd.in b/rules

Re: [ptxdist] [PATCH] wireshark: rework and update to wireshark 1.8.7

2014-01-26 Thread Alexander Aring
Hi Michael, On Mon, Jun 03, 2013 at 01:53:25PM +0200, Michael Olbrich wrote: > On Mon, May 27, 2013 at 01:54:54PM +0200, Alexander Aring wrote: > > This patch removes the build of common gtk-interface wireshark. > > Instead of the gtk-interface you can use the cli-interf

Re: [ptxdist] [PATCH] libpcap: version bump to 1.4.0

2014-01-26 Thread Alexander Aring
On Mon, Jun 03, 2013 at 01:57:40PM +0200, Michael Olbrich wrote: > On Fri, May 31, 2013 at 06:18:21PM +0200, Alexander Aring wrote: > > Bump libpcap version to 1.4.0. > > > > Changes: > > - Add --enable-bluetooth configure parameter only if LIBPCAP_BLUETOOTH

Re: [ptxdist] [PATCH 2/3] gnutls: add support for openssl compatibility

2014-01-27 Thread Alexander Aring
Hi Michael, thanks for your reply. On Mon, Jan 27, 2014 at 10:48:19AM +0100, Michael Olbrich wrote: > On Sat, Jan 25, 2014 at 02:18:24PM +0100, Alexander Aring wrote: > > This patch adds a openssl compatibility option to gnutls and install the > > gnutls openssl compatibility lib

Re: [ptxdist] [PATCH v2 3/3] iputils: add new package iputils

2014-01-30 Thread Alexander Aring
On Thu, Jan 30, 2014 at 09:48:13AM +0100, Michael Olbrich wrote: > On Sun, Jan 26, 2014 at 10:41:24AM +0100, Alexander Aring wrote: > > This patch adds another package for most common network binary tools > > like ping, ping6, etc. > > > > Signed-off-by: Alex

[ptxdist] [PATCH 0/2] netcat: replace with openbsd netcat

2014-02-06 Thread Alexander Aring
kind of -ENOTSUPP. Alexander Aring (2): netcat: remove current version netcat: add new package patches/netcat-0.7.1/fix-signed-unsigned.diff | 32 -- patches/netcat-0.7.1/series| 1 - .../0001-port-to-linux-with-libsd.patch| 475

[ptxdist] [PATCH 1/2] netcat: remove current version

2014-02-06 Thread Alexander Aring
Signed-off-by: Alexander Aring --- patches/netcat-0.7.1/fix-signed-unsigned.diff | 32 patches/netcat-0.7.1/series | 1 - rules/netcat.in | 51 --- rules/netcat.make | 72

[ptxdist] [PATCH] iputils: fix select statements

2014-02-06 Thread Alexander Aring
Iputils builds always all tools with the default env's in Makefile. We can't disable or enable this during compile time. So we need always these dependencies. Signed-off-by: Alexander Aring --- oops, sry about that! rules/iputils.in | 8 1 file changed, 4 insertions(+), 4

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2013.12.1 released

2014-02-06 Thread Alexander Aring
Hi Michael, On Thu, Feb 06, 2014 at 01:05:54PM +0100, Michael Olbrich wrote: > Hi, > > I'm happy to announce that I've just released OSELAS.Toolchain-2013.12.1. > > This is a bugfix-only release. The relevant changes since 2013.12.0 are: > - "SUSV3 LEGACY" enabled for uClibc. This includes 'usl

[ptxdist] [PATCH v2] iputils: fix select statements

2014-02-09 Thread Alexander Aring
Iputils builds always all tools with the default env's in Makefile. We can't disable or enable this during compile time. So we need always these dependencies. Also fix add missing dependencies for busybox on menuentries. Signed-off-by: Alexander Aring --- Changes since v2: - A

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2013.12.1 released

2014-02-10 Thread Alexander Aring
Hi Michael, On Mon, Feb 10, 2014 at 07:13:26PM +0100, Michael Olbrich wrote: > Hi, > > On Thu, Feb 06, 2014 at 02:16:59PM +0100, Michael Olbrich wrote: > > On Thu, Feb 06, 2014 at 01:38:26PM +0100, Alexander Aring wrote: > > > On Thu, Feb 06, 2014 at 01:05:54PM +010

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2013.12.1 released

2014-02-10 Thread Alexander Aring
On Mon, Feb 10, 2014 at 07:17:21PM +0100, Alexander Aring wrote: > Hi Michael, > > On Mon, Feb 10, 2014 at 07:13:26PM +0100, Michael Olbrich wrote: > > Hi, > > > > On Thu, Feb 06, 2014 at 02:16:59PM +0100, Michael Olbrich wrote: > > > On Thu, Feb 06, 2014

Re: [ptxdist] #ilovefs

2014-02-14 Thread Alexander Aring
Hi, On Fri, Feb 14, 2014 at 10:04:47AM +0100, Alexander Dahl wrote: > Hei hei, > > today is I Love Free Software Day [1], and I like to take this as a > reason for thanking all the ptxdist developers and contributors for > creating such a great community and an awesome piece of software. It's a

Re: [ptxdist] #ilovefs

2014-02-14 Thread Alexander Aring
On Fri, Feb 14, 2014 at 10:33:20AM +0100, Alexander Aring wrote: ... > --- > ilovefs - sounds like a virus or spamming mail \o/ or maybe a filesystem name. :-) - Alex -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] #ilovefs

2014-02-14 Thread Alexander Aring
On Fri, Feb 14, 2014 at 11:43:15AM +0100, Juergen Beisert wrote: > On Friday 14 February 2014 10:51:40 Josef Holzmayr wrote: > > Am 14.02.2014 10:35, schrieb Alexander Aring: > > > On Fri, Feb 14, 2014 at 10:33:20AM +0100, Alexander Aring wrote: > > > ... > > >

[ptxdist] [PATCH] libzmq: add new package

2014-02-27 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/libzmq.in | 12 +++ rules/libzmq.make | 59 +++ 2 files changed, 71 insertions(+) create mode 100644 rules/libzmq.in create mode 100644 rules/libzmq.make diff --git a/rules/libzmq.in b/rules

Re: [ptxdist] PTXdist 2014.02.0: problem with root.tgz

2014-02-27 Thread Alexander Aring
Hi Matthias, On Thu, Feb 27, 2014 at 10:08:24PM +, Matthias Klein wrote: > Hello, > > we are using the root.tgz file for our software updates. > But I can't decompress the root.tgz with the tar (busybox) from PTXdist > 2014.02 on an PTXdist 2014.01.0 target ... > > I always get: > > tar -xv

Re: [ptxdist] Cross-compiling gstoraster

2014-03-04 Thread Alexander Aring
Hi, On Tue, Mar 04, 2014 at 12:13:24PM +, David Thomas wrote: > Hello, > > I have got further now. I saw that the path was wrong for installation of > libraries. I have fixed that so please disregard my previous question. > > My libcups.so library is now installed to the following directori

Re: [ptxdist] [PATCH] libcoap: add new package

2014-03-05 Thread Alexander Aring
Hi Michael, ping. I see you applied other patch "libzmq: add new package" already. Is there something wrong with this patch or simple needs a little more time to review? :-) - Alex -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Cross-compiling gstoraster

2014-03-05 Thread Alexander Aring
Hi David, I looked last night a little bit deeper into cups and ghostscript buildsystems and it seems that cross-compiling these tools is a mess. I will see what I can do for it. Don't believe that I can do miracles. Of course there must a way to cross compiling it. :-) - Alex -- ptxdist maili

Re: [ptxdist] [PATCH 3/3] Rules to build ghostscript for the host.

2014-03-05 Thread Alexander Aring
Hi Juergen, On Wed, Mar 05, 2014 at 09:57:06AM +0100, Juergen Beisert wrote: > Hi David, > > welcome to the printing hell :) > > I also tried with CUPS and Ghostscript. Its far from perfect, but it seems to > work. The CUPS project is not interested in cross compiling (there was a > statement

Re: [ptxdist] [PATCH] libcoap: add new package

2014-03-05 Thread Alexander Aring
On Wed, Mar 05, 2014 at 10:48:54AM +0100, Michael Olbrich wrote: > Hi, > > On Wed, Mar 05, 2014 at 09:48:47AM +0100, Alexander Aring wrote: > > I see you applied other patch "libzmq: add new package" already. Is > > there something wrong with this patch or simple

[ptxdist] [PATCH 1/2] host-cython: add new package

2014-03-13 Thread Alexander Aring
Signed-off-by: Alexander Aring --- Hi, I am not sure about the following points: i) helptext: it's a host package with noprompt, but I saw a helptext in host-python also. That's why I add a help text here. ii) Cython installs some site-packages which is needed by $(CROSS_

[ptxdist] [PATCH 2/2] pyzmq: add new package

2014-03-13 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/pyzmq.in | 11 rules/pyzmq.make | 83 2 files changed, 94 insertions(+) create mode 100644 rules/pyzmq.in create mode 100644 rules/pyzmq.make diff --git a/rules/pyzmq.in b/rules

Re: [ptxdist] Compilation of OSELAS Toolchain

2014-03-17 Thread Alexander Aring
Hi Sophie, On Mon, Mar 17, 2014 at 11:04:51AM +, Sophie wrote: > Hello, > > I tried to compile the new OSELAS Toolchain (2013.12.1) > with ptxdist-2013.12.0 and I got the following error : > > - > ptxdist-2013.12.0 go > > - > target: glibc.g

[ptxdist] [PATCH 1/4] libgmp: fix issue with missing -fPIC

2014-03-21 Thread Alexander Aring
gmp.a: error adding symbols: Bad value This patch adds a "--with-pic" to the configure argument to solve this problem. Signed-off-by: Alexander Aring --- rules/libgmp.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/libgmp.make b/rules/libgmp.mak

[ptxdist] [PATCH 2/4] libgmp: add missing with-gnu-ld

2014-03-21 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/libgmp.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libgmp.make b/rules/libgmp.make index cf36ece..6da2010 100644 --- a/rules/libgmp.make +++ b/rules/libgmp.make @@ -40,6 +40,7 @@ LIBGMP_AUTOCONF := \ $(CROSS_AUTOCONF_USR

[ptxdist] [PATCH 3/4] libgmp: remove targetinstall of static lib

2014-03-21 Thread Alexander Aring
There is no runtime need for a static library. Signed-off-by: Alexander Aring --- rules/libgmp.make | 3 --- 1 file changed, 3 deletions(-) diff --git a/rules/libgmp.make b/rules/libgmp.make index 6da2010..2a1e8be 100644 --- a/rules/libgmp.make +++ b/rules/libgmp.make @@ -59,9 +59,6

[ptxdist] [PATCH 4/4] libgmp: remove LIBGMP_STATIC menu entry

2014-03-21 Thread Alexander Aring
We can have a option like "--disable-shared --disable-static" which builds a static library for me. This option makes no sense, instead doing a dependency switch on LIBGMP_SHARED by doing ptx/disen in the make rule. Signed-off-by: Alexander Aring --- rules/libgmp.in | 7

Re: [ptxdist] [PATCH 2/4] libgmp: add missing with-gnu-ld

2014-03-21 Thread Alexander Aring
Hi Michael, On Fri, Mar 21, 2014 at 09:34:24AM +0100, Michael Olbrich wrote: > On Fri, Mar 21, 2014 at 09:04:22AM +0100, Alexander Aring wrote: > > Signed-off-by: Alexander Aring > > --- > > rules/libgmp.make | 1 + > > 1 file changed, 1 insertion(+) > > >

Re: [ptxdist] [PATCH 1/4] libgmp: fix issue with missing -fPIC

2014-03-21 Thread Alexander Aring
On Fri, Mar 21, 2014 at 09:31:45AM +0100, Michael Olbrich wrote: > On Fri, Mar 21, 2014 at 09:04:21AM +0100, Alexander Aring wrote: > > While compiling nettle which depends on libgmp I got the following > > linking error: > > > > .../sysroot-target/usr/lib/libgmp.

Re: [ptxdist] [PATCH 1/2] host-cython: add new package

2014-03-21 Thread Alexander Aring
On Fri, Mar 21, 2014 at 10:00:55AM +0100, Michael Olbrich wrote: > On Thu, Mar 13, 2014 at 02:06:44PM +0100, Alexander Aring wrote: > > Signed-off-by: Alexander Aring > > --- > > Hi, > > > > I am not sure about the following points: > > > > i) helpt

[ptxdist] [PATCH v2] libgmp: always build shared library

2014-03-21 Thread Alexander Aring
This patch drops the config for shared or static library build of libgmp. Instead we build always libgmp as a shared library. This fix also an issue with a missing -fPIC if we build the static library. Signed-off-by: Alexander Aring --- changes since v2: - remove the rest of patches from the

Re: [ptxdist] [PATCH 1/2] host-cython: add new package

2014-03-21 Thread Alexander Aring
Hi Michael, On Fri, Mar 21, 2014 at 10:32:00AM +0100, Alexander Aring wrote: > On Fri, Mar 21, 2014 at 10:00:55AM +0100, Michael Olbrich wrote: > > On Thu, Mar 13, 2014 at 02:06:44PM +0100, Alexander Aring wrote: > > > Signed-off-by: Alexander Aring > > > --- > >

Re: [ptxdist] [PATCH 1/2] host-cython: add new package

2014-03-21 Thread Alexander Aring
On Fri, Mar 21, 2014 at 11:05:01AM +0100, Alexander Aring wrote: > Hi Michael, > > On Fri, Mar 21, 2014 at 10:32:00AM +0100, Alexander Aring wrote: > > On Fri, Mar 21, 2014 at 10:00:55AM +0100, Michael Olbrich wrote: > > > On Thu, Mar 13, 2014 at 02:06:44PM +010

Re: [ptxdist] ptxdist-2012.03.0 checking sed version... configure: error: we needat least GNU sed 4.x

2014-03-23 Thread Alexander Aring
Hi Estela, On Sun, Mar 23, 2014 at 10:15:05AM +, Estela Gallardo wrote: > Michael Olbrich writes: > > > > The check for the sed fails for newer sed versions have a different version > > string. This was fixed in ptxdist-2013.01.0. If you need to use older > > versions, then you need to back

Re: [ptxdist] ptxdist-2012.03.0 checking sed version... configure: error: we needat least GNU sed 4.x

2014-03-23 Thread Alexander Aring
On Sun, Mar 23, 2014 at 12:15:51PM +0100, Alexander Aring wrote: > vi) install ptxdist in the usual way (./.configure ... && make && make > install) > Sorry, there this should be ./configure and not ./.configure :-) I think you know what I mean. Cheers Alex -- ptx

Re: [ptxdist] ptxdist-2012.03.0 checking sed version... configure: error: we needat least GNU sed 4.x

2014-03-23 Thread Alexander Aring
oh nice, somebody stole my fabulous answer [0]. Oh that's funny, isn't it? http://askubuntu.com/questions/438026/sed-not-found-but-already-installed - Alex -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] ptxdist-2012.03.0 checking sed version... configure: error: we needat least GNU sed 4.x

2014-03-23 Thread Alexander Aring
On Sun, Mar 23, 2014 at 06:28:50PM +0100, Alexander Aring wrote: > oh nice, somebody stole my fabulous answer [0]. Oh that's funny, isn't it refers to this mailinglist so sorry that's fine :-) Thanks for this guy (or girl) who ever this was, you are great! - Alex -- ptxdist ma

  1   2   3   4   >