Re: [ptxdist] host-elf-h-compat: Upstream server seems to be unstable

2021-08-16 Thread Bernhard Walle
Hello again, > Am 16.08.2021 um 11:05 schrieb Roland Hieber : > > (+Cc Bernhard Walle) > > On Sun, Aug 15, 2021 at 10:47:14AM +0200, Felix Mellmann wrote: >> Hi, >> >> I've just encountered, that retrieving the sources of the host-elf-h-compat >

Re: [ptxdist] host-elf-h-compat: Upstream server seems to be unstable

2021-08-16 Thread Bernhard Walle
Hi, > Am 16.08.2021 um 11:06 schrieb Roland Hieber : > > (+Cc Bernhard Walle) > >> On Sun, Aug 15, 2021 at 10:47:14AM +0200, Felix Mellmann wrote: >> Hi, >> >> I've just encountered, that retrieving the sources of the host-elf-h-compat >> package i

[ptxdist] [PATCH] Add rapidjson package

2019-01-15 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- .../0001-Remove-march-native-from-c-xx-flags.patch | 22 ...02-Remove-Wextra-and-Werror-from-cxxflags.patch | 25 + .../0003-Add-a-void-case-in-memcpy.patch | 35 ++ patches/rapidjson-1.1.0/series

Re: [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror)

2018-10-02 Thread Bernhard Walle
Hi Ian, > Am 02.10.2018 um 11:29 schrieb Ian Abbott : > > Not an "official" location, but Debian currently lists the homepage for the > project as > https://web.archive.org/web/20180801004107/http://www.bzip.org/ > (i.e. the Internet Archive). Following the download links from the archived >

[ptxdist] [PATCH] host-localedef: Fix build with glibc 2.26

2017-10-02 Thread Bernhard Walle
Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- .../0003-Don-t-include-xlocale.h.patch | 47 ++ patches/localedef-eglibc-2.14.1-r17443-ptx1/series | 3 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 patches/localedef-eglibc-

[ptxdist] [PATCH] host-ncurses: Build without C++ bindings

2017-07-24 Thread Bernhard Walle
The C++ bindings of ncurses don't build with gcc 7.1.1 which is the current default compiler on Arch Linux. Instead of patching ncurses we just disable the build of the C++ bindings since they are not needed for host tools. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rule

[ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename

2017-03-11 Thread Bernhard Walle
Avoid the usual file clash with ubirename from busybox and ubirename from mtd-utils. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/mtd-utils.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index ad9c0d916..4d76f5c68

[ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename

2016-12-18 Thread Bernhard Walle
Avoid the usual file clash with ubirename from busybox and ubirename from mtd-utils. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/mtd-utils.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index ad9c0d916..898d7069f 100644 --- a

[ptxdist] [PATCH] host-lzop: Fix build with gcc 6.1

2016-05-11 Thread Bernhard Walle
See also https://bugs.archlinux.org/task/49287. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/host-lzop.make | 4 1 file changed, 4 insertions(+) diff --git a/rules/host-lzop.make b/rules/host-lzop.make index a31609c..08e0a20 100644 --- a/rules/host-lzop.make +++ b

[ptxdist] [PATCH] libcap-ng: Bump version to 0.7.7

2016-03-19 Thread Bernhard Walle
Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/libcap-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make index a15633f..d2abfaa 100644 --- a/rules/libcap-ng.make +++ b/rules/libcap-ng.make @@ -16,8

Re: [ptxdist] [PATCH v3] procps: switch from procps to procps-ng

2015-07-06 Thread Bernhard Walle
Am 06.07.15 um 20:25 schrieb Clemens Gruber: - Use the correct SF URL to have a procps-ng version number I think this is much better than using the auto-generated git snapshot. Thanks! Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] mtd-utils: Add attr dependency if mkfs.ubifs is built

2015-06-23 Thread Bernhard Walle
mkfs.ubifs includes attr/xattr.h unconditionally. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/mtd-utils.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index d1c46bd..12b2ed3 100644 --- a/rules/mtd-utils.in +++ b/rules/mtd-utils.in

[ptxdist] [PATCH 3/3] host-mtd-utils: Fix build with gcc 5.1

2015-05-02 Thread Bernhard Walle
the issue. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-mtd-utils.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make index 64a0468..e6a57c3 100644 --- a/rules/host-mtd-utils.make +++ b/rules/host-mtd

[ptxdist] [PATCH 1/3] host-ncurses: Fix build with gcc 5.1

2015-05-02 Thread Bernhard Walle
to gcc invocations fixes that issue. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-ncurses.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make index 2218b7c..67dbf5b 100644 --- a/rules/host-ncurses.make +++ b/rules/host

[ptxdist] [PATCH 2/3] host-localedef: Fix build with gcc 5.1

2015-05-02 Thread Bernhard Walle
the issue. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-localedef.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-localedef.make b/rules/host-localedef.make index f3ccb87..29022e8 100644 --- a/rules/host-localedef.make +++ b/rules/host

[ptxdist] [PATCH] ptxd_lib_dgen.awk: Fix warning

2015-04-29 Thread Bernhard Walle
| substitution is performed. If how is zero, gawk issues a warning | message. So the fix should be safe. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_lib_dgen.awk | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/lib/ptxd_lib_dgen.awk b

Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Bernhard Walle
Hello, there's already a BSP for RPi http://git.pengutronix.de/?p=DistroKit.git;a=summary http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary and Regards, Bernhard Am 2015-03-30 12:04, schrieb Alejandro Vázquez: Hello! I am trying to create an image for

[ptxdist] [PATCH] picocom: New package

2015-02-24 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/picocom.in | 7 ++ rules/picocom.make | 64 ++ 2 files changed, 71 insertions(+) create mode 100644 rules/picocom.in create mode 100644 rules/picocom.make diff --git a/rules

[ptxdist] [PATCH 1/5] Update host-cmake to 3.1.1

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 4925264..b13dccf 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,11 +17,11

[ptxdist] [PATCH 2/5] sqlite: version bump 3.8.7.1 - 3.8.8.1

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/sqlite.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 2170cf7..bd2ada0 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -20,11 +20,11 @@ PACKAGES

[ptxdist] [PATCH 5/5] pyserial3: Provide pyserial package for Python 3

2015-01-25 Thread Bernhard Walle
are not installed as renaming all of them wasn't worth the effort in my opinion. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/pyserial3.in | 26 + rules/pyserial3.make | 105 +++ 2 files changed, 131 insertions(+) create

[ptxdist] [PATCH 3/5] pyserial: Version bump 2.6 - 2.7

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/pyserial.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pyserial.make b/rules/pyserial.make index 6d203f5..110e3d2 100644 --- a/rules/pyserial.make +++ b/rules/pyserial.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH 4/5] python3: Add menu for python3 3rd-party modules

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/python3.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/python3.in b/rules/python3.in index bcb2ca5..b8bde82 100644 --- a/rules/python3.in +++ b/rules/python3.in @@ -60,3 +60,7 @@ config PYTHON3_DISTUTILS prompt

[ptxdist] [PATCH] lighttpd: Implement 'restart' in init script

2015-01-08 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- generic/etc/init.d/lighttpd | 46 ++--- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/generic/etc/init.d/lighttpd b/generic/etc/init.d/lighttpd index d776c58..24a17e2 100644

[ptxdist] [PATCH] libconfig: New package

2014-11-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libconfig.in | 14 rules/libconfig.make | 62 2 files changed, 76 insertions(+) create mode 100644 rules/libconfig.in create mode 100644 rules/libconfig.make diff

[ptxdist] [PATCH] sqlite: version bump 3.8.2.0 - 3.8.7.1

2014-11-05 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/sqlite.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 7e35143..2170cf7 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -20,11 +20,11 @@ PACKAGES

[ptxdist] [PATCH] openssl: version bump 1.0.1h - 1.0.1i

