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

2019-01-04 Thread Oleksij Rempel
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 a/rules/berlios-can-utils.in b/rules/berlios-can-utils.in index

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

2019-01-04 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 1/2] host-pyhton-scons: add new package

2019-01-04 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

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

2019-01-04 Thread Denis OSTERLAND
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 ...001-fix-core-compiling-with-nmea-disabled.patch | 29 -

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

2019-01-04 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 ---