[ptxdist] kernel-headers package still uses bz2 format

2012-05-10 Thread Schenk, Gavin
Hi, I read, in the archive, that you switched to the xz format for the kernel package. As I updated to 2012.05.0 today I recognized, that the kernel is downloaded twice, because the kernel-headers package is still bz2. Best regards, Gavin Schenk ECKELMANN AG Vorstand: Dr.-Ing. Gerd Eckelmann

Re: [ptxdist] making HTTP proxy timeout adjustable

2012-09-17 Thread Schenk, Gavin
Seconds? Hours? Months? Years? seconds :) --- diff -Naur orig/ptxdist-2012.09.0/config/setup/Kconfig ptxdist-2012.09.0/config/setup/Kconfig --- orig/ptxdist-2012.09.0/config/setup/Kconfig 2012-09-06 18:13:48.0 +0200 +++ ptxdist-2012.09.0/config/setup/Kconfig 2012-09-17

Re: [ptxdist] rsyslog does not work with systemd 189

2012-09-19 Thread Schenk, Gavin
Hi, Are you sure that you need Requires=syslog.socket? Please have a look here: http://www.freedesktop.org/wiki/Software/systemd/syslog cit.: Newer systemd versions (v35+) do not support non-socket-activated syslog daemons anymore and we do no longer recommend people to order their units

Re: [ptxdist] [ANNOUNCE] PTXdist 2012.10.0 released

2012-10-16 Thread Schenk, Gavin
Hi, Could it be possible that systemd 194 make problems? Systemd 194 works well on my system. Have tried to migrate to the new ptxdist -- kernel will boot until [ 2.41] Freeing init memory: ... and than systemd doesn't starts. I've also backported only systemd from 2012.10.0 to

Re: [ptxdist] [ANNOUNCE] PTXdist 2012.10.0 released

2012-10-16 Thread Schenk, Gavin
Hi, 2011.09.1 worked for me, too. I guess your kernel cannot mount the rootfs. Have you changed kernel, kernel-parameter and/or image generation? Do you boot via NFS? 2012.09.01 has worked for me too, but it doesen't worked with systemd 194 which i have backported. I have changed

[ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-13 Thread Schenk, Gavin
Hi, yesterday I read about the new toolchain, that has Atom optimization by default. I decided to give it a try and: Compiled the new toolchain: gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized Migrated my project: 2012.10.0 to 2012.12.0 Update Kernel and rt-patchstack: 3.4.2 to

Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-14 Thread Schenk, Gavin
+, Schenk, Gavin wrote: yesterday I read about the new toolchain, that has Atom optimization by default. I decided to give it a try and: Compiled the new toolchain: gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a- kernel-2.6.39-sanitized Migrated my project: 2012.10.0 to 2012.12.0 Update

Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-14 Thread Schenk, Gavin
@pengutronix.de Subject: Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux On Fri, Dec 14, 2012 at 09:48:54AM +, Schenk, Gavin wrote: i686-atom-linux-gnu-cpp -DPNG_CONFIGURE_LIBPNG -DPNG_BUILDSYMS ./png.h | \ /opt/ptxdist/lib

Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-18 Thread Schenk, Gavin
@pengutronix.de Cc: Marc Kleine-Budde Subject: Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux On Fri, Dec 14, 2012 at 07:19:35PM +0100, Michael Olbrich wrote: On Fri, Dec 14, 2012 at 01:46:01PM +, Schenk, Gavin wrote: I am a bit

Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-20 Thread Schenk, Gavin
Hi, I have reproduced the problem with ccache on a second machine. Ccache feels not very confiding for me at the moment, I liked this feature ... We decided to disable the ccache until further notice. lot of work, so for now, you can get the old behaviour by setting:

Re: [ptxdist] libgcrypt does not compile

2012-12-20 Thread Schenk, Gavin
Hi, you have to set PTXCONF_TARGET_EXTRA_LDFLAGS=-Wl,--copy-dt-needed-entries in your platformconfig. Please read the thread Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux from yesterday. Michael Olbrich explained the reason of this behavior. Regards

Re: [ptxdist] different ptxdist versions

2013-08-29 Thread Schenk, Gavin
Hi, after you changed this call: ./p migrate in your BSP folder. This should migrate the old config files to the new ptxdist version. Good luck :) Gavin From: ptxdist-boun...@pengutronix.de [mailto:ptxdist-boun...@pengutronix.de] On Behalf Of Ruben Louw Sent: Thursday, August 29, 2013 12:01

Re: [ptxdist] qmake broken after ptxdist version switch?

2013-10-28 Thread Schenk, Gavin
Hi Markus, in order to build and debug QT-Projects outside ptxdist I use a small script to start QT-Creator. I named the script start_creator.sh and put it into the ptxdist-project. content start_creator.sh #!/bin/bash export PTXDIST_CROSS_CPPFLAGS=$(./p print PTXDIST_CROSS_CPPFLAGS) export

Re: [ptxdist] qmake broken after ptxdist version switch?

2013-11-04 Thread Schenk, Gavin
Hi Markus, sorry my mistake, I did not explain my example adequately. I answer in english, maybe others need the extra information, too. I assume, that you put the script start_creator.sh into the top directory of your ptxdist project. In our projects we create a symbolic link to the correct

Re: [ptxdist] qmake broken after ptxdist version switch?

2013-12-03 Thread Schenk, Gavin
: Montag, 28. Oktober 2013 um 09:18 Uhr Von: Schenk, Gavin g.sch...@eckelmann.de An: ptxdist@pengutronix.de ptxdist@pengutronix.de Betreff: Re: [ptxdist] qmake broken after ptxdist version switch? Hi Markus, in order to build and debug QT-Projects outside ptxdist I use a small script

