[ptxdist] fake-overlayfs

2020-10-07 Thread Ladislav Michl
Hi there, fake-overlayfs help text reads: 'fake an overlay filesystem like unionfs by copying the original content to a tmpfs.' However it does not seem to do so. Bellow is attempt to fix that. 1) /usr/sbin/fake-overlayfs does not seem to mount tmpfs 2) with MountFlags=private is tmpfs mount

Re: [ptxdist] [PATCH v2] rootfs: Fix creation of the /media directory

2020-10-07 Thread Ladislav Michl
Hi, On Wed, Oct 07, 2020 at 09:28:40AM +0200, Michael Olbrich wrote: > On Mon, Oct 05, 2020 at 01:10:35PM +0200, Gavin Schenk wrote: > > Ensure that with PTXCONF_ROOTFS_MEDIA set directory '/media' is created > > even if none of PTXCONF_ROOTFS_MEDIA[1-6] is set. > > > > On our read-only system

[ptxdist] [PATCH v2 02/29] setup: introduce GNOME mirror

2020-10-07 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: regerate config/setup/ptxdistrc.default config/setup/Kconfig |7 +++ config/setup/ptxdistrc.default |1 + 2 files changed, 8 insertions(+) diff --git a/config/setup/Kconfig b/config/setup/Kconfig index ab2b8e83a..f3fe2e8e8

[ptxdist] [PATCH v2 01/29] setup: sort mirrors alphabetically

2020-10-07 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- Changes: -v2: regerate config/setup/ptxdistrc.default config/setup/Kconfig | 28 ++-- config/setup/ptxdistrc.default | 12 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/setup/Kconfig

Re: [ptxdist] [PATCH 02/29] setup: introduce GNOME mirror

2020-10-07 Thread Roland Hieber
On Tue, Oct 06, 2020 at 04:13:28PM +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > config/setup/Kconfig | 7 +++ > config/setup/ptxdistrc.default | 13 +++-- > 2 files changed, 14 insertions(+), 6 deletions(-) > > diff --git a/config/setup/Kconfig

Re: [ptxdist] install_copy_toolchain_lib: libnsl.so not found

2020-10-07 Thread Jon Ringle
On Wed, Oct 7, 2020 at 3:05 AM Michael Olbrich wrote: > > On Tue, Oct 06, 2020 at 10:33:00PM -0400, Jon Ringle wrote: > > On Tue, Oct 6, 2020 at 10:03 PM Jon Ringle wrote: > > > On Tue, Oct 6, 2020 at 9:54 PM Jon Ringle wrote: > > > > > > > > I ran into this issue while updating our BSP to

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

2020-10-07 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

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

2020-10-07 Thread Bastian Krause
libepoxy is required since v1.7.1 for EGL operations. Signed-off-by: Bastian Krause --- 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.in index

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

2020-10-07 Thread Bastian Krause
Signed-off-by: Bastian Krause --- 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-$(PTXCONF_LIBWPE) +=

Re: [ptxdist] [PATCH] file: version bump 5.36 -> 5.39

2020-10-07 Thread Michael Olbrich
On Tue, Sep 22, 2020 at 11:20:11AM +0200, Clemens Gruber wrote: > Signed-off-by: Clemens Gruber > --- > rules/file.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/file.make b/rules/file.make > index 0d42cdece..318850295 100644 > --- a/rules/file.make >

Re: [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically

2020-10-07 Thread Ladislav Michl
Hi Michael, On Wed, Oct 07, 2020 at 09:24:59AM +0200, Michael Olbrich wrote: > On Tue, Oct 06, 2020 at 04:12:02PM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > I like it, but you need to update config/setup/ptxdistrc.default to match > the changes. I did it with following

Re: [ptxdist] [PATCH v2] rootfs: Fix creation of the /media directory

2020-10-07 Thread Michael Olbrich
On Mon, Oct 05, 2020 at 01:10:35PM +0200, Gavin Schenk wrote: > Ensure that with PTXCONF_ROOTFS_MEDIA set directory '/media' is created > even if none of PTXCONF_ROOTFS_MEDIA[1-6] is set. > > On our read-only system we mount a tmpfs on directory '/media' in order > to dynamically create

Re: [ptxdist] [PATCH 01/29] setup: sort mirrors alphabetically

2020-10-07 Thread Michael Olbrich
On Tue, Oct 06, 2020 at 04:12:02PM +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl I like it, but you need to update config/setup/ptxdistrc.default to match the changes. Michael > --- > config/setup/Kconfig | 28 ++-- > 1 file changed, 14 insertions(+), 14

Re: [ptxdist] [PATCH] fixup! ca-certificates: version bump 2016.08.08 -> 2019.09.16

2020-10-07 Thread Michael Olbrich
On Wed, Sep 30, 2020 at 11:39:46AM +, Denis Osterland-Heim wrote: > Signed-off-by: Denis Osterland-Heim > --- > > using the tag looks nicer ;-) > > rules/ca-certificates.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/ca-certificates.make

Re: [ptxdist] custom FIT image

2020-10-07 Thread Michael Olbrich
On Wed, Sep 30, 2020 at 12:41:13PM +0200, Alejandro Vázquez wrote: > El mar., 29 sept. 2020 a las 15:13, Roland Hieber () > escribió: > > > On Tue, Sep 29, 2020 at 01:28:34PM +0200, Alejandro Vázquez wrote: > > > Hi all! > > > I need to create a FIT image kernel and I need to add the arguments: >

Re: [ptxdist] [PATCH] dbus-broker: new package

2020-10-07 Thread Michael Olbrich
On Tue, Sep 22, 2020 at 11:20:15AM +0200, Clemens Gruber wrote: > dbus-broker is a high-performance D-Bus message broker which serves as > a drop-in replacement for the dbus-daemon. The original dbus is > installed as a dependency (due to required files). > > If dbus-broker is enabled, it is used

Re: [ptxdist] install_copy_toolchain_lib: libnsl.so not found

2020-10-07 Thread Michael Olbrich
On Tue, Oct 06, 2020 at 10:33:00PM -0400, Jon Ringle wrote: > On Tue, Oct 6, 2020 at 10:03 PM Jon Ringle wrote: > > On Tue, Oct 6, 2020 at 9:54 PM Jon Ringle wrote: > > > > > > I ran into this issue while updating our BSP to ptxdist-2020.09.0 with > > > OSELAS.Toolchain-2020.08.0 that I'm not