2014-08-07 Thread Bernhard Walle
Fixes CVE-2014-3508. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- patches/openssl-1.0.1h/0001-ca.patch | 31 patches/openssl-1.0.1h/0002-debian-targets.patch | 80 - patches/openssl-1.0.1h/0003-engines-path.patch | 92 -- patches/openssl-1.0.1h

Re: [ptxdist] [PATCH] ptxdist: Create symlinks for toolchain-related tools

2014-08-05 Thread Bernhard Walle
* Tim Niemeyer tim.nieme...@corscience.de [2014-08-05 17:05]: Am Mittwoch, den 23.07.2014, 08:19 +0200 schrieb Matthias Klein: until now I did not test you patch, but I also have to link all these toolchain programs into the sysroot-host/lib/wrapper/ directory for using everything with

[ptxdist] [PATCH] ptxdist: Create symlinks for toolchain-related tools

2014-07-22 Thread Bernhard Walle
) that expects all programs to be at the same location (because some very complicated magic...). Apart from that, I think the solution to have all tools at the same place is cleaner and the patch is very small. So it would be nice if it could be accepted. Signed-off-by: Bernhard Walle bernh...@bwalle.de

Re: [ptxdist] Which versionS should i use?

2014-07-01 Thread Bernhard Walle
Am 01.07.14 18:10, schrieb Norbert Roos: I'm just doing the first steps with ptxdist, and became pretty confused about the versions: I downloaded the project phyCORE-OMAP4-2013.01.0, which uses ptxdist 2013.01.0. Ok so far. Now i want to build a toolchain, but there is no OSELAS

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

2014-05-07 Thread Bernhard Walle
Am 2014-05-07 14:15, schrieb Michael Olbrich: Well, I don't think I have any ptxdist based project without a 'p' link pointing to the correct ptxdist version... :-) http://comments.gmane.org/gmane.comp.embedded.ptxdist.devel/8002 :) Regards, Bernhard -- ptxdist mailing list

Re: [ptxdist] [PATCH] flashbench: print strerror(3)

2014-04-26 Thread Bernhard Walle
Am 23.04.14 14:52, schrieb Michael Olbrich: Bernhard, I realized this code is on your server. Would you build a new version with this attached patch applied? Bernhard, you created a tarball. Are you our upstream or is this from somewhere else? No, it's from the git tree. Don't ask me about

Re: [ptxdist] [PATCH] perl: Make it possible to enable thread support