[ptxdist] ptxdist-2016-06-0 fails in install step if sphinx-build is missing on host

2016-06-23 Thread Schenk, Gavin
Hi, thank you for the new release ptxdist and toolchain \o/! The make install step of ptxdist-2016-06-0 failed on my system, sphinx-build was missing on my host. I worked around this by installing the package python-sphinx. Now ptxdist builds successfullly on my machine!

Re: [ptxdist] [PATCH] ncurses: Added /usr/share/terminfo/d/dumb to PTXCONF_NCURSES_TERMCAP

2016-02-07 Thread Schenk, Gavin
Hi, > > On Tue, Feb 02, 2016 at 03:59:41PM +0100, Gavin Schenk wrote: > > This is needed when using top in batch mode "top -b" > > --- > > rules/ncurses.make | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/rules/ncurses.make b/rules/ncurses.make index > > 57e8199..521af77 100644

Re: [ptxdist] [PATCH] Add persistant iptable-rules via systemd

2016-04-07 Thread Schenk, Gavin
Hi, > > If you select IPTABLES_IPV4_SYSTEMD_UNIT a systemd unit is started on > > multiuser.target that set the iptable rules from file > > /etc/iptables/rules.v4. > > If you select IPTABLES_IPV6_SYSTEMD_UNIT a systemd unit is started on > > multiuser.target that set the iptable rules from the

Re: [ptxdist] [PATCH] Add persistant iptable-rules via systemd

2016-04-07 Thread Schenk, Gavin
Hi, > > Assuming this does the trick, this has the added benefit that module loading > is tried. > Ok. > > > > If [ $IPTABLES_SUPPORT -gt 0 ]; then > > echo "iptables is not supported by your kernel" > > exit $IPTABLES_SUPPORT > > fi > > I'd use: > > if ! iptables --list

Re: [ptxdist] [PATCH] Install tar from CONFIG_TAR to /bin/ instead /usr/bin/

2017-04-17 Thread Schenk, Gavin
Hi, sorry for the late answer, I was on holidays. > On Wed, Apr 12, 2017 at 10:36:46AM +0200, Enrico Weigelt, metux IT > consult wrote: > > On 05.04.2017 10:04, Gavin Schenk wrote: > > > Debian and Ubuntu install tar in /bin. This is the same in ptxdist > > > when BUSYBOX_TAR is selected. If

Re: [ptxdist] [ANNOUNCE] PTXdist 2017.04.0 released

2017-04-06 Thread Schenk, Gavin
Hi, > > I'm happy to announce that I've just released ptxdist-2017.03.0. > > The change this time is a big rework of the udev/systemd handling. The > > last pre-systemd udev version is now a completely separate package. > > This way changed to systemd udev won't touch the old udev and can no > >

Re: [ptxdist] systemd: Using second offline update service beside rc-once in PTXDIST

2017-06-07 Thread Schenk, Gavin
Hi, > > > > Do we need this stuff configurable? > > > > > > No. But I think we should have a sanity check. To avoid getting > > > stuck in the system-update.target: A service that is part of > > > system-update.target and starts the rescue target. rc-once.service > > > and your service should

[ptxdist] systemd: Using second offline update service beside rc-once in PTXDIST

2017-06-01 Thread Schenk, Gavin
Hi, before continuing to hack ptxdist and rc-once, I would appreciate some feedback from the gurus. I want to use systemd.offline-updated as introduced here and already used in PTXDIST by rc-once: https://www.freedesktop.org/software/systemd/man/systemd.offline-updates.html# In my use case,

Re: [ptxdist] Build speed ups

2017-09-19 Thread Schenk, Gavin
Hi, cool send my mail as root ... sorry. > Depending on your PTXDIST version this is really easy to setup in > PTXDIST. Do you see the option SETUP_ICECC in ./ptxdist setup? > > Depending on the amount of workstations in your icecream network this is > a real boost! > Setup is easy if

Re: [ptxdist] Yocto

2017-09-11 Thread Schenk, Gavin
Hi, > > yes I know the topic is blasphemy ;-) but I was wondering if there are > ppl that made usecase comparisons between ptxdist and Yocto? My personal > experience with small systems (no GUI/X/wayland) is that ptxdist is > really easy to get going. With large systems that need QT 5.9, >

Re: [ptxdist] Yocto

2017-09-12 Thread Schenk, Gavin
Hi, > Am Montag, 11. September 2017, 07:14:00 schrieb Schenk, Gavin: > > * No Tab-completition as PTXDIST offers it. 5 Stages, ~130packages and > > 100.000 commands. I think a very usefull feature in PTXDIST! > > How does this work? I use zsh and have no tab completion fo

Re: [ptxdist] [PATCH] libcurl: added options for smtp and verbose messages

2018-02-23 Thread Schenk, Gavin
ping > From: Torsten Mehnert > > Signed-off-by: Torsten Mehnert > Signed-off-by: Gavin Schenk > --- > rules/libcurl.in | 10 ++ > rules/libcurl.make | 4 ++-- > 2 files changed, 12 insertions(+), 2 deletions(-)

Re: [ptxdist] [PATCH] rauc: Make rauc bundle version configurable

2018-09-12 Thread Schenk, Gavin
Hi Michael, > The option should be in platforms/image-rauc.in. Can you send a new version? > sorry I started a new thread instead using Message-ID. Is the v2 patch ok? Regards Gavin ___ ptxdist mailing list ptxdist@pengutronix.de