[ptxdist] [PATCH 2/3] HOST_MESON_OPT: Add --libdir

2018-07-30 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/pre/Rules.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make index 37357ae..1e5dad8 100644 --- a/rules/pre/Rules.make +++ b/rules/pre/Rules.make @@ -329,7 +329,8 @@

[ptxdist] [PATCH 3/3] host-systemd: Fix rpath space problem

2018-07-30 Thread jon
From: Jon Ringle Make room for chrpath manipulation in host-systemd.install.pack The `-Drootprefix=/lib/..` adds sufficient space to avoids errors like: new rpath '${ORIGIN}/../../../lib' too large; maximum length 16 ptxdist: error: Failed to adjust rpath for

[ptxdist] [PATCH 1/3] hostapd: bool => tristate

2018-07-30 Thread jon
From: Jon Ringle Signed-off-by: Jon Ringle --- rules/hostapd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/hostapd.in b/rules/hostapd.in index 9160a02..6ac6be5 100644 --- a/rules/hostapd.in +++ b/rules/hostapd.in @@ -1,7 +1,7 @@ ## SECTION=networking config

[ptxdist] [PATCH] mesalib: version bump 18.1.1 -> 18.1.5

2018-07-30 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- ...d-missing-dependency-on-generated-he.patch | 38 --- patches/mesa-18.1.1/autogen.sh| 1 - patches/mesa-18.1.1/series| 4 -- rules/mesalib.make| 4 +- 4 files changed, 2

Re: [ptxdist] [PATCH] xorg-fonts: make all xorg-font packages tristate

2018-07-30 Thread Michael Olbrich
No, tristate is for collections. And all font files are currently dumped into one xorg-fonts ipkg. This is realy ugly and does not work with collections. It may be possible to create individual ipkgs for each package. But that's not so simple because we generate index files at the end. I don't

[ptxdist] [PATCH] xorg-fonts: make all xorg-font packages tristate

2018-07-30 Thread Florian Bäuerle
--- rules/graphics_and_multimedia.in | 6 +++--- rules/xorg-font-100dpi-trans.in | 8 rules/xorg-font-100dpi.in| 2 +- rules/xorg-font-75dpi-trans.in | 8 rules/xorg-font-75dpi.in | 2 +-

[ptxdist] [PATCH v2 2/2] squashfs-tools: version bump 4.2 -> 4.3 and drop 3.4 support

2018-07-30 Thread Baeuerle, Florian
--- rules/squashfs-tools.make | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/rules/squashfs-tools.make b/rules/squashfs-tools.make index 6bdc03635..5fb905d06 100644 --- a/rules/squashfs-tools.make +++ b/rules/squashfs-tools.make @@ -16,13 +16,9 @@

[ptxdist] [PATCH v2 1/2] image-root-squashfs: add rules for generic squashfs image

2018-07-30 Thread Baeuerle, Florian
This adds rules for generating a squashfs image from the root filesystem via genimage. --- config/images/squashfs.config| 8 platforms/image-root-squashfs.in | 72 rules/image-root-squashfs.make | 39 + 3 files changed, 119

Re: [ptxdist] [PATCH] image-root-squashfs: add rules for generic squashfs image

2018-07-30 Thread Michael Olbrich
On Mon, Jul 30, 2018 at 11:58:56AM +, Baeuerle, Florian wrote: > Am Montag, den 30.07.2018, 13:56 +0200 schrieb Michael Olbrich: > > On Mon, Jul 30, 2018 at 11:39:05AM +, Baeuerle, Florian wrote: > > > This adds rules for generating a squashfs image from the root > > > filesystem via

Re: [ptxdist] [PATCH] image-root-squashfs: add rules for generic squashfs image

2018-07-30 Thread Baeuerle, Florian
Am Montag, den 30.07.2018, 13:56 +0200 schrieb Michael Olbrich: > On Mon, Jul 30, 2018 at 11:39:05AM +, Baeuerle, Florian wrote: > > This adds rules for generating a squashfs image from the root > > filesystem via genimage. > > > > Since genimage does not seem to support squashfs-tools v3.x,

Re: [ptxdist] Failed to compile gdbserver

2018-07-30 Thread Denis OSTERLAND
Am Montag, den 30.07.2018, 13:44 +0200 schrieb Michael Olbrich: > Hi, > > On Mon, Jul 30, 2018 at 11:29:04AM +, Denis OSTERLAND wrote: > > > > I try to compile gdbserver with OSELAS.Toolchain-2018.02.0 on armv5te + > > armv7a, but it fails. > > I tried the default version 7.6.1: > You need

Re: [ptxdist] [PATCH] image-root-squashfs: add rules for generic squashfs image

2018-07-30 Thread Michael Olbrich
On Mon, Jul 30, 2018 at 11:39:05AM +, Baeuerle, Florian wrote: > This adds rules for generating a squashfs image from the root > filesystem via genimage. > > Since genimage does not seem to support squashfs-tools v3.x, this > package conflicts with that option. I think we should remove

Re: [ptxdist] Failed to compile gdbserver

2018-07-30 Thread Michael Olbrich
Hi, On Mon, Jul 30, 2018 at 11:29:04AM +, Denis OSTERLAND wrote: > I try to compile gdbserver with OSELAS.Toolchain-2018.02.0 on armv5te + > armv7a, but it fails. > I tried the default version 7.6.1: You need to use the same version as the gdb in the toolchain. That's 8.1, if I remember

[ptxdist] [PATCH] image-root-squashfs: add rules for generic squashfs image

2018-07-30 Thread Baeuerle, Florian
This adds rules for generating a squashfs image from the root filesystem via genimage. Since genimage does not seem to support squashfs-tools v3.x, this package conflicts with that option. --- config/images/squashfs.config| 8 platforms/image-root-squashfs.in | 77

[ptxdist] Failed to compile gdbserver

2018-07-30 Thread Denis OSTERLAND
Hi, I try to compile gdbserver with OSELAS.Toolchain-2018.02.0 on armv5te + armv7a, but it fails. I tried the default version 7.6.1: ../gdbserver-7.6.1/gdb/gdbserver/linux-arm-low.c:328:1: error: conflicting types for 'ps_get_thread_area'  ps_get_thread_area (const struct ps_prochandle *ph,  

Re: [ptxdist] [PATCH] networkmanager: version bump 1.12.0 -> 1.12.2

2018-07-30 Thread Michael Olbrich
On Thu, Jul 26, 2018 at 09:15:38PM +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > rules/networkmanager.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/networkmanager.make b/rules/networkmanager.make > index e36d2deb9..5ee8dcd3e

Re: [ptxdist] [PATCH] image-root-tgz: Remove quotes added around label put in tar ball

2018-07-30 Thread Michael Olbrich
On Sat, Jul 28, 2018 at 11:44:37AM -0400, j...@ringle.org wrote: > From: Jon Ringle > > Signed-off-by: Jon Ringle > --- > scripts/lib/ptxd_make_image_common.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/lib/ptxd_make_image_common.sh >