Re: [ptxdist] [PATCH 2/3] weston: install weston.ini into /etc

2018-08-31 Thread Ladislav Michl
Hello Michael, just a nitpick... On Thu, Aug 30, 2018 at 06:23:29PM +0200, Michael Tretter wrote: > Weston brings an example weston.ini file, which is not installed by > default. Use the shipped template to generate a weston.ini for the > target system and install it to the default system global

Re: [ptxdist] [PATCH 3/3] weston: add IVI-Shell support

2018-08-31 Thread Ladislav Michl
On Thu, Aug 30, 2018 at 06:23:30PM +0200, Michael Tretter wrote: > The IVI-Shell is a shell for in-vehicle-infotainment systems. Allow to > build the ivi shell module and separately also build the ivi-shell user > interface example. > > Signed-off-by: Michael Tretter > --- > rules/weston.in |

Re: [ptxdist] [PATCH 2/3] weston: install weston.ini into /etc

2018-08-31 Thread Michael Olbrich
On Fri, Aug 31, 2018 at 09:16:34AM +0200, Michael Olbrich wrote: > On Fri, Aug 31, 2018 at 08:09:48AM +0200, Ladislav Michl wrote: > > Hello Michael, > > > > just a nitpick... > > > > On Thu, Aug 30, 2018 at 06:23:29PM +0200, Michael Tretter wrote: > > > Weston brings an example weston.ini file,

Re: [ptxdist] PTXdist usescases

2018-08-31 Thread Baeuerle, Florian
Am Donnerstag, den 30.08.2018, 11:41 +0200 schrieb Michael Olbrich: > > > > Let's say I want to build App D on two platforms, each requiring > > > > different > > > > graphic drivers (SGX is a nightmare), I wouldn't really know how to do > > > > that > > > > properly. > > > > > > Hmm, we have

Re: [ptxdist] [PATCH v2] minicoredumper: New package

2018-08-31 Thread Michael Olbrich
On Tue, Aug 14, 2018 at 06:15:39PM +0200, Uwe Kleine-König wrote: > Signed-off-by: Uwe Kleine-König > --- > Changes since (implicit) v1, sent with Message-Id: > 20180813145748.21019-1-u.kleine-koe...@pengutronix.de: > > - s/LGPG-2.1/LGPG-2.1/ > - Add "AND" to MINICOREDUMPER_LICENSE > -

Re: [ptxdist] [PATCH 3/3] weston: add IVI-Shell support

2018-08-31 Thread Michael Olbrich
On Fri, Aug 31, 2018 at 08:11:01AM +0200, Ladislav Michl wrote: > On Thu, Aug 30, 2018 at 06:23:30PM +0200, Michael Tretter wrote: > > The IVI-Shell is a shell for in-vehicle-infotainment systems. Allow to > > build the ivi shell module and separately also build the ivi-shell user > > interface

[ptxdist] [PATCH v2 3/3] weston: add IVI-Shell support

2018-08-31 Thread Michael Tretter
The IVI-Shell is a shell for in-vehicle-infotainment systems. Allow to build the ivi shell module and separately also build the ivi-shell user interface example. Signed-off-by: Michael Tretter --- Changes since v1: - move depends on before select in configuration - move mkdir in front of ifndef

[ptxdist] [PATCH v2 1/3] weston: remove empty clean stage

2018-08-31 Thread Michael Tretter
Signed-off-by: Michael Tretter --- Changes since v1: - none --- rules/weston.make | 8 1 file changed, 8 deletions(-) diff --git a/rules/weston.make b/rules/weston.make index f5d748897..1817a94f3 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -146,12 +146,4 @@ endif

[ptxdist] [PATCH v2 2/3] weston: install weston.ini into /etc

2018-08-31 Thread Michael Tretter
Weston brings an example weston.ini file, which is not installed by default. Use the shipped template to generate a weston.ini for the target system and install it to the default system global path. Allow to disable weston.ini to use the build-in default configuration or to override it in the

Re: [ptxdist] [PATCH 2/3] weston: install weston.ini into /etc