2014-04-23 Thread Bernhard Walle
Am 23.04.14 09:04, schrieb Michael Olbrich: --- a/rules/perl.make +++ b/rules/perl.make @@ -65,7 +65,9 @@ PERL_CONF_OPT:= \ --prefix=/usr \ --host=$(PTXCONF_GNU_TARGET) \ --target=$(PTXCONF_GNU_TARGET) \ - -Dld=$(CROSS_CC) + -Dld=$(CROSS_CC) \ + $(call ptx/ifdef,

[ptxdist] [PATCH] perl: Enable thread support

2014-04-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/perl.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/perl.make b/rules/perl.make index 86a0ff7..6a6ecf2 100644 --- a/rules/perl.make +++ b/rules/perl.make @@ -65,7 +65,8 @@ PERL_CONF_OPT

Re: [ptxdist] how to configure perl scripting to compile with thread support?

2014-04-22 Thread Bernhard Walle
* Martin Hollingsworth martin.hollingswo...@itk-engineering.de [2014-04-22 10:49]: This is where I stumble in adding the correct calling parameter into the rules file. The parameter I am looking for is described in the PERL documentation: http://search.cpan.org/~shay/perl/INSTALL#Threads

Re: [ptxdist] how to configure perl scripting to compile with thread support?

2014-04-22 Thread Bernhard Walle
* Martin Hollingsworth martin.hollingswo...@itk-engineering.de [2014-04-22 14:09]: Any idea what could have gone wrong? My only idea is, that for some reason an old build of perl without threadding might have been integrated into the target image when running ptxdist images. I will run a

Re: [ptxdist] how to configure perl scripting to compile with thread support?

2014-04-22 Thread Bernhard Walle
* Martin Hollingsworth martin.hollingswo...@itk-engineering.de [2014-04-22 14:45]: On the target readelf is not available, but when running it from the host onto the targets binary perl application file it results in a dependency to libpthread.so.0 0x0001 (NEEDED)

[ptxdist] [PATCH] perl: Add missing dependencies

2014-04-22 Thread Bernhard Walle
(NEEDED) Shared library: [libgcc_s.so.1] 0x0001 (NEEDED) Shared library: [libc.so.6] 0x0001 (NEEDED) Shared library: [ld-linux.so.3] So add the missing glibc/gcc libs as dependency. Signed-off-by: Bernhard Walle bernh

[ptxdist] [PATCH] tclap: New package

2014-03-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tclap.in | 21 + rules/tclap.make | 40 2 files changed, 61 insertions(+) create mode 100644 rules/tclap.in create mode 100644 rules/tclap.make diff --git a/rules/tclap.in

Re: [ptxdist] 32 or 64 bits file offsets?

2013-12-07 Thread Bernhard Walle
* Felix Mellmann felix.mellm...@googlemail.com [2013-12-07 17:47]: If I'm looking into ptxconfig I find PTXCONF_GLOBAL_LARGE_FILE=y In my opinion, this means, that 64 bit file offsets are used. No, not in general. This flag just sets --enable-lfs or --enable-largefile as configure option for

Re: [ptxdist] No tty devices present

2013-08-16 Thread Bernhard Walle
* Matt drkmas...@msn.com [2013-08-16 03:18]: As I continue my project, I can now boot into my device, got networking up and running and solved some problems with openssh running. However, I don't have any tty devices. Can anyone point me at the correct options to turn on so that I'll have

[ptxdist] [PATCH] glibc: Make it possible to install ldd

2013-08-14 Thread Bernhard Walle
. The patch also adds some guard for the standalone ldd to avoid selecting both variants in the configuration. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/glibc.in | 7 +++ rules/glibc.make | 5 + rules/ldd.in | 4 3 files changed, 16 insertions(+) diff --git a/rules

[ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf

2013-06-04 Thread Bernhard Walle
It's not necessary to make /etc/sysctl.conf executable. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/busybox.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/busybox.make b/rules/busybox.make index 48b0a23..203aa52 100644 --- a/rules/busybox.make +++ b

Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8

2013-06-03 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2013-06-03 13:06]: On Thu, May 23, 2013 at 04:56:56PM +0200, Bernhard Walle wrote: Also change the compression format to xz since bz2 is no longer available. I also verified that the libpng site mirrors the xz version. Does this contain any

[ptxdist] [PATCH] Update host-cmake to 2.8.11

2013-05-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index b51cc51..4925264 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8

[ptxdist] [PATCH] zlib: Bump version to 1.2.8

2013-05-23 Thread Bernhard Walle
Also change the compression format to xz since bz2 is no longer available. I also verified that the libpng site mirrors the xz version. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/zlib.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/zlib.make b

[ptxdist] [PATCH 1/2] Add new top-level group 'Security'

2013-05-01 Thread Bernhard Walle
The SELinux stuff is now a subgroup. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/Kconfig b/rules/Kconfig index b8aed5f..6ebc681 100644 --- a/rules/Kconfig +++ b/rules/Kconfig @@ -86,9 +86,11 @@ menu System

[ptxdist] [PATCH 2/2] tomoyo-tools: New package

2013-05-01 Thread Bernhard Walle
This are the userspace tools needed to use the TOMOYO security module that is included in the Linux kernel = 3.2. In addition, we modify Kconfig to include the tomoyo-tools package directly beyond the Security group. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/Kconfig

[ptxdist] [PATCH] tomoyo-tools: New package

2013-04-30 Thread Bernhard Walle
This are the userspace tools needed to use the TOMOYO security module that is included in the Linux kernel = 3.2. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- Maybe it would make sense to create a new group 'Security' and move the SELinux stuff there, too? rules/tomoyo-tools.in | 8

Re: [ptxdist] [PATCH] Add support for xz'd patches

2013-04-29 Thread Bernhard Walle
* Marc Kleine-Budde m...@pengutronix.de [2013-04-29 13:29]: On 04/29/2013 01:27 PM, Bernhard Walle wrote: Since kernel.org provides their patches as .xz-compressed files, that's quite useful. Signed-off-by: Bernhard Walle bernh...@bwalle.de Does quilt support .xz'ed patches? Yes

Re: [ptxdist] [PATCH] Add support for xz'd patches

2013-04-29 Thread Bernhard Walle
Am 2013-04-29 13:35, schrieb Bernhard Walle: _ Bernhard Walle Tel. +49 XX (o_ Buckenhofer Weg 63 Fax +49 XX //\ D-91058 ErlangenMobil +49 XXX XXX

Re: [ptxdist] Patch Kernet with preempt_rt patch

2013-03-26 Thread Bernhard Walle
Hi, * Breixo López García breixo.lo...@gmx.de [2013-03-26 14:40]:   I will patch the kernel for phyCPRE-AM335x with PREEMPT kernel 3.2, for this I use ptxdist. the patch from the kernel comes from [1]https://www.kernel.org/pub/linux/kernel/projects/rt/3.2/.   I have been

[ptxdist] [PATCH 1/2] usb-modeswitch: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/usb-modeswitch.in | 10 +++ rules/usb-modeswitch.make | 69 +++ 2 files changed, 79 insertions(+) create mode 100644 rules/usb-modeswitch.in create mode 100644 rules/usb-modeswitch.make

[ptxdist] [PATCH 2/2] comgt: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- .../comgt.0.32/0001-Fix-cross-compilation.patch| 22 +++ patches/comgt.0.32/series | 4 ++ rules/comgt.in | 7 +++ rules/comgt.make | 67

[ptxdist] [PATCH 1/2] usb-modeswitch: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/usb-modeswitch.in | 10 rules/usb-modeswitch.make | 58 +++ 2 files changed, 68 insertions(+) create mode 100644 rules/usb-modeswitch.in create mode 100644 rules/usb-modeswitch.make

[ptxdist] [PATCH 2/2] comgt: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- .../comgt.0.32/0001-Fix-cross-compilation.patch| 22 patches/comgt.0.32/series | 4 ++ rules/comgt.in | 7 +++ rules/comgt.make | 63

[ptxdist] [PATCH] gnuplot: bump to 4.6.2

2013-03-23 Thread Bernhard Walle
And also fix a build error with new texinfo (makeinfo) installed on the host by disabling building the info page which is not needed. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- ...ld-documentation-generator-tools-with-CC_.patch | 99 -- patches/gnuplot-4.4.3

Re: [ptxdist] [PATCH] gnuplot: bump to 4.6.2

2013-03-23 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2013-03-23 20:29]: On Sat, Mar 23, 2013 at 06:58:16PM +0100, Bernhard Walle wrote: And also fix a build error with new texinfo (makeinfo) installed on the host by disabling building the info page which is not needed. Try to build with all sub

[ptxdist] [PATCH] Fix (host) gcc wrapper on Gentoo Linux

2013-03-22 Thread Bernhard Walle
) cross-compiler doesn't have that problem. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- bin/ptxdist | 5 +++-- scripts/wrapper/libwrapper.sh | 9 - 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 95382e6..a6317bf 100755

