[ptxdist] [PATCH v2 3/3] wpewebkit: version bump 2.28.4 -> 2.30.1

2020-10-21 Thread Bastian Krause
ENABLE_ACCELERATED_2D_CANVAS=ON is broken on 2.30.1. It defaults to off and does not really improve performance on embedded devices (paraphrasing the wpewebkit maintainers). There was even discussion to turn it into a private option [1]. So turn it off. wpewebkit depends on gstreamer for audio/vid

[ptxdist] [PATCH v2 1/3] libwpe: version bump 1.6.0 -> 1.8.0

2020-10-21 Thread Bastian Krause
Signed-off-by: Bastian Krause --- No changes since v1. --- rules/libwpe.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwpe.make b/rules/libwpe.make index 552a55dc9..5c6fb9054 100644 --- a/rules/libwpe.make +++ b/rules/libwpe.make @@ -14,9 +14,9 @@ PACKAGES-$

[ptxdist] [PATCH v2 2/3] wpebackend-fdo: version bump 1.6.1 -> 1.8.0

2020-10-21 Thread Bastian Krause
libepoxy is required since v1.7.1 for EGL operations. Signed-off-by: Bastian Krause --- No changes since v1. --- rules/wpebackend-fdo.in | 1 + rules/wpebackend-fdo.make | 7 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend-fdo.i

[ptxdist] [PATCH 2/3] host-nfsutils: new package

2020-10-21 Thread Bastian Krause
This is needed for rpcgen, which is needed during compile time of nfsutils. It may also be installed/used on the target. See: https://marc.info/?t=16032761482&r=1&w=2 Signed-off-by: Bastian Krause --- rules/host-nfsutils.in | 6 + rules/host-nfsutils.make | 50 +++

[ptxdist] [PATCH 3/3] nfsutils: version bump 1.3.3 -> 2.5.1

2020-10-21 Thread Bastian Krause
Signed-off-by: Bastian Krause --- ...-the-starting-and-stopping-of-rpcbin.patch | 45 --- ...nclude-file-so-UINT16_MAX-is-defined.patch | 21 - ...003-fix-building-w-newer-C-libraries.patch | 79 --- .../0100-rpcgen-don-t-link-to-libtirpc.patch | 24 -- patches/nf

[ptxdist] [PATCH 1/3] nfsutils: fix paths in init script

2020-10-21 Thread Bastian Krause
The nfs-utils tools are installed into /usr/sbin since the /usr merge. Fixes: e5068a95a ("nfsutils: /usr merge") Signed-off-by: Bastian Krause --- projectroot/etc/init.d/nfsd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projectroot/etc/init.d/nfsd b/projectroot/etc

[ptxdist] [PATCH] ptxd_make_fit_image: add architecture name

2020-10-21 Thread avazquez . dev
From: AVazquez Add architecture name, mandatory for types kernel and fdt. Signed-off-by: AVazquez --- scripts/lib/ptxd_make_fit_image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/lib/ptxd_make_fit_image.sh b/scripts/lib/ptxd_make_fit_image.sh index 56f2736..9754d1e 100644

Re: [ptxdist] systemctl daemon-reload fails

2020-10-21 Thread Ladislav Michl
On Tue, Oct 20, 2020 at 08:57:27AM -0400, Jon Ringle wrote: > On Tue, Oct 20, 2020 at 2:06 AM Ladislav Michl wrote: > > > > On Mon, Oct 19, 2020 at 02:32:49PM -0400, Jon Ringle wrote: > > > I recently updated to ptxdist-2020.10.0 for running on our device that > > > has 64MB or physical ram. > > >