[ptxdist] [PATCH 1/2] glib: Add switch to enable feature libmount in glib

2019-01-21 Thread Gavin Schenk
Introduce a new switch GLIB_LIBMOUNT, that optionally enables feature libmount in glib Signed-off-by: Gavin Schenk --- rules/glib.in | 8 rules/glib.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rules/glib.in b/rules/glib.in index ddc4625cd..fca978ddd

[ptxdist] [PATCH 2/2] rauc: Add dependency to GLIB_LIBMOUNT

2019-01-21 Thread Gavin Schenk
On systems showing /dev/root for the root node in /proc/mounts instead of a real device, RAUC tries to mount an already mounted device when using glib without feature libmount enabled. Using feature libmount in glib fixes this. Signed-off-by: Gavin Schenk --- rules/rauc.in | 1 + 1 file

[ptxdist] [PATCH 0/2] Conditional switch for feature libmount in glib

2019-01-21 Thread Gavin Schenk
This series fixes a bug where RAUC tries to mount already mounted filesystem. In case of the error The journal shows messages like: rauc[143]: mount: /run/rauc/rootfs.1: /dev/mmcblk0p3 already mounted on /. rauc[143]: Failed to mount slot /dev/mmcblk0p3: failed to mount slot: failed to run

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

2019-01-21 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 v4 2/3] host-python-scons: add new package

2019-01-21 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 v4 0/3] update gpsd and switch to scons build system

2019-01-21 Thread Denis OSTERLAND
v3 -> v4: fix install to /local/ v2 -> v3: add missing dependency of pps to ntpshmmon 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

[ptxdist] [PATCH v4 1/3] rules: install to sysroot-host/bin with HOST_PYTHON and HOST_SYSTEM_PYTHON

2019-01-21 Thread Denis OSTERLAND
Using system python "install --prefix= --root=..." gets resolved to "/local/bin" installation prefix. With self compiled python to "/bin". Without "--prefix=" system python uses "/usr/local/bin" and self compiled "/bin". With "--prefix=." system python uses "./bin" and self compiled, too.

Re: [ptxdist] [PATCH v2] template-src-linux-driver: Only install driver if selected

2019-01-21 Thread Ian Abbott
On 21/01/2019 08:02, Michael Olbrich wrote: On Fri, Jan 18, 2019 at 08:18:39PM +, Ian Abbott wrote: On 18/01/2019 17:37, Ian Abbott wrote: On 13/12/2018 12:07, Ian Abbott wrote: If a local package "foo-mod" for a Linux kernel module is selected by a local tristate configuration option

Re: [ptxdist] [PATCH v2] template-src-linux-driver: Only install driver if selected

2019-01-21 Thread Michael Olbrich
On Fri, Jan 18, 2019 at 08:18:39PM +, Ian Abbott wrote: > On 18/01/2019 17:37, Ian Abbott wrote: > > On 13/12/2018 12:07, Ian Abbott wrote: > > > If a local package "foo-mod" for a Linux kernel module is selected by a > > > local tristate configuration option PTXCONF_FOO_MOD, then based on the