Re: [ptxdist] [PATCH] Fix (host) gcc wrapper on Gentoo Linux

2013-03-22 Thread Bernhard Walle
* Marc Kleine-Budde m...@pengutronix.de [2013-03-22 15:17]: We don't want to have this loop in the hot path. Iff we agree on the real/X instead of X.real solution, then you should convert all (host and cross) to use real/X Agreed. But I'm waiting if mol accepts the change at all before I'm

[ptxdist] [PATCH] Fix (host) gcc wrapper on Gentoo Linux

2013-03-22 Thread Bernhard Walle
cannot explain further details. This patch makes ptxdist working on Gentoo by changing the symbolic link from name.real to real/name, i.e. moving the final toolchain symlink to some other directory, keeping the basename. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- v2: - create directory

[ptxdist] [PATCH] ptxd_install_shared: Fix missing links when ${src} is a symlink itself

2013-03-21 Thread Bernhard Walle
++.so doesn't install the libstdc++.so.6 symbolic link and so C++ programs don't start. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_make_xpkg_pkg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh

Re: [ptxdist] [PATCH] ptxd_install_shared: Fix missing links when ${src} is a symlink itself

2013-03-21 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2013-03-21 16:47]: ptxd_install_file ${src} ${dst}/${filename} ${usr} ${grp} ${mod} +src=$(readlink -f ${src}) find $(dirname ${src}) -maxdepth 1 -type l | while read file; do I think this would be nicer and should work

