Re: [ptxdist] Best BSP to start with Raspberry?

2017-06-23 Thread Fritz Emboli
Thanks, i looked at DistroKit and the RPI branch looks like a dead end. Is there someone from Pengutronix who can confirm that the latest version is intended to work on the Raspi? Regards Fritz 2017-06-23 9:09 GMT+02:00 Alexander Dahl : > Hei hei, > > On Thu, Jun 22, 2017

Re: [ptxdist] Best BSP to start with Raspberry?

2017-06-23 Thread Roland Hieber
On 23.06.2017 16:44, Fritz Emboli wrote: Thanks, i looked at DistroKit and the RPI branch looks like a dead end. Is there someone from Pengutronix who can confirm that the latest version is intended to work on the Raspi? *hrm*, someone should update the documentation. You can use

Re: [ptxdist] Ptxdists use of pkg-config causing issues with Qt-5.9

2017-06-23 Thread Michael Olbrich
Hi, On Fri, Jun 23, 2017 at 10:15:42AM +, Baeuerle, Florian wrote: > I've been working on getting Qt-5.9 built with the latest ptxdist and I > encountered a bug which is related to the way, ptxdist uses pkg-config. > > I already found a (hacky) workaround, but I think the root cause >

Re: [ptxdist] Best BSP to start with Raspberry?

2017-06-23 Thread Robert Schwebel
On Fri, Jun 23, 2017 at 05:22:11PM +0200, Roland Hieber wrote: > > i looked at DistroKit and the RPI branch looks like a dead end. > > Is there someone from Pengutronix who can confirm that the latest > > version is intended to work on the Raspi? > > *hrm*, someone should update the

[ptxdist] [PATCH] mesalib: version bump 17.1.1 -> 17.1.3

2017-06-23 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 5d0a62ad3..268ef4f1c 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -19,8 +19,8 @@

[ptxdist] Ptxdists use of pkg-config causing issues with Qt-5.9

2017-06-23 Thread Baeuerle, Florian
Hello, I've been working on getting Qt-5.9 built with the latest ptxdist and I encountered a bug which is related to the way, ptxdist uses pkg-config. I already found a (hacky) workaround, but I think the root cause actually is how ptxdist uses pkg-config. The problem is already described in

Re: [ptxdist] Best BSP to start with Raspberry?

2017-06-23 Thread Alexander Dahl
Hei hei, On Thu, Jun 22, 2017 at 07:52:37PM +0200, Fritz Emboli wrote: > i'm trying to use a Raspberry 2/3 with ptxdist. > What is the best BSP to start with? You may just have a look a DistroKit by pengutronix: https://git.pengutronix.de/cgit/DistroKit Greets Alex -- »With the first link,

[ptxdist] [PATCH v2 0/2] provide ecryptfs tests

2017-06-23 Thread Oleksij Rempel
changes: v2: - spell fixes in the change log - select some dependencies needed for tests - use install_glob instead of install_three - use "call ptx/endis" to configure the tests - add "util-linux-ng: make mkfs configurable" patch Oleksij Rempel (2): util-linux-ng: make mkfs configurable

[ptxdist] [PATCH v2 1/2] util-linux-ng: make mkfs configurable

2017-06-23 Thread Oleksij Rempel
mkfs is used by ecryptfs-tools/tests. Signed-off-by: Oleksij Rempel --- rules/util-linux-ng.in | 7 +++ rules/util-linux-ng.make | 3 +++ 2 files changed, 10 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index 8141a392f..d936dfe56

[ptxdist] [PATCH v2 2/2] ecryptfs-utils: provide option for test scripts

2017-06-23 Thread Oleksij Rempel
These scripts are desined for kernel fs/ecryptfs testing. Signed-off-by: Oleksij Rempel --- rules/ecryptfs-utils.in | 12 rules/ecryptfs-utils.make | 8 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/rules/ecryptfs-utils.in