Re: [ptxdist] systemd 232

2016-11-29 Thread Michael Olbrich
Hi, On Mon, Nov 28, 2016 at 06:02:51PM +0100, Clemens Gruber wrote: > did you already start working on updating systemd to version 232? I've started with it. But new systemd versions require more testing than most packages. > PS: Any comments on the nginx patch yet? :) It's in my local testing

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

2016-11-29 Thread Alexander Stein
On Tuesday 29 November 2016 10:04:19, Marc Kleine-Budde wrote: > On 11/28/2016 05:46 PM, Michael Olbrich wrote: > > On Mon, Nov 28, 2016 at 11:21:31AM +0100, Alexander Dahl wrote: > >> On newer kernels (4.x ?) kernel build fails when building an uImage > >> unless you provide LOADADDR as kernel

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

2016-11-29 Thread Marc Kleine-Budde
On 11/29/2016 10:21 AM, Alexander Stein wrote: > On Tuesday 29 November 2016 10:04:19, Marc Kleine-Budde wrote: >> On 11/28/2016 05:46 PM, Michael Olbrich wrote: >>> On Mon, Nov 28, 2016 at 11:21:31AM +0100, Alexander Dahl wrote: On newer kernels (4.x ?) kernel build fails when building an

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

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

2016-11-29 Thread Michael Olbrich
On Sun, Nov 06, 2016 at 08:12:18PM +0100, Clemens Gruber wrote: > Add nginx package. Heavily inspired by Buildroot's nginx.mk, using their > revised patches for 1.10.x and the endian patch from Marc Kleine-Budde, > as well as the nginx.make from the patchset Robert sent, as a starting > point. Do

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

2016-11-29 Thread Michael Olbrich
Hi, On Tue, Nov 29, 2016 at 09:56:59AM +0100, Alexander Dahl wrote: > 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 agree with the other that such a patch is not a good idea for

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

2016-11-29 Thread Michael Olbrich
On Tue, Nov 29, 2016 at 10:04:19AM +0100, Marc Kleine-Budde wrote: > On 11/28/2016 05:46 PM, Michael Olbrich wrote: > > On Mon, Nov 28, 2016 at 11:21:31AM +0100, Alexander Dahl wrote: > >> On newer kernels (4.x ?) kernel build fails when building an uImage > >> unless you provide LOADADDR as

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

2016-11-29 Thread Uwe Kleine-König
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? Passing LOADADDR is necessary since Linux commit 938f94cde74b

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

2016-11-29 Thread Clemens Gruber
Hi, On Tue, Nov 29, 2016 at 09:56:59AM +0100, Alexander Dahl wrote: > 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

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

2016-11-29 Thread Clemens Gruber
On Tue, Nov 29, 2016 at 10:10:01AM +0100, Michael Olbrich wrote: > Use install_alternative here (untested): > > @$(call install_alternatice, nginx, www, www, 0644, \ > /projectroot/var/www/httpd.html, n, \ > /var/www/index.html) This did not work. It searched

[ptxdist] [PATCH v2] nginx: new package

2016-11-29 Thread Clemens Gruber
Add nginx package. Heavily inspired by Buildroot's nginx.mk, using their revised patches for 1.10.x and the endian patch from Marc Kleine-Budde, as well as the nginx.make from the patchset Robert sent, as a starting point. But instead of building the modules by default, each module is selectable