[ptxdist] [PATCH] ptxd_install_shared: Fix missing links when ${src} is a symlink itself

2013-03-21 Thread Bernhard Walle
++.so doesn't install the libstdc++.so.6 symbolic link and so C++ programs don't start. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_make_xpkg_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib

Re: [ptxdist] [PATCH] lpc21isp: Update to 1.85

2013-03-19 Thread Bernhard Walle
Hi, * Michael Olbrich m.olbr...@pengutronix.de [2013-03-19 16:28]: On Tue, Mar 19, 2013 at 03:49:36PM +0100, Thomas Weber wrote: The patch for building lpc21isp on ARM Linux is included in the sources. This fails to apply here. I remember strange line endings in the patch. Thomas has to

[ptxdist] [PATCH] tree: New package

2013-03-08 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tree.in | 9 + rules/tree.make | 59 + 2 files changed, 68 insertions(+) create mode 100644 rules/tree.in create mode 100644 rules/tree.make diff --git a/rules/tree.in

[ptxdist] [PATCH] tree: New package

2013-03-08 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tree.in | 9 + rules/tree.make | 59 + 2 files changed, 68 insertions(+) create mode 100644 rules/tree.in create mode 100644 rules/tree.make diff --git a/rules/tree.in

[ptxdist] [PATCH] wpa_supplicant: Update to 2.0

2013-03-08 Thread Bernhard Walle
Tested on an i.MX53 board with wext and cfg80211.. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/wpa_supplicant.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplicant.make index 0607696..d007279 100644

[ptxdist] [PATCH] bluez: Make it possible to deselect USB support

2013-03-01 Thread Bernhard Walle
When using a Bluetooth module that is not connected with USB, it makes sense to deselect support for it. This saves building libusb and libusb-compat. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/bluez.in | 9 - rules/bluez.make | 2 +- 2 files changed, 9 insertions(+), 2

[ptxdist] [PATCH] iw: Change download URL

2013-02-28 Thread Bernhard Walle
The old URL doesn't work any more. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/iw.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/iw.make b/rules/iw.make index 6020702..9472a2e 100644 --- a/rules/iw.make +++ b/rules/iw.make @@ -20,7 +20,7

[ptxdist] [PATCH] kconfig: Fix build on Darwin

2013-02-16 Thread Bernhard Walle
. That works also on Linux, verified on current Arch Linux with glibc 2.17. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/kconfig/expr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 59402a3..041b08e 100644 --- a/scripts

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

2013-02-16 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2013-02-15 12:57]: I've uploaded the tarball for the latest OSELAS.Toolchain stable release. It's v2012.12.1 and can be downloaded here: http://www.pengutronix.de/oselas/toolchain/download/ Wouldn't it make sense to update to ptxdist 2013.01 at

[ptxdist] [PATCH] wavemon: New package

2013-02-11 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/wavemon.in | 11 ++ rules/wavemon.make | 60 ++ 2 files changed, 71 insertions(+) create mode 100644 rules/wavemon.in create mode 100644 rules/wavemon.make diff --git

Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10.2

2013-02-07 Thread Bernhard Walle
Am 07.02.13 19:11, schrieb Michael Olbrich: On Wed, Feb 06, 2013 at 09:11:50AM +0100, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host