2018-08-31 Thread Michael Olbrich
On Fri, Aug 31, 2018 at 08:09:48AM +0200, Ladislav Michl wrote: > Hello Michael, > > just a nitpick... > > On Thu, Aug 30, 2018 at 06:23:29PM +0200, Michael Tretter wrote: > > Weston brings an example weston.ini file, which is not installed by > > default. Use the shipped template to generate a

Re: [ptxdist] PTXdist usescases

2018-08-31 Thread Baeuerle, Florian
Am Freitag, den 31.08.2018, 12:17 +0200 schrieb Michael Olbrich: > You need: > $platform_a/rules/platform-opengl.in with no dependencies > > $platform_a/platforms/platform-opengl.in that depends on ti-sgx-drivers > $platform_a/platforms/*.in for ti-sgx-drivers > > These must have a section that

Re: [ptxdist] PTXdist usescases

2018-08-31 Thread Michael Olbrich
On Fri, Aug 31, 2018 at 08:41:40AM +, Baeuerle, Florian wrote: > Am Donnerstag, den 30.08.2018, 11:41 +0200 schrieb Michael Olbrich: > > > > > Let's say I want to build App D on two platforms, each requiring > > > > > different > > > > > graphic drivers (SGX is a nightmare), I wouldn't really

Re: [ptxdist] [PATCH v3] lxc: add new package

2018-08-31 Thread Michael Grzeschik
On Thu, Aug 30, 2018 at 04:10:35PM +0200, Michael Olbrich wrote: > On Thu, Aug 30, 2018 at 09:35:50AM +0200, Michael Grzeschik wrote: > > This patch adds support for the lxc container system. We install the > > userspace lib and application. > > > > To make sure all necessary kernel options are

[ptxdist] [PATCH v4 1/2] glibc: add option to install getent on target

2018-08-31 Thread Michael Grzeschik
Signed-off-by: Michael Grzeschik --- rules/glibc.in | 7 +++ rules/glibc.make | 4 2 files changed, 11 insertions(+) diff --git a/rules/glibc.in b/rules/glibc.in index bd0f1db91..d64a35475 100644 --- a/rules/glibc.in +++ b/rules/glibc.in @@ -178,6 +178,13 @@ config GLIBC_NSL

[ptxdist] [PATCH v4 0/2] lxc: add support in ptxdist

2018-08-31 Thread Michael Grzeschik
This patchset adds support for the lxc package in ptxdist. Michael Grzeschik (2): glibc: add option to install getent on target lxc: add new package projectroot/etc/default/lxc-net | 7 ++ projectroot/etc/lxc/default.conf | 4 + rules/glibc.in | 7 ++

[ptxdist] [PATCH v4 2/2] lxc: add new package

2018-08-31 Thread Michael Grzeschik
This patch adds support for the lxc container system. We install the userspace lib and application. To make sure all necessary kernel options are enabled use: $ CONFIG=/path/to/kernelconfig lxc-checkconfig Signed-off-by: Michael Grzeschik --- v1 -> v2: - prefixed used variables with PTXCONF_ :

[ptxdist] [PATCH 1/4] python3-lxml: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- ...-do-not-use-libdirs-from-xslt-config.patch | 31 +++ patches/lxml-4.2.4/series | 1 + rules/python3-lxml.in | 14 + rules/python3-lxml.make | 51 +++ 4 files changed,

[ptxdist] [PATCH 4/4] python3-opcua: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-opcua.in | 17 ++ rules/python3-opcua.make | 51 2 files changed, 68 insertions(+) create mode 100644 rules/python3-opcua.in create mode 100644 rules/python3-opcua.make diff --git

[ptxdist] [PATCH 3/4] python3-dateutil: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-dateutil.in | 11 rules/python3-dateutil.make | 51 + 2 files changed, 62 insertions(+) create mode 100644 rules/python3-dateutil.in create mode 100644 rules/python3-dateutil.make diff --git

[ptxdist] [PATCH 2/4] python3-pytz: new package

2018-08-31 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/python3-pytz.in | 13 +++ rules/python3-pytz.make | 51 + 2 files changed, 64 insertions(+) create mode 100644 rules/python3-pytz.in create mode 100644 rules/python3-pytz.make diff --git