[ptxdist] [PATCH v2] libpaper: Make the default paper configurable

2019-01-07 Thread Juergen Borleis
For embedded systems it makes sense to be able to configure the default paper name at build-time instead of run-time via environment variable. The approach currently used in the rule file to configure the paper size at build-time does not work, since using the environment variable 'PAPERSIZE'

[ptxdist] [PATCH v2] libpaper: Make the default paper configurable

2019-01-07 Thread Juergen Borleis
Change since v1: - instead of '--with-paper' the new options is now called '--with-default-paper' like Roland suggested. Signed-off-by: Juergen Borleis ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH v2 0/2] update gpsd and switch to scons build system

2019-01-07 Thread Denis OSTERLAND
v1 -> v2: correct dependency HOST_PYTHON -> HOST_SYSTEM_PYTHON gpsd uses scons build system now. The first patch adds scons as host tool. The second patch updates gpsd and uses scons to build it. Denis Osterland(2): host-pyhton-scons: add new package gpsd: version bump 2.39 -> 3.18.1

[ptxdist] [PATCH v2 2/2] gpsd: version bump 2.39 -> 3.18.1

2019-01-07 Thread Denis OSTERLAND
Use scons build system. Add Kconfig switches for reconfigure, controlsend, group and ntpshmmon. Remove PPS_ON_CTS. Signed-off-by: Denis Osterland --- ...ix-core-compiling-with-nmea-disabled.patch | 29 ...kage-if-some-drivers-are-not-enabled.patch | 48 ---

[ptxdist] [PATCH v2 1/2] host-pyhton-scons: add new package

2019-01-07 Thread Denis OSTERLAND
This patch adds support for scons build system. https://scons.org/ Signed-off-by: Denis Osterland --- rules/host-python-scons.in | 6 ++ rules/host-python-scons.make | 35 +++ 2 files changed, 41 insertions(+) create mode 100644 rules/host-python-scons.in

Re: [ptxdist] [PATCH 1/2] host-pyhton-scons: add new package

2019-01-07 Thread Denis OSTERLAND
Am Montag, den 07.01.2019, 16:16 +0100 schrieb Michael Olbrich: > On Fri, Jan 04, 2019 at 08:11:58AM +, Denis OSTERLAND wrote: > >  > > + > > +config HOST_PYTHON_SCONS > > + tristate > > + default y if ALLYES > > + select HOST_PYTHON > No. HOST_PYTHON is only there to build the target

Re: [ptxdist] [REGRESSION] a73b00a breaks ptxdist nfsroot

2019-01-07 Thread Michael Olbrich
On Mon, Jan 07, 2019 at 06:35:01PM +0100, Uwe Kleine-König wrote: > with a project using ptxdist-2018.11.0 I get the following: > > $ ptxdist nfsroot > > ptxdist: error: glib is not a package or not selected > > make: *** [ptxd_make_nfsd] Error 1 > > because

[ptxdist] [REGRESSION] a73b00a breaks ptxdist nfsroot

2019-01-07 Thread Uwe Kleine-König
Hello, with a project using ptxdist-2018.11.0 I get the following: $ ptxdist nfsroot ptxdist: error: glib is not a package or not selected make: *** [ptxd_make_nfsd] Error 1 because ptx_packages_selected is empty. When I revert a73b00a71955

Re: [ptxdist] [PATCH v1] berlios-can-utils: update to the latest git with j1939 support

2019-01-07 Thread Michael Olbrich
On Fri, Jan 04, 2019 at 02:52:41PM +0100, Oleksij Rempel wrote: > Signed-off-by: Oleksij Rempel > --- > rules/berlios-can-utils.in | 15 +++ > rules/berlios-can-utils.make | 30 +- > 2 files changed, 40 insertions(+), 5 deletions(-) > > diff --git

Re: [ptxdist] [PATCH 1/2] host-pyhton-scons: add new package

2019-01-07 Thread Michael Olbrich
On Fri, Jan 04, 2019 at 08:11:58AM +, Denis OSTERLAND wrote: > This patch adds support for scons build system. > https://scons.org/ > > Signed-off-by: Denis Osterland > --- > rules/host-python-scons.in | 6 ++ > rules/host-python-scons.make | 35 +++ >

[ptxdist] [PATCH] bridge-utils: version bump 1.5 -> 1.6

2019-01-07 Thread Lucas Stach
- version bump - readd with-linux-headers invalid path to avoid using the default search path, which may pick up headers from the build host Signed-off-by: Lucas Stach --- ...-linux-in6.h-to-build-with-newer-kernel-h.patch | 24 -- patches/bridge-utils-1.5/series

Re: [ptxdist] [PATCH] host-autotools-automake: version bump 1.5.1 -> 1.6.1

2019-01-07 Thread Uwe Kleine-König
Hello, On Tue, May 15, 2018 at 10:53:54AM +, Baeuerle, Florian wrote: > Am Dienstag, den 15.05.2018, 08:30 +0200 schrieb Uwe Kleine-König: > > Hello, > > > > On Mon, May 14, 2018 at 10:54:56AM +, Baeuerle, Florian wrote: > > > Removed patch: > > > > > > - 0001-disable-manpages.patch: >