Re: [ptxdist] Writing rules for x86 architecture

2013-02-07 Thread Bernhard Walle
Hi Alex, Am 07.02.13 22:06, schrieb Alexander Aring: 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.

Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10

2013-02-06 Thread Bernhard Walle
* Alexander Dahl p...@lespocky.de [2013-02-06 08:01]: Hei Bernhard, On Tue, Feb 05, 2013 at 09:45:37PM +0100, Bernhard Walle wrote: +HOST_CMAKE_VERSION := 2.8.10 Why not 2.8.10.2, the latest bugfix release of cmake? They usually don't do these point releases but there were some little

[ptxdist] [PATCH] Update host-cmake to 2.8.10.2

2013-02-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 5599543..b51cc51 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8

[ptxdist] [PATCH] procps: Fix selection of PROCPS_PGREP

2013-02-05 Thread Bernhard Walle
Just a copy and paste typo. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/procps.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/procps.in b/rules/procps.in index 11886be..baf6514 100644 --- a/rules/procps.in +++ b/rules/procps.in @@ -62,7 +62,7

[ptxdist] [PATCH] wavemon: New package

2013-02-05 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/wavemon.in | 11 +++ rules/wavemon.make | 52 2 files changed, 63 insertions(+) create mode 100644 rules/wavemon.in create mode 100644 rules/wavemon.make diff --git a/rules

[ptxdist] [PATCH] Update host-cmake to 2.8.10

2013-02-05 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 5599543..8415cf0 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8

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

2013-01-31 Thread Bernhard Walle
* Andreas Bießmann andreas.biessm...@corscience.de [2013-01-31 10:42]: + select QT4 if LOG4CPLUS_QT4 Shouldn't we move that select QT4 down to the LOG4CPLUS_QT4 switch? That doesn't work. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

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

2013-01-31 Thread Bernhard Walle
* Bernhard Sessler bernhard.sess...@corscience.de [2013-01-30 13:32]: log4cplus is an excellent port of the popular log4j logging library to C++. [...] + +menuconfig LOG4CPLUS + tristate + prompt log4cplus + select GLIBC_PTHREAD You're probably missing

Re: [ptxdist] Binary patches

2013-01-29 Thread Bernhard Walle
* Juergen Beisert j...@pengutronix.de [2013-01-29 11:20]: Andreas Bießmann wrote: On 29.01.2013 09:39, Matthias Klein wrote: Well, as I thought, so please try my step by step guide. Sorry, at the first reading I have your step guide. I have followed your step guide, and git

Re: [ptxdist] Binary patches

2013-01-29 Thread Bernhard Walle
* Andreas Bießmann andreas.biessm...@corscience.de [2013-01-29 12:12]: On 29.01.2013 11:26, Matthias Klein wrote: Hi Juergen, Maybe only git itself is able to apply its own binary patches again, but not the 'patch' tool. Does that mean that the normal ptxdist extract step does not

Re: [ptxdist] Binary patches

2013-01-29 Thread Bernhard Walle
* Bernhard Walle bernh...@bwalle.de [2013-01-29 13:06]: * Andreas Bießmann andreas.biessm...@corscience.de [2013-01-29 12:12]: On 29.01.2013 11:26, Matthias Klein wrote: Hi Juergen, Maybe only git itself is able to apply its own binary patches again, but not the 'patch' tool

Re: [ptxdist] Binary patches

2013-01-29 Thread Bernhard Walle
* Matthias Klein matthias.kl...@optimeas.de [2013-01-28 15:38]: my intension is to create a patch file (containing the firmware) which will be applied at the kernel.prepare step using the series file. (Then at the kernel.compile step the firmware should be compiled into the kernel.)

Re: [ptxdist] Binary patches

2013-01-29 Thread Bernhard Walle
* Andreas Bießmann andreas.biessm...@corscience.de [2013-01-29 14:29]: The 'fallback' for git in PTXdist (in fact the default setup) is quilt, isn't it? Only if it's present. If not, it falls back to plain 'patch'. Okay, supported only means that it recognizes it and complains that it

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

