[ptxdist] [PATCH 2/2] haveged: Introduce bbinit startup

2017-07-06 Thread Alexander Dahl
Added a startup script inspired by upstream, debian, buildroot and the lldpd startup script already present in ptxdist. Also added the usual ptxdist menu stuff for daemons started with bbinit method. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- projectroot/etc/init.d/haveged

[ptxdist] [PATCH 1/2] haveged: Add URL for upstream tarball archive

2017-07-06 Thread Alexander Dahl
Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/haveged.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/haveged.make b/rules/haveged.make index 6530126..b05b0f6 100644 --- a/rules/haveged.make +++ b/rules/haveged.make @@ -20,7 +20,9 @@ HAVEGED_V

[ptxdist] [PATCH 0/2] haveged: bbinit startup and more download URLs

2017-07-06 Thread Alexander Dahl
Hei hei, I made the bbinit startup script for haveged as stated in the discussion before. This mini series also contains the remainings from my last year tries on this daemon, everything else was already covered by Robert. Greets Alex ___ ptxdist

Re: [ptxdist] [PATCH] haveged: add entropy daemon

2017-07-06 Thread Alexander Dahl
Hello, On Fri, Jun 30, 2017 at 02:16:07PM +0200, Michael Olbrich wrote: > On Fri, Jun 30, 2017 at 09:19:18AM +0200, Alexander Dahl wrote: > > Besides: is there any way to have this random generator stuff > > certainly ready before generating dropbear keys (rc-once)? > >

Re: [ptxdist] [RFC/PATCH 0/3] cryptodev

2017-07-02 Thread Alexander Dahl
Hei hei, On Sun, Jul 02, 2017 at 10:30:30PM +0200, Clemens Gruber wrote: > I am wondering about the performance improvements when using the > cryptodev openssl engine. There must be some cost for the context > switches, but this is probably outweighed by the offloading. > Did you for example run

Re: [ptxdist] [PATCH] haveged: add entropy daemon

2017-06-30 Thread Alexander Dahl
stuff certainly ready before generating dropbear keys (rc-once)? Greets Alex Tested-by: Alexander Dahl <p...@lespocky.de> On Thu, Jun 29, 2017 at 11:49:26PM +0200, Robert Schwebel wrote: > Add the haveged package. > > Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.d

Re: [ptxdist] Forcing kernel options from userspace package

2017-06-27 Thread Alexander Dahl
Hei hei, On Mon, Jun 26, 2017 at 10:40:08AM +0200, Michael Olbrich wrote: > I suggest a validation script that checks, that the two configs fit > together. Parsing ptxconfig is quite simple. That's exactly what we do when building release images. One part of the script checks if certain options

Re: [ptxdist] Best BSP to start with Raspberry?

2017-06-23 Thread Alexander Dahl
Hei hei, On Thu, Jun 22, 2017 at 07:52:37PM +0200, Fritz Emboli wrote: > i'm trying to use a Raspberry 2/3 with ptxdist. > What is the best BSP to start with? You may just have a look a DistroKit by pengutronix: https://git.pengutronix.de/cgit/DistroKit Greets Alex -- »With the first link,

[ptxdist] [PATCH] libpcap: fix build without INET6

2017-06-20 Thread Alexander Dahl
to reflect the different types of patches. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- ...01-Fix-compilation-if-INET6-isn-t-defined.patch | 58 ++ ...=> 0100-build-and-install-share-lib-only.patch} | 0 ... => 0101-pcap-config-add-SYSROOT-support.patch} | 0

[ptxdist] [PATCH v2] dropwatch: new package

2017-06-20 Thread Alexander Dahl
-by: Alexander Dahl <p...@lespocky.de> --- v1 -> v2: add dependency to binutils --- .../0001-Fix-for-binutils-2.23.1.patch | 88 ++ patches/dropwatch-2015-07-06-g7c33d8a/series | 4 + rules/dropwatch.in | 14 ++

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

2017-06-20 Thread Alexander Dahl
Hei Michael, On Tue, Jun 20, 2017 at 09:39:26AM +0200, Michael Olbrich wrote: > On Mon, Jun 19, 2017 at 10:39:22AM +0200, Alexander Dahl wrote: > > This adds a new package 'dropwatch', a tool for seeing where packets are > > dropped in the kernel. It was recently moved to a n

[ptxdist] [PATCH] iftop: new package

2017-06-19 Thread Alexander Dahl
This adds the well known tool 'iftop' for displaying bandwidth usage on a network interface. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/iftop.in | 15 +++ rules/iftop.make | 57 2 files changed, 72 inse

[ptxdist] [PATCH] dropwatch: new package

