[ptxdist] [PATCH v2] screen: version bump 4.0.3 -> 4.5.0

2017-09-18 Thread Denis OSTERLAND
Changes: - Add don-t-link-against-libelf.patch - Add modification comment to changed patches - Remove cosmetic patch Replace-the-composed-characters-with-their-respectiv.patch Diehl AKO Stiftung & Co. KG, Pfannerstraße 75-83, 88239 Wangen im Allgäu Bereichsvorstand: Dipl.-Ing. Michael

[ptxdist] [PATCH v2] screen: version bump 4.0.3 -> 4.5.0

2017-09-18 Thread Denis OSTERLAND
Update autoconf patches for version 4.5.0. Add patches from debian stretch. Skip cosmetic patch Replace-the-composed-characters-with-their-respectiv.patch. Signed-off-by: Denis Osterland --- .../0003-Fix-screenencodings-dir.patch | 27

Re: [ptxdist] Status of ptxdist and distrokit raspberry pi 2 images

2017-09-18 Thread Roland Hieber
Hi, On 11.09.2017 20:22, Anton Botvalde wrote: Hello, I am new to the world of ptxdist and firmware image building. To get my feet wet I have tried to build an image for my raspberry pi 2 with ptxdist and distrokit following the blog post on the pengutronix homepage

[ptxdist] Build speed ups

2017-09-18 Thread Erwin Rol
Hey All, first thanks for the replies on my Yocto mail. Now I have a real PTXdist question; What do you use to speed up your builds? For example I use webkitgtk and that clips my 24 core Xeon at 100% for like 30 minutes. ccache doesn't really help by a first run, it even makes it worse. Also

Re: [ptxdist] Build speed ups

2017-09-18 Thread Alexander Dahl
Hei hei, On Mon, Sep 18, 2017 at 02:33:50PM +0200, Erwin Rol wrote: > Distributed CC (distcc/icecc) seem a possibly to scale up things in > smaller steps (ad cheap compile server one by one) Sadly I don't have > any experience with it, but it is something I want to look into. We use icecc here.

Re: [ptxdist] Build speed ups

2017-09-18 Thread Root
Hi, > What do you use to speed up your builds? > do you know PTXCONF_PROJECT_CREATE_DEVPKGS and PTXCONF_PROJECT_USE_DEVPKGS? You find this options in ptxdist menuconfig submenu Project name & version. This does not speed up the compile step, it skips the compile step and use prebuild packages

[ptxdist] [PATCH] tcpdump: Upgrade from 4.9.1 to 4.9.2

2017-09-18 Thread Alexander Dahl
This is a security update including a long list of CVE. See the changelog for details: http://www.tcpdump.org/tcpdump-changes.txt Signed-off-by: Alexander Dahl --- rules/tcpdump.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tcpdump.make

Re: [ptxdist] Build speed ups

2017-09-18 Thread Ulrich Ölmann
Hi there, On Mon, Sep 18, 2017 at 07:14:52PM +0200, Root wrote: > > What do you use to speed up your builds? > > do you know PTXCONF_PROJECT_CREATE_DEVPKGS and PTXCONF_PROJECT_USE_DEVPKGS? > You find this options in ptxdist menuconfig submenu Project name & version. > > This does not speed up