2012-12-20 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2012-12-12 19:27]: Hildesheim, Germany - Pengutronix has released version 2012.12.0 of the Open Source GNU toolchain build system OSELAS.Toolchain(). With OSELAS.Toolchain(), you can build your own gcc based cross compilers which run on any Linux

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

2012-12-20 Thread Bernhard Walle
* Robert Bouwens robert.bouw...@ch.sauter-bc.com [2012-12-20 13:27]: if you extend hf you get: hard float. does this ring a bell? Ah, yes, the bell rings. :) a question for you - have you now a beaglebone configuration? not to mess up with a beagleboard. Pengutronix has one as

Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Bernhard Walle
Hi Tim, * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 16:09]: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some bogus messages that variables are initialized but unused. But they are

Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Bernhard Walle
Hi Tim, * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 17:23]: * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 16:09]: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some

[ptxdist] [PATCH 1/3] libpcre: version bump 8.00 - 8.31

2012-07-26 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libpcre.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpcre.make b/rules/libpcre.make index 7291b68..754654a 100644 --- a/rules/libpcre.make +++ b/rules/libpcre.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH 2/3] libpcre: Add option to enable libbz2 for pcregrep

2012-07-26 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libpcre.in |5 + rules/libpcre.make |1 + 2 files changed, 6 insertions(+) diff --git a/rules/libpcre.in b/rules/libpcre.in index b6aab3c..713d35d 100644 --- a/rules/libpcre.in +++ b/rules/libpcre.in @@ -5,6 +5,8

[ptxdist] [PATCH 3/3] libpcre: Allow installation of pcregrep

2012-07-26 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libpcre.in |3 +++ rules/libpcre.make |5 + 2 files changed, 8 insertions(+) diff --git a/rules/libpcre.in b/rules/libpcre.in index 713d35d..79fa9df 100644 --- a/rules/libpcre.in +++ b/rules/libpcre.in @@ -34,4 +34,7

[ptxdist] [PATCH 1/3] libpcre: version bump 8.00 - 8.31

2012-07-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libpcre.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpcre.make b/rules/libpcre.make index 7291b68..754654a 100644 --- a/rules/libpcre.make +++ b/rules/libpcre.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH 2/3] libpcre: Add option to enable libbz2 for pcregrep

2012-07-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libpcre.in |4 rules/libpcre.make |1 + 2 files changed, 5 insertions(+) diff --git a/rules/libpcre.in b/rules/libpcre.in index b6aab3c..491c65b 100644 --- a/rules/libpcre.in +++ b/rules/libpcre.in @@ -5,6 +5,7

[ptxdist] [PATCH 3/3] libpcre: Allow installation of pcregrep

2012-07-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libpcre.in |3 +++ rules/libpcre.make |5 + 2 files changed, 8 insertions(+) diff --git a/rules/libpcre.in b/rules/libpcre.in index 491c65b..adb7519 100644 --- a/rules/libpcre.in +++ b/rules/libpcre.in @@ -33,4 +33,7

[ptxdist] [PATCH] kernel: Allow usage of nconfig

2012-07-24 Thread Bernhard Walle
With that patch, 'ptxdist nconfig kernel' works. For me nconfig has the advantage of a full text search in the current menu. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/kernel.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel.make b/rules

[ptxdist] [PATCH] barebox: Allow usage of nconfig

2012-07-24 Thread Bernhard Walle
With that patch, 'ptxdist nconfig barebox' works. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/barebox.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/barebox.make b/rules/barebox.make index 67fe32c..1ee660b 100644 --- a/rules/barebox.make +++ b

[ptxdist] [PATCH] Update mtd-utils to 1.5.0

2012-07-23 Thread Bernhard Walle
Tested on a beagle board. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- .../mtd-utils-1.4.9/0001-make-ubifs-optional.patch | 23 --- ...0002-Make-liblzo-optional-for-ubifs-tools.patch | 68 patches/mtd-utils-1.4.9/series |5 -- .../mtd

  1   2   3   4   >