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

2015-04-23 Thread Leandro Dorileo
Hi Otavio, On 04/22/2015 02:30 PM, Otavio Salvador wrote: On Wed, Apr 22, 2015 at 2:27 PM, Anders Darander wrote: I'm repeating the comments from my review of the earlier version. I'm slightly worried as we're changing some of the default configurations here. And we're suddenly starting to

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

2015-04-22 Thread Otavio Salvador
On Wed, Apr 22, 2015 at 2:27 PM, Anders Darander wrote: > > I'm repeating the comments from my review of the earlier version. > > I'm slightly worried as we're changing some of the default > configurations here. And we're suddenly starting to build almost > everything in systemd... I am in favor

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

2015-04-22 Thread Anders Darander
I'm repeating the comments from my review of the earlier version. I'm slightly worried as we're changing some of the default configurations here. And we're suddenly starting to build almost everything in systemd... * Bruno Bottazzini [150422 19:02]: > if one wants to launch a simple deamon, mo

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

2015-04-22 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. --- meta/recipes-core/systemd/systemd_219.bb | 1075 ++ 1 file changed, 943 insertions(+), 132 deletions(-) diff --g

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

2015-03-09 Thread Bottazzini, Bruno
On Seg, 2015-03-09 at 08:32 -0700, Khem Raj wrote: > > On Mar 9, 2015, at 6:37 AM, Bottazzini, Bruno > > wrote: > > > > On Sex, 2015-03-06 at 14:51 -0800, Khem Raj wrote: > >> On Fri, Mar 6, 2015 at 6:03 AM, Bottazzini, Bruno > >> wrote: > >>> On Sex, 2015-03-06 at 09:23 +0100, Anders Darander

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

2015-03-09 Thread Khem Raj
> On Mar 9, 2015, at 6:37 AM, Bottazzini, Bruno > wrote: > > On Sex, 2015-03-06 at 14:51 -0800, Khem Raj wrote: >> On Fri, Mar 6, 2015 at 6:03 AM, Bottazzini, Bruno >> wrote: >>> On Sex, 2015-03-06 at 09:23 +0100, Anders Darander wrote: * Bottazzini, Bruno [150305 17:15]: > On

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

2015-03-09 Thread Bottazzini, Bruno
On Sex, 2015-03-06 at 14:51 -0800, Khem Raj wrote: > On Fri, Mar 6, 2015 at 6:03 AM, Bottazzini, Bruno > wrote: > > On Sex, 2015-03-06 at 09:23 +0100, Anders Darander wrote: > >> * Bottazzini, Bruno [150305 17:15]: > >> > >> > On Qui, 2015-03-05 at 15:28 +0100, Anders Darander wrote: > >> > >> >

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

2015-03-06 Thread Khem Raj
On Fri, Mar 6, 2015 at 6:03 AM, Bottazzini, Bruno wrote: > On Sex, 2015-03-06 at 09:23 +0100, Anders Darander wrote: >> * Bottazzini, Bruno [150305 17:15]: >> >> > On Qui, 2015-03-05 at 15:28 +0100, Anders Darander wrote: >> >> > > Just a quick question before I look into the patch in more detail

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

2015-03-06 Thread Bottazzini, Bruno
On Sex, 2015-03-06 at 09:23 +0100, Anders Darander wrote: > * Bottazzini, Bruno [150305 17:15]: > > > On Qui, 2015-03-05 at 15:28 +0100, Anders Darander wrote: > > > > Just a quick question before I look into the patch in more detail. > > > > Is the new setting of PACKAGECONFIG consistent with

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

2015-03-06 Thread Anders Darander
* Bottazzini, Bruno [150305 17:15]: > On Qui, 2015-03-05 at 15:28 +0100, Anders Darander wrote: > > Just a quick question before I look into the patch in more detail. > > Is the new setting of PACKAGECONFIG consistent with how systemd was > > built previously? I guess it is. > Hi Anders, > it

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

2015-03-05 Thread Bottazzini, Bruno
On Qui, 2015-03-05 at 15:28 +0100, Anders Darander wrote: > * Bruno Bottazzini [150304 22:28]: > > 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. > > --- > > meta/recipes-core/sys

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

2015-03-05 Thread Anders Darander
* Bruno Bottazzini [150304 22:28]: > 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. > --- > meta/recipes-core/systemd/systemd_219.bb | 1071 > ++ > 1 file c

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

2015-03-04 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. --- meta/recipes-core/systemd/systemd_219.bb | 1071 ++ 1 file changed, 942 insertions(+), 129 deletions(-) diff --g