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

2018-08-30 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

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

2018-08-30 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 --- rules/weston.in | 14 ++ rules/weston.make | 41

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

2018-08-30 Thread Michael Tretter
Signed-off-by: Michael Tretter --- 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 @$(call touch) -#

Re: [ptxdist] [PATCH v3] libgpiod: add support for python3 bindings

2018-08-30 Thread Andreas Schmidt
Hi Michael, > Am 30.08.2018 um 16:32 schrieb Michael Olbrich : > > Hi, > > On Thu, Aug 30, 2018 at 04:12:19PM +0200, Andreas Schmidt wrote: > [...] >>> No. It looks good as is. The python3 section is for Python modules. We >>> already have other packages that include (optional) Python bindings

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

2018-08-30 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_ :

Re: [ptxdist] PTXdist usescases

2018-08-30 Thread Michael Olbrich
On Thu, Aug 30, 2018 at 08:05:04AM +, Baeuerle, Florian wrote: > Am Mittwoch, den 29.08.2018, 16:48 +0200 schrieb Michael Olbrich: > > On Tue, Aug 28, 2018 at 10:07:45AM +, Baeuerle, Florian wrote: > > > the way we use ptxdist might be interesting for you as well. > > > > > > We use one

Re: [ptxdist] License Report - Patch List

2018-08-30 Thread Michael Olbrich
Hi, On Thu, Aug 30, 2018 at 08:35:19AM +, Alm, Michael wrote: > currently I'm struggling with our legal department around the license report > automatically generated by ptxdist. During that process we stumbled upon an > ambiguity. Let me illustrate the problem using the kernel as an

Re: [ptxdist] PTXdist usescases

2018-08-30 Thread Baeuerle, Florian
Hello Michael, Am Mittwoch, den 29.08.2018, 16:48 +0200 schrieb Michael Olbrich: > Hi, > > On Tue, Aug 28, 2018 at 10:07:45AM +, Baeuerle, Florian wrote: > > the way we use ptxdist might be interesting for you as well. > > > > We use one ptxdist directory with two platforms and three

[ptxdist] License Report - Patch List

2018-08-30 Thread Alm, Michael
Hi, currently I'm struggling with our legal department around the license report automatically generated by ptxdist. During that process we stumbled upon an ambiguity. Let me illustrate the problem using the kernel as an example, but it applies to other packages, as well. In the license

Re: [ptxdist] [PATCH] libgpiod: add support for python3 bindings.

2018-08-30 Thread Börje Sewing
On 08/29/2018 04:04 PM, Michael Olbrich wrote: > On Fri, Aug 24, 2018 at 03:58:38PM +0200, Boerje Sewing wrote: >> Signed-off-by: Boerje Sewing >> --- >> rules/libgpiod.in | 8 >> rules/libgpiod.make | 20 ++-- >> 2 files changed, 26 insertions(+), 2 deletions(-) >>

[ptxdist] [PATCH v3] libgpiod: add support for python3 bindings

2018-08-30 Thread Boerje Sewing
Signed-off-by: Boerje Sewing --- Changes in v3: - Fix python dependency in Kconfig file (thanks Michael) - Remove unnecessary host python selection in Kconfig (thanks Michael) - Simplify library copy process in Makefile (thanks Michael) Changes in v2: - Shorten the Makefile (thanks Denis) - Fix

Re: [ptxdist] [PATCH v3] libgpiod: add support for python3 bindings

2018-08-30 Thread Michael Olbrich
Hi, On Thu, Aug 30, 2018 at 04:12:19PM +0200, Andreas Schmidt wrote: [...] > > No. It looks good as is. The python3 section is for Python modules. We > > already have other packages that include (optional) Python bindings like > > this. > > Ok, if already other packages do that. I didn’t see

Re: [ptxdist] [PATCH v3] libgpiod: add support for python3 bindings

2018-08-30 Thread Andreas Schmidt
Hi Boerje, sorry for my late review. On 8/30/18 1:11 PM, Boerje Sewing wrote: Signed-off-by: Boerje Sewing --- Changes in v3: - Fix python dependency in Kconfig file (thanks Michael) - Remove unnecessary host python selection in Kconfig (thanks Michael) - Simplify library copy process in

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

2018-08-30 Thread Michael Olbrich
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 enabled use: > $ CONFIG=/path/to/kernelconfig lxc-checkconfig > >

Re: [ptxdist] [PATCH v3] libgpiod: add support for python3 bindings

2018-08-30 Thread Michael Olbrich
On Thu, Aug 30, 2018 at 02:53:58PM +0200, Andreas Schmidt wrote: > Hi Boerje, > > sorry for my late review. > > On 8/30/18 1:11 PM, Boerje Sewing wrote: > > Signed-off-by: Boerje Sewing > > --- > > > > Changes in v3: > > - Fix python dependency in Kconfig file (thanks Michael) > > - Remove

Re: [ptxdist] [PATCH v3] libgpiod: add support for python3 bindings

2018-08-30 Thread Andreas Schmidt
> Am 30.08.2018 um 15:44 schrieb Michael Olbrich : > >> On Thu, Aug 30, 2018 at 02:53:58PM +0200, Andreas Schmidt wrote: >> Hi Boerje, >> >> sorry for my late review. >> >>> On 8/30/18 1:11 PM, Boerje Sewing wrote: >>> Signed-off-by: Boerje Sewing >>> --- >>> >>> Changes in v3: >>> - Fix

Re: [ptxdist] PTXdist usescases

2018-08-30 Thread Michael Olbrich
On Thu, Aug 30, 2018 at 01:06:57PM +, Baeuerle, Florian wrote: > Am Donnerstag, den 30.08.2018, 11:41 +0200 schrieb Michael Olbrich: > > On Thu, Aug 30, 2018 at 08:05:04AM +, Baeuerle, Florian wrote: > > > Besides: is there a way to just "by default" select and install a package > > > for