Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-17 Thread Anders Darander
* Leandro Dorileo [150616 20:21]: > On 05/13/2015 07:41 PM, Andreas Oberritter wrote: > >Hello Bruno, > >On 13.05.2015 23:51, Bruno Bottazzini wrote: > >>+ > >>+# Aggregation of Split Packages > >>+##

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Andreas Oberritter
Hello Leandro, On 16.06.2015 20:20, Leandro Dorileo wrote: > On 05/13/2015 07:41 PM, Andreas Oberritter wrote: >> Hello Bruno, >> >> On 13.05.2015 23:51, Bruno Bottazzini wrote: >>> + >>> >>> +# Aggregation of Split Packages >

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Andreas Oberritter
Hello Bruno, On 16.06.2015 20:11, Bottazzini, Bruno wrote: > Ping > > On Sex, 2015-06-05 at 13:52 -0300, Bottazzini, Bruno wrote: >> Ping. >> >> On Ter, 2015-05-19 at 10:18 -0300, Bottazzini, Bruno wrote: >>> On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: Hello Bruno,

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Leandro Dorileo
On 05/13/2015 07:41 PM, Andreas Oberritter wrote: Hello Bruno, On 13.05.2015 23:51, Bruno Bottazzini wrote: + +# Aggregation of Split Packages + +PACKA

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-16 Thread Bottazzini, Bruno
Ping On Sex, 2015-06-05 at 13:52 -0300, Bottazzini, Bruno wrote: > Ping. > > On Ter, 2015-05-19 at 10:18 -0300, Bottazzini, Bruno wrote: > > On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: > > > Hello Bruno, > > > > > > On 13.05.2015 23:51, Bruno Bottazzini wrote: > > > > +#

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-06-05 Thread Bottazzini, Bruno
Ping. On Ter, 2015-05-19 at 10:18 -0300, Bottazzini, Bruno wrote: > On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: > > Hello Bruno, > > > > On 13.05.2015 23:51, Bruno Bottazzini wrote: > > > + > > > +# Aggregati

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-05-19 Thread Bottazzini, Bruno
On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: > Hello Bruno, > > On 13.05.2015 23:51, Bruno Bottazzini wrote: > > + > > +# Aggregation of Split Packages > > +

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-05-13 Thread Andreas Oberritter
Hello Bruno, On 13.05.2015 23:51, Bruno Bottazzini wrote: > + > +# Aggregation of Split Packages > + > +PACKAGES =+ "${PN}-services-base" > +SUMMARY_${PN}

[OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-05-13 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini --- meta/recipes-core/systemd/systemd_219.bb | 1071 ++ 1 file changed, 942 inserti