2017-06-19 Thread Alexander Dahl
-by: Alexander Dahl <p...@lespocky.de> --- .../0001-Fix-for-binutils-2.23.1.patch | 88 ++ patches/dropwatch-2015-07-06-g7c33d8a/series | 4 + rules/dropwatch.in | 13 rules/dropwatch.make

Re: [ptxdist] [PATCH 2/2] templates/*-in: tell vim to use Kconfig syntax

2017-06-14 Thread Alexander Dahl
Hei hei, > +# vim: syntax=kconfig is there any reason you chose 'syntax' over 'filetype'? I probably did not fully understand the differences between those two Vim commands, but the modeline in my custom *.in is like this: # vim: ft=kconfig noet tw=72 noexpandtab is useful to keep the

Re: [ptxdist] /usr merge

2017-04-12 Thread Alexander Dahl
Hei hei, On Wed, Apr 12, 2017 at 02:36:58PM +0200, Enrico Weigelt, metux IT consult wrote: > By the way: in Linux embedded world, we also have people splitting > up between OS and their own applications, leading to the interesting > questions, where the border line actually is (on which side do

[ptxdist] [PATCH] e2fsprogs: add busybox guard

2017-03-11 Thread Alexander Dahl
We can only install one mke2fs, the one from e2fsprogs or the one from busybox. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/e2fsprogs.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in index 232d25f..18879ed 100644 --- a

Re: [ptxdist] ptxdist with iMX6

2017-03-02 Thread Alexander Dahl
Hei hei, On Thu, Mar 02, 2017 at 03:50:19PM +0100, Guillermo Rodriguez Garcia wrote: > Yes, indeed. Selecting the right kernel to start from is already a > non-trivial task, given the plethora of options (we have at least: > official Freescale/NXP kernels, community kernels, vendor kernels from >

Re: [ptxdist] ptxdist with iMX6

2017-03-01 Thread Alexander Dahl
Hei hei, On Wed, Mar 01, 2017 at 06:36:38PM +0100, Guillermo Rodriguez Garcia wrote: > Is someone using ptxdist with iMX6 based targets? I know phytec used > ptxdist in the past but now they seem to be using Yocto instead. We have a phytec i.MX6 dev board at work. They shipped a ptxdist based

[ptxdist] [PATCH] tz: upgrade from 2016j to 2017a

2017-03-01 Thread Alexander Dahl
Announced here: https://mm.icann.org/pipermail/tz-announce/2017-February/45.html Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/host-tz-database.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/host-tz-database.make b/rules/h

[ptxdist] [PATCH] host-u-boot-tools: also install mkenvimage

2017-01-18 Thread Alexander Dahl
We copy a pre built u-boot environment image to our target, generated by this additional tool. In current linux distributions it's not easily available, but u-boot-tools is built in ptxdist anyway, so we can use it from here and create our binary image with it. Signed-off-by: Alexander Dahl &l

[ptxdist] [PATCH] doc: add section about install_replace

2016-12-21 Thread Alexander Dahl
This describes the install_replace macro. Some text stolen from rules/post/install.make and the existing documentation of install_lib. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- doc/ref_manual.rst | 37 + 1 file changed, 37 insertions(+) diff

Re: [ptxdist] [PATCH 1/1] kernel: Fix iio generic_buffer tool name

2016-12-20 Thread Alexander Dahl
Hei hei, On Wed, Dec 21, 2016 at 08:05:20AM +0100, Alexander Stein wrote: > ifdef PTXCONF_KERNEL_TOOL_IIO > - @$(call install_copy, kernel, 0, 0, 0755, > $(KERNEL_DIR)/tools/iio/generic_buffer, \ > + @$(call install_copy, kernel, 0, 0, 0755, >

Re: [ptxdist] Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-12-01 Thread Alexander Dahl
Hei hei, On Thu, Dec 01, 2016 at 11:11:43AM +0100, Michael Olbrich wrote: > > are patches in attachments accepted on this mailing list? > > I prefer patches sent with 'git send-email' because I can apply them > directly from my mail client. I accept attachments as well, but it may take > longer,

Re: [ptxdist] [PATCH 1/2] kernel: pass loadaddr for building uImage

2016-11-30 Thread Alexander Dahl
Hei hei, On Tue, Nov 29, 2016 at 10:04:19AM +0100, Marc Kleine-Budde wrote: > What happens if you build a older kernel and don't configure > PTXCONF_KERNEL_LOADADDR via ptxdist? Does it break while it used to work > with an older ptxdist? If I understood you correctly, that's not the case. Older

Re: [ptxdist] Python 3.5 and the use of getrandom() system call

2016-11-29 Thread Alexander Dahl
Hei hei, On Fri, Nov 18, 2016 at 02:21:36PM +0100, David Jander wrote: > Or is there a way (that I ignore) to speed-up the generation of > entropy in the Linux kernel? I heard other people use haveged for this. I have two experimental patches for adding a haveged package, but did not test it

[ptxdist] [PATCH 2/2] image_kernel: new options for "appended DT" images

2016-11-28 Thread Alexander Dahl
rules so this is possible automatically with just a few options in the menu. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- platforms/image_kernel.in| 26 ++ platforms/kernel.in | 2 +- rules/kernel.make| 6 ++ rules/post/image_kerne

[ptxdist] [PATCH 1/2] kernel: pass loadaddr for building uImage

2016-11-28 Thread Alexander Dahl
is selected so you can directly input the desired address. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- platforms/kernel.in | 7 +++ rules/kernel.make | 5 + 2 files changed, 12 insertions(+) diff --git a/platforms/kernel.in b/platforms/kernel.in index fd1c492..2a00122

[ptxdist] [PATCH 0/2] kernel image generation extensions

2016-11-28 Thread Alexander Dahl
not be of common interest. I put it here anyway because it at least shows how I extended the kernel image generation rules. ;-) Greets Alex Alexander Dahl (2): kernel: pass loadaddr for building uImage image_kernel: new options for "appended DT" images platforms/image_kernel.

[ptxdist] [PATCH] slang: add additional URL for older releases

2016-11-26 Thread Alexander Dahl
meanwhile slang 2.3.0 gives a HTTP error 404 on the first URL. change tested with current DistroKit. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/slang.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/slang.make b/rules/slang.make index d

Re: [ptxdist] [PATCH] host-tz-database: bump version 2015g -> 2016i

2016-11-24 Thread Alexander Dahl
Hei hei, I tried to test this, but it fails on build because the license situation was clarified upstream. After 2015g and for 2016a a file LICENSE was added. You could tweak the make rule like this: - file://date.c;startline=2;endline=15;md5=3f476fcbaee7a2c36b94589389ef1321 +

[ptxdist] help broken again since 2016.10.0

2016-11-23 Thread Alexander Dahl
Hei hei, while searching how to build the new documentation (btw: I could not find out) I stumbled over the broken help. Results from different ptxdist versions: adahl@ada ~/src % ptxdist-2016.11.0 help man: /usr/local/lib/ptxdist-2016.11.0/man/ptxdist.1.gz: No such file or directory adahl@ada

Re: [ptxdist] [PATCH] updates lighttpd version 1.4.39 -> 1.4.42

2016-10-31 Thread Alexander Dahl
Hei hei, On 21.10.2016 12:05, Alexander Dahl wrote: > besides: how well did you test the new version? There were lots of > changes in 1.4.40 with bugfixes for them in 1.4.41 and 1.4.42. See: > > https://www.lighttpd.net/2016/7/16/1.4.40/ > https://www.lighttpd.net/2016/7/31/

Re: [ptxdist] [PATCH] updates lighttpd version 1.4.39 -> 1.4.42

2016-10-21 Thread Alexander Dahl
Hei hei, On 21.10.2016 10:26, Andreas Geisenhainer wrote: > ** explicitly disable openssl support (default is: no) Please don't do this. We use lighttpd with https. besides: how well did you test the new version? There were lots of changes in 1.4.40 with bugfixes for them in 1.4.41 and 1.4.42.

Re: [ptxdist] [PATCH] ibrdtn: add packaging rules for IBR-DTN and dtndht

2016-09-01 Thread Alexander Dahl
Hei hei, On 28.08.2016 20:36, Roland Hieber wrote: > The key material would rather need to be > generated at build time and/or put into projectroot/etc/ibrdtn/bpsec by > the user. Generating one key at build time for all your devices may be seen as a security flaw, doesn't it? If you build

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

2016-08-04 Thread Alexander Dahl
Hello Michael, Am 2016-08-04 08:49, schrieb Michael Olbrich: > NCDU_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > ... > > Are you sure there are no other options? Yes. This tool just needs ncurses in some form, this is the part of ./configure with all the options: Optional Packages:

[ptxdist] [PATCH] opkg: fix deactivation of signature check

2016-08-02 Thread Alexander Dahl
removing the line is interpreted as false. Suggested-by: Michael Olbrich <m.olbr...@pengutronix.de> Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/opkg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/opkg.make b/rules/opkg.make index be49783..5b

Re: [ptxdist] [ANNOUNCE] PTXdist 2015.12.0 released

2016-08-02 Thread Alexander Dahl
Hei hei, I had another look into the opkg topic I brought up late last year. Am 2016-01-12 17:31, schrieb Michael Olbrich: >> Then I poked around in the opkg source and it seems like verify is >> mandatory and the only allowed options are gpg, gpg-asc, and openssl. My >> /etc/opkg/opkg.conf is

[ptxdist] [PATCH] monit: update from 5.6 to 5.17.1

2016-05-26 Thread Alexander Dahl
Upstream had lots of bugfixes (including CVE-2014-3566) and some new features, see https://mmonit.com/monit/changes/ for a complete list. Also minor whitespace fixes. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/monit.make | 13 +++-- 1 file changed, 7 insertions

[ptxdist] [PATCH] libxml2: security update from 2.9.3 to 2.9.4

2016-05-25 Thread Alexander Dahl
see announcement at https://mail.gnome.org/archives/xml/2016-May/msg00023.html for details Signed-off-by: Alexander Dahl <p...@lespocky.de> --- .../0200-xml2-config-is-not-SYSROOT-aware.patch | 0 patches/{libxml2-2.9.3 => libxml2-2.9.4}/series

[ptxdist] [PATCH 2/2] dropbear: fix whitespace in menu help

2016-03-21 Thread Alexander Dahl
Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/dropbear.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index db4a8ab..9b97d4b 100644 --- a/rules/dropbear.in +++ b/rules/dropbear.in @@ -15,7 +15,7 @@ menuconfig DR

[ptxdist] [PATCH 1/2] dropbear: upgrade from 2015.67 to 2016.73

2016-03-21 Thread Alexander Dahl
, manpage, memory consumption. Various cleanups for issues found by lint tools and static code analyzers. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- ...sabling-ENABLE_CLI_PUBKEY_AUTH-let-the-bu.patch | 45 -- patches/dropbear-2015.67/series

[ptxdist] [PATCH 0/2] dropbear: version bump, minor whitespace change, and question

2016-03-21 Thread Alexander Dahl
this for now, for the general discussion I'd like to ask if this would be desired for ptxdist as well? Greets Alex [1] https://lists.mindrot.org/pipermail/openssh-unix-announce/2015-August/000122.html Alexander Dahl (2): dropbear: upgrade from 2015.67 to 2016.73 dropbear: fix whitespace

[ptxdist] [PATCH] haveged: add new package starting with version 1.9.1

2016-02-19 Thread Alexander Dahl
Signed-off-by: Alexander Dahl <p...@lespocky.de> --- This is not complete, I just tried if it helps solving my problem, it does not. But because it runs so far, I'd like to share it anyway. Add startup files for bbinit or systemd as you like. Some examples come with the source, for

[ptxdist] [PATCH] lighttpd: upgrade from 1.4.38 to 1.4.39

2016-01-11 Thread Alexander Dahl
According to http://www.lighttpd.net/2016/1/2/1.4.39/ this fixes crashes introduced in 1.4.36. Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/lighttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 8

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

2016-01-03 Thread Alexander Dahl
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 concerned, we considered it once for a project with very few RAM, but didn't have time to evaluate it then.

Re: [ptxdist] [ANNOUNCE] PTXdist 2015.12.0 released

2015-12-21 Thread Alexander Dahl
Hei hei, Am 2015-12-18 12:20, schrieb Michael Olbrich: > opkg: version bump 0.2.2 -> 0.3.0 Tested ptxdist 2015.12.0 today and ran into problems with opkg. Firts noticed this on executing opkg on the target: $ opkg update Downloading

[ptxdist] [PATCH] lighttpd: update from 1.4.37 to 1.4.38

2015-12-07 Thread Alexander Dahl
/ Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/lighttpd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 235588b..8d5dfc6 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -17,8 +17,8 @@ PA

[ptxdist] [PATCH] libxml2: update from 2.9.2 to 2.9.3

2015-11-23 Thread Alexander Dahl
this fixes some bugs, lots of them with a CVE assigned: CVE-2015-7941, CVE-2015-1819, CVE-2015-7942, CVE-2015-8035, CVE-2015-7498, CVE-2015-7497, CVE-2015-5312, CVE-2015-7499, CVE-2015-7500, and CVE-2015-8242 patch series was recreated, patches gone upstream removed Signed-off-by: Alexander Dahl

Re: [ptxdist] [PATCH] lldpd: bump version to 0.7.19

2015-11-16 Thread Alexander Dahl
Hei hei, Am 2015-11-16 14:11, schrieb Clemens Gruber: > did you have time to try my lldpd patch? Not yet. I try to put it in between somewhere this week. > It's running on my busybox system since then. So far, no problems! :-) > Could you please help me test lldpd in a systemd environment?

[ptxdist] libpng security update

2015-11-16 Thread Alexander Dahl
Hei hei, there are two vulnerabilities in libpng fixed with the versions released today [1]: CVE-2015-7981, CVE-2015-8126. ptxdist is still on 1.2.50, however there's a version 1.2.54 in that branch fixing the issues. I had a quick look into the differences and stumbled over the patch coming

Re: [ptxdist] Make list subscriber-only?

2015-11-11 Thread Alexander Dahl
Hello, Am 2015-11-08 20:44, schrieb Robert Schwebel: > Sorry, we had a configuration mismatch recently in the listserver > config, so it was overwritten by some default and I didn't notice to set > the more open sender filter again. I've changed this now; let's see if > it works or if we need to

Re: [ptxdist] [PATCH] lldpd: bump version to 0.7.19

2015-11-08 Thread Alexander Dahl
Hei hei, Am 2015-11-07 18:26, schrieb Clemens Gruber: > -LLDPD_VERSION:= 0.7.6 > -LLDPD_MD5:= dbd90a68b91448dcb94a4a77c5d8ef65 > +LLDPD_VERSION:= 0.7.19 > +LLDPD_MD5:= 4e924420e00ccd5dc289506f43221820 I'm afraid it's not that simple. Some configure

[ptxdist] [PATCH] add helper macro for simpler cmake options setting

2015-11-06 Thread Alexander Dahl
+= -DENABLE_BAR=$(call ptx/onoff, PTXCONF_FOO_ENABLE_BAR) Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/pre/000-option-disabled.make | 12 1 file changed, 12 insertions(+) diff --git a/rules/pre/000-option-disabled.make b/rules/pre/000-option-disabled.make index c252bff..6

Re: [ptxdist] [PATCH] gnuplot: make backwards compatibility configurable

2015-11-06 Thread Alexander Dahl
Hei hei, Am 2015-11-06 14:41, schrieb Michael Olbrich: > How old is that stuff? Maybe we should just disable this without adding an > option? >> +help >> + Support certain syntax deprecated since Gnuplot version 4.0. gnuplot 4.0 was released in 2004, more than 10 years ago. I think we

[ptxdist] [PATCH] lighttpd: update from 1.4.35 to 1.4.37

2015-10-26 Thread Alexander Dahl
see release notes for changes: * http://www.lighttpd.net/2015/7/26/1.4.36/ * http://www.lighttpd.net/2015/8/30/1.4.37/ Signed-off-by: Alexander Dahl <p...@lespocky.de> --- rules/lighttpd.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b

Re: [ptxdist] Antwort: Re: add additional users to ptxdist target

2015-09-14 Thread Alexander Dahl
Hei hei, Am 2015-09-02 15:07, schrieb oliver.gra...@neuhaus.de: > thx that worked, but the /home/user is still missing > > login: can't chdir to home directory '/home/user' > > where do I add this dir? I would suggest to make a BSP specific package of type "file" for this and let the make

Re: [ptxdist] Qt 5.4.2: dev-package?

2015-07-29 Thread Alexander Dahl
Hei hei, On Wed, Jul 29, 2015 at 05:40:17AM +, Dennis Miller wrote: Or is this mailing list dead? No, it's not. ;-) Greets Alex -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.«

[ptxdist] gnuplot: cleanup and update

2015-07-28 Thread Alexander Dahl
Hei hei, I realized my old gnuplot 4.6.1 patches, which were refused 2012, didn't allow to compile with a recent Debian Jessie, so I tried the 4.6.2 stuff currently present in ptxdist. Those don't support png with libgd so I cleaned up the configure options (btw: I couldn't find some of them

[ptxdist] [PATCH 2/2] gnuplot: update to 4.6.7

2015-07-28 Thread Alexander Dahl
The patch for not building/installing the info pages was removed. According to comment in Makefile upstream does not build/install this by default anymore since 4.6.4. Signed-off-by: Alexander Dahl p...@lespocky.de --- .../0002-Don-t-build-and-install-info-pages.patch | 31

[ptxdist] [PATCH 1/2] gnuplot: update configure options and gd support

2015-07-28 Thread Alexander Dahl
even with conflicting parameters). Configure options were reviewed and tested now with OSELAS.Toolchain-2012.12.1/arm-v5te-linux-gnueabi. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/gnuplot.in | 18 +- rules/gnuplot.make | 33 ++--- 2 files

Re: [ptxdist] Antwort: Re: [PATCHv2] net-snmp: version bump to 5.7.3 LTS

2015-07-02 Thread Alexander Dahl
Hei Oliver, Am 2015-07-02 16:08, schrieb oliver.gra...@neuhaus.de: What about the old patches? IMHO these two are still needed, I couldn't find them upstream.. On a version bump you should move patches from e.g. patches/net-snmp-5.7.2 to patches/net-snmp-5.7.3 as in add them to

Re: [ptxdist] custom menu

2015-06-09 Thread Alexander Dahl
Hei hei, Am 2015-06-09 13:01, schrieb Moritz Warning: I tried to create a custom menu entry and created a file rules/Kconfig: You don't need to. There are also a few rules/*.in files containing ## SECTION=project_specific on top. But no change in the menu can be seen. Without changes in

Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Alexander Dahl
Hei hei, On 30.03.2015 12:08, Bernhard Walle wrote: 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 I tried that last year and had some trouble getting it to run in the first

Re: [ptxdist] [PATCH] Dropbear: Provide init script install entry only for the initV based system startup

2015-03-16 Thread Alexander Dahl
Hei hei, Am 2015-03-16 14:19, schrieb Juergen Borleis: Enabling this entry makes no sense when systemd is used instead of initV, because the rule file ignores this entry and does nothing. I had a brief look and it seems the dropbear package does not provide a systemd unit file, so AFAIK

Re: [ptxdist] Feature Request: Option to install man pages

2015-03-04 Thread Alexander Dahl
Hei hei, Am 04.03.2015 um 11:45 schrieb Carsten Schlote: I know, it is intentional to save precious memory on embedded devices with usually small flash devices storing the firmware. 'Small' ment something in the few MB range running compressed MTD filesystems. The ability to create small

Re: [ptxdist] Rule execution order

2015-03-04 Thread Alexander Dahl
Hei hei, Am 2015-03-04 10:03, schrieb Alan Martinovic: I have a script that goes through all the application sources runs git describe --tags and maps that to the app name. All? Also through applications not using git or built from tarballs? In the end it generates a file mapping the apps

Re: [ptxdist] Building local package out of tree

2015-01-28 Thread Alexander Dahl
Hei, On 28.01.2015 16:25, Alexander Stein wrote: For building out of tree; I would suggest using cmake. This makes building OOT quite an easy task. As you only have a simple makefile setting up CMakeLists.txt is not that hard. If the build process is more complicated you anyway want to use a

Re: [ptxdist] ptxdist recommend linux version

2015-01-08 Thread Alexander Dahl
Hei hei, On 08.01.2015 12:57, Bilal TAŞ wrote: Which Linux version is recommend ptxdist ? Debian or ubuntu or Centos ? From my personal experience: it works with Debian and Ubuntu, I never tried anything else. But you can probably use any GNU/Linux distribution you prefer. ptxdist depends on

Re: [ptxdist] [PATCH 2/2] avahi: add user to /etc/passwd

2014-12-17 Thread Alexander Dahl
Hei hei, Am 2014-12-16 23:20, schrieb Robert Schwebel: We re-use the uids from Debian. Which are not fixed. See from the desktop I'm working on: % grep avahi /etc/passwd avahi:x:105:112:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false Same for messagebus btw: % grep messagebus

Re: [ptxdist] [PATCHv3 0/2] libxml/libxslt update

2014-11-26 Thread Alexander Dahl
Hei hei, Am 2014-11-26 10:58, schrieb Michael Olbrich: On Mon, Nov 24, 2014 at 12:25:46PM +0100, Alexander Dahl wrote: I made a third series, squashed the libxml2 stuff into one patch and added anoter patch for host-libxslt to avoid problems on system without python dev headers installed. I

[ptxdist] [PATCHv3 1/2] libxslt: add --without-python to host package

2014-11-26 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/host-libxslt.make |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-libxslt.make b/rules/host-libxslt.make index d78b58d..bb5ed8b 100644 --- a/rules/host-libxslt.make +++ b/rules/host-libxslt.make @@ -32,6

[ptxdist] [PATCHv3 2/2] libxml2: update to 2.9.2

2014-11-26 Thread Alexander Dahl
Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. Signed-off-by: Alexander Dahl p...@lespocky.de --- patches/libxml2-2.7.7/series |3 --- ...ing-initialization

Re: [ptxdist] new image rules (Was: PTXdist 2014.05.0 released)

2014-11-25 Thread Alexander Dahl
Hei hei, What's the difference between the old and the new image rules and why should one use the one or the other? First of all, long-term I'd like to remove the old rules. So use the new rules and yell here if you have a use-case that the new rules cannot handle. We are using ubi and

Re: [ptxdist] new image rules (Was: PTXdist 2014.05.0 released)

2014-11-25 Thread Alexander Dahl
Hei hei, Am 2014-11-25 14:49, schrieb Alexander Dahl: I suppose I could also have copied the config/images/ubifs.config to our BSP and edit the name there? Nope, it was config/images/ubi.config and the change I had to made there was: @@ -11,7 +11,7 @@ extraargs = -v

[ptxdist] [PATCH] libmodbus3: update to 3.0.6

2014-11-25 Thread Alexander Dahl
This contains a Backport fix for a remote buffer overflow vulnerability on write requests. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/libmodbus3.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make index

[ptxdist] [PATCHv3 2/2] libxml2: update to 2.9.2

2014-11-24 Thread Alexander Dahl
Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. --- patches/libxml2-2.7.7/series |3 --- ...ing-initialization-for-the-catalog-module.patch | 25

[ptxdist] [PATCH 1/2] libxml2: update to 2.9.2

2014-11-20 Thread Alexander Dahl
Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. Signed-off-by: Alexander Dahl p...@lespocky.de --- patches/libxml2-2.7.7/series |3 --- ...ing-initialization

Re: [ptxdist] [PATCH 2/2] libxml2: update to 2.9.2

2014-11-19 Thread Alexander Dahl
Hei Michael, Am 2014-11-19 11:20, schrieb Michael Olbrich: This is probably why I get the error. I don't have the logs right now but I guess lzma was detected for me and something went wrong during linking. This is why the rules should specify the configure options for all auto detected

Re: [ptxdist] [PATCH 2/2] libxml2: update to 2.9.2

2014-11-18 Thread Alexander Dahl
Hei hei, Am 2014-11-13 17:50, schrieb Michael Olbrich: On Mon, Oct 27, 2014 at 09:11:09PM +0100, Alexander Dahl wrote: Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. host

Re: [ptxdist] oprofile: 2 patches

2014-11-14 Thread Alexander Dahl
Hallo Michael, Am 2014-11-13 17:44, schrieb Michael Olbrich: I've simplified the patches by making the kernel headers mandatory. Please test if it still works for you. Seems to work. Thank you. :-) Greets Alex -- »With the first link, the chain is forged. The first speech censured, the

Re: [ptxdist] [PATCH 2/2] libxml2: update to 2.9.2

2014-11-14 Thread Alexander Dahl
Hei hei, Am 2014-11-13 17:50, schrieb Michael Olbrich: host-libxml2 failed to build here. I'm not sure why. Some missing lzma symbols. Also, configure got some new options that should be added. I have to admit I was not aware of host-libxslt and host-libxml2 and had a look now which packages

[ptxdist] [PATCH] gdbserver: add --disable-werror

2014-10-29 Thread Alexander Dahl
-by: Alexander Dahl p...@lespocky.de --- rules/gdbserver.make |2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/gdbserver.make b/rules/gdbserver.make index 2eadd7d..2cdaf42 100644 --- a/rules/gdbserver.make +++ b/rules/gdbserver.make @@ -43,6 +43,8 @@ GDBSERVER_ENV += LDFLAGS=-static

Re: [ptxdist] Is OSELAS Toolchain (arm-1136jfs-linux-gnueabihf) affected by Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854

2014-10-29 Thread Alexander Dahl
Hei hei, Am 2014-10-29 14:04, schrieb Matthias Klein: I try to complile linux-next and get an error about GCC4.8.2: http://permalink.gmane.org/gmane.linux.ports.arm.omap/119412 omap? Is the OSELAS Toolchain affected, or can I ignore / suppress that error? I compiled linux 3.17.1 for

[ptxdist] update libxml2 and libxslt

2014-10-27 Thread Alexander Dahl
Hei hei, after the last debian security updates for libxml2 I had a look into ptxdist's libxml2 package and noticed it was still on a quite old version 2.7.7 so I made a patch to update it. I also updated libxslt along with this, because the older libxslt 1.2.6 would not build against a 2.9.x

[ptxdist] [PATCH 1/2] libxslt: update to 1.1.28

2014-10-27 Thread Alexander Dahl
(upgrade needed for working with libxml2 2.9.0) Signed-off-by: Alexander Dahl p...@lespocky.de --- patches/libxslt-1.1.26/series |1 - .../0001-xslt-config-add-SYSROOT-support.patch |8 ++-- patches/libxslt-1.1.28/series

[ptxdist] [PATCH 2/2] libxml2: update to 2.9.2

2014-10-27 Thread Alexander Dahl
Also integrated two changes from upstream fixing two minor issues. Build successfully tested against all ptxdist packages requiring libxml2, no runtime tests. Signed-off-by: Alexander Dahl p...@lespocky.de --- patches/libxml2-2.7.7/series |3 --- ...ing-initialization

[ptxdist] oprofile: 2 patches

2014-10-21 Thread Alexander Dahl
Hei hei, I use oprofile today on at91sam9 which is armv5te and came cross some things. First is the kernel header path. In the previous version oprofile added an additional include to the path so it could not find the kernel headers. I made this dependent on the kernel-header config, one could

[ptxdist] [PATCH 1/2] oprofile: fix kernel header path

2014-10-21 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/oprofile.make |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/oprofile.make b/rules/oprofile.make index af4a883..dabf5f8 100644 --- a/rules/oprofile.make +++ b/rules/oprofile.make @@ -36,10 +36,15

[ptxdist] [PATCH 2/2] oprofile: targetinstall missing and additional binaries

2014-10-21 Thread Alexander Dahl
'op-check-perfevents' is called by 'opcontrol' and 'oparchive' may be useful for easier examination. 'ocount' and 'operf' are only build if kernel headers are installed, but recommended to use with newer kernels and hardware supporting it. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules

[ptxdist] [PATCH] setserial: avoid conflict with busybox's setserial

2014-10-20 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/setserial.in |4 1 file changed, 4 insertions(+) diff --git a/rules/setserial.in b/rules/setserial.in index 9aebc51..7696486 100644 --- a/rules/setserial.in +++ b/rules/setserial.in @@ -1,6 +1,10 @@ ## SECTION=shell_and_console

Re: [ptxdist] unsubscribe

2014-10-13 Thread Alexander Dahl
Hello Robby, you should send the unsubscribe mail to ptxdist-requ...@pengutronix.de instead of the list address for posting. ;-) Set the subject to 'unsubscribe'. Greets Alex -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first

[ptxdist] fix some download URLs

2014-10-12 Thread Alexander Dahl
Hei hei, when building some very different BSPs earlier this week I noticed some projects had changed their download URLs. This patch series tries to correct those. I tested all of them, some are straight forward, others may be discussed. Greets Alex -- ptxdist mailing list

[ptxdist] [PATCH 1/6] sysstat: change suffix to tar.bz2

2014-10-12 Thread Alexander Dahl
(tar.gz not available anymore) Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/sysstat.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sysstat.make b/rules/sysstat.make index fde9ef3..c0983ab 100644 --- a/rules/sysstat.make +++ b/rules/sysstat.make

[ptxdist] [PATCH 3/6] nickel: change URL to SF mirror

2014-10-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/nickel.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/nickel.make b/rules/nickel.make index a875006..c4cd30b 100644 --- a/rules/nickel.make +++ b/rules/nickel.make @@ -21,7 +21,7 @@ NICKEL_VERSION

[ptxdist] [PATCH 2/6] libmikmod: change URL to SF mirror

2014-10-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/libmikmod.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libmikmod.make b/rules/libmikmod.make index 8539cca..685c225 100644 --- a/rules/libmikmod.make +++ b/rules/libmikmod.make @@ -20,7 +20,7

[ptxdist] [PATCH 5/6] splashutils: change URL to SF mirror

2014-10-12 Thread Alexander Dahl
Old URL not working anymore, berlios stopped operations earlier this year, but luckily SF.net imported berlios projects so we can download it there. However package still fails to build. ;-) Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/splashutils.make |2 +- 1 file changed, 1

[ptxdist] [PATCH 6/6] opencv: update download url

2014-10-12 Thread Alexander Dahl
Old SF download urls on http://opencv.org/downloads.html ar broken, files are not there anymore. According to http://answers.opencv.org/question/41024 you can download those from GitHub. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/opencv.make |2 +- 1 file changed, 1 insertion

[ptxdist] [PATCH 4/6] sjinn: change URL to SF mirror

2014-10-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/sjinn.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/sjinn.make b/rules/sjinn.make index 7c2a47d..fe88b8a 100644 --- a/rules/sjinn.make +++ b/rules/sjinn.make @@ -21,7 +21,7 @@ SJINN_VERSION := 1.01

Re: [ptxdist] BASH_FUNC_set_shell_label() not a valid identifier

2014-10-06 Thread Alexander Dahl
Hei hei, Am 2014-10-05 06:47, schrieb Jon Ringle: I'm not sure why I'm getting this message, but speculatively it seems to have started appearing after I updated Ubuntu-14.04 with bash shellshock patches... ? Anyone else see this type of message? Same here on Debian 7 (wheezy) and I had

[ptxdist] [PATCH] gdbserver: add GDBSERVER_DISABLE_WERROR option

2014-10-02 Thread Alexander Dahl
-by: Alexander Dahl p...@lespocky.de --- rules/gdbserver.in |9 - rules/gdbserver.make |2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/rules/gdbserver.in b/rules/gdbserver.in index 43d059d..039ab41 100644 --- a/rules/gdbserver.in +++ b/rules/gdbserver.in

<    3   4   5   6   7   8   9   10   11   >