From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TlNSk-0007Se-AS for openembedded-core@lists.openembedded.org; Wed, 19 Dec 2012 18:29:52 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 19 Dec 2012 09:15:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,318,1355126400"; d="scan'208,217";a="267144990" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by fmsmga002.fm.intel.com with ESMTP; 19 Dec 2012 09:15:01 -0800 Message-ID: <50D1F76D.4070000@intel.com> Date: Wed, 19 Dec 2012 19:20:45 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 17:29:52 -0000 Content-Type: multipart/alternative; boundary="------------000701060900080608030908" --------------000701060900080608030908 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi guys, I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merge this into oe-core, so please take a look and give me your feedback on stuff that needs work or things that I might have done wrong, so that I can prepare it for merge. At this point core-image-minimal and core-image-sato both boot fine with systemd. There still are a few warnings but not critical(at runtime), at least in my opinion, you may want to take a look at those too. You can activate systemd by *DISTRO_FEATURES_INITMAN = "systemd"* Radu --------------000701060900080608030908 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi guys,
    I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merge this into oe-core, so please take a look and give me your feedback on stuff that needs work or things that I might have done wrong, so that I can prepare it for merge.
    At this point core-image-minimal and core-image-sato both boot fine with systemd. There still are a few warnings but not critical(at runtime), at least in my opinion, you may want to take a look at those too.
    You can activate systemd by  DISTRO_FEATURES_INITMAN = "systemd"

Radu
--------------000701060900080608030908-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oa0-f52.google.com ([209.85.219.52]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TlNYp-00012O-6h for openembedded-core@lists.openembedded.org; Wed, 19 Dec 2012 18:36:08 +0100 Received: by mail-oa0-f52.google.com with SMTP id o6so2357239oag.11 for ; Wed, 19 Dec 2012 09:21:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=k1oUrzESAE8gcs5SOAdj13saY/MNiYt8SWWj8icgyrc=; b=rXcP0iJVuOEUu+X6PxdV1PcSaur0IYC6qv8sqMuZ79liUIselvZHib35kYwzbqhwgr r74QmLDYQoB+o1D3cCxQChAJszpIIiW2THZvUA77jdl78Pdmsz0Up5Z3aEp6ZYsxQeqp RHwoqnAKh6WsAoDZFMZY9UIBrqV1py1DrG1AqpFZT47iTJ9yVx/o6q8YXsqbaqa5gvzu n4YkHX7z4G/kJ2+EPDcX8ZnFyReHtJ3w/Gdi+qp2JGmhFKLONz0eDafXKgdJgKmIpOuT n8imWIZ4iwYYDvFsXr7re6B7oDD4SBrHyQz9flUN/ppODRpv8Pw+Llfhm0yDw8oH4V1K kw3w== MIME-Version: 1.0 Received: by 10.182.54.103 with SMTP id i7mr5402761obp.62.1355937674806; Wed, 19 Dec 2012 09:21:14 -0800 (PST) Sender: otavio.salvador@gmail.com Received: by 10.182.219.130 with HTTP; Wed, 19 Dec 2012 09:21:14 -0800 (PST) In-Reply-To: <50D1F76D.4070000@intel.com> References: <50D1F76D.4070000@intel.com> Date: Wed, 19 Dec 2012 15:21:14 -0200 X-Google-Sender-Auth: Ew1J-QKKmybBAnvkIUQRm4exbuA Message-ID: From: Otavio Salvador To: Radu Moisan Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 17:36:11 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Dec 19, 2012 at 3:20 PM, Radu Moisan wrote: > Hi guys, > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > pulled systemd from meta-openembedded. The goal is to merge this into > oe-core, so please take a look and give me your feedback on stuff that needs > work or things that I might have done wrong, so that I can prepare it for > merge. > At this point core-image-minimal and core-image-sato both boot fine with > systemd. There still are a few warnings but not critical(at runtime), at > least in my opinion, you may want to take a look at those too. > You can activate systemd by DISTRO_FEATURES_INITMAN = "systemd" In this case, systemd is made *available* or used? Is it possible to have sysvinit image and another systemd? -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 16.mo5.mail-out.ovh.net ([87.98.174.144] helo=mo5.mail-out.ovh.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TlR1b-0005or-2Q for openembedded-core@lists.openembedded.org; Wed, 19 Dec 2012 22:17:59 +0100 Received: from mail419.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with SMTP id 50C841010166 for ; Wed, 19 Dec 2012 22:06:34 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 19 Dec 2012 22:57:51 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO eb-e6520) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 19 Dec 2012 22:57:50 +0200 Date: Wed, 19 Dec 2012 21:57:49 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Radu Moisan X-Ovh-Mailout: 178.32.228.5 (mo5.mail-out.ovh.net) Message-ID: <20121219215749.1c511d83@eb-e6520> In-Reply-To: <50D1F76D.4070000@intel.com> References: <50D1F76D.4070000@intel.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 3048373997857778955 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrtdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomhepgfhrihgtuceurohnrghrugcuoegvrhhitgesvghukhhrvggrrdgtohhmqeenucffohhmrghinhephihotghtohhprhhojhgvtghtrdhorhhgnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrtdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomhepgfhrihgtuceurohnrghrugcuoegvrhhitgesvghukhhrvggrrdgtohhmqeenucffohhmrghinhephihotghtohhprhhojhgvtghtrdhorhhgnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 21:17:59 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Le Wed, 19 Dec 2012 19:20:45 +0200, Radu Moisan a =E9crit : > I have prepared a branch on poky-contrib (rmoisan/systemd) where I=20 > pulled systemd from meta-openembedded. The goal is to merge this into=20 > oe-core, so please take a look and give me your feedback on stuff that=20 > needs work or things that I might have done wrong, so that I can prepare= =20 > it for merge. a nitpick : http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=3Drmoisan/= systemd&id=3D02f4027f7ccddaff3b0316962e7a86a04d31abbc here you add that to lighttpd recipe : + file://lighttpd_fix_for_automake-1.12.patch \ + file://lighttpd.service but you don't add the patch then here (several patches later) http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=3Drmoisan/= systemd&id=3D0b6a5d3f998d2f1bb346c403d512c33ee93052fb you fix that : - file://lighttpd_fix_for_automake-1.12.patch \ > At this point core-image-minimal and core-image-sato both boot fine= =20 > with systemd. There still are a few warnings but not critical(at=20 > runtime), at least in my opinion, you may want to take a look at those to= o. > You can activate systemd by *DISTRO_FEATURES_INITMAN =3D "systemd"* >=20 thanks, will try this. Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 11.mo5.mail-out.ovh.net ([46.105.47.167] helo=mo5.mail-out.ovh.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TlTD3-00088X-P2 for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 00:37:58 +0100 Received: from mail419.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with SMTP id BC4C51010165 for ; Wed, 19 Dec 2012 22:04:08 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 19 Dec 2012 22:55:25 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO eb-e6520) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 19 Dec 2012 22:55:24 +0200 Date: Wed, 19 Dec 2012 21:55:23 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Otavio Salvador X-Ovh-Mailout: 178.32.228.5 (mo5.mail-out.ovh.net) Message-ID: <20121219215523.3f50cb4a@eb-e6520> In-Reply-To: References: <50D1F76D.4070000@intel.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 3007278653225741692 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrtdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomhepgfhrihgtuceurohnrghrugcuoegvrhhitgesvghukhhrvggrrdgtohhmqeenucffohhmrghinhephihotghtohhprhhojhgvtghtrdhorhhgnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrtdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomhepgfhrihgtuceurohnrghrugcuoegvrhhitgesvghukhhrvggrrdgtohhmqeenucffohhmrghinhephihotghtohhprhhojhgvtghtrdhorhhgnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu Cc: Patches, oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 23:37:59 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Le Wed, 19 Dec 2012 15:21:14 -0200, Otavio Salvador a =E9crit : > On Wed, Dec 19, 2012 at 3:20 PM, Radu Moisan wrot= e: > > Hi guys, > > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > > pulled systemd from meta-openembedded. The goal is to merge this into > > oe-core, so please take a look and give me your feedback on stuff that = needs > > work or things that I might have done wrong, so that I can prepare it f= or > > merge. > > At this point core-image-minimal and core-image-sato both boot fine= with > > systemd. There still are a few warnings but not critical(at runtime), at > > least in my opinion, you may want to take a look at those too. > > You can activate systemd by DISTRO_FEATURES_INITMAN =3D "systemd" >=20 > In this case, systemd is made *available* or used? Is it possible to > have sysvinit image and another systemd? >=20 there is a DISTRO_FEATURE in this patch which seems to give this choice : http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=3Drmoisan/= systemd&id=3D1dd15bf46003d0563e7f3441a6c73cbc1e90a79b DISTRO_FEATURES_INITMAN ?=3D "sysvinit" Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pb0-f41.google.com ([209.85.160.41]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TlUkb-0001s5-8x for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 02:16:41 +0100 Received: by mail-pb0-f41.google.com with SMTP id xa7so1582735pbc.14 for ; Wed, 19 Dec 2012 17:01:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=r600e9hOO81ysPvujKPZQTMhF8qcwRxDaR1/dLJ4nMA=; b=tq9mu9F3zpJTf55M2JP1BWFAp9JLVrrtrDMgdCow7pP0+e19HUTNpjCd3QLJd7JCXR UtCY57hE1K6PC46NxrQimIH7c7licv1kLbHz8pVZqtu5NVQ4LkqEtfrBaq5az+nZLJbl 5hzATYWMOTIwKGWjCF/FsyVf/zYxbHN6HRSMuymQ6yCVYrZmyFxnfqki4z83hFogzDzJ jp6xOFgpHs2tp1rGL77oVi+dwtffhvYBHtws9cu0or81vRfxCGysisa/hybiwOGOjOh5 cPBJQg+3uDCjTvrbickiGowm1cxbN1znHVnZRmQomqmuWadCnx/3ZU3iZAbV8dPAEvoA /14Q== X-Received: by 10.68.236.100 with SMTP id ut4mr24518094pbc.92.1355965315741; Wed, 19 Dec 2012 17:01:55 -0800 (PST) Received: from yiqingliang-pc.localnet ([117.89.53.92]) by mx.google.com with ESMTPS id jo6sm297521pbb.5.2012.12.19.17.01.52 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 17:01:54 -0800 (PST) From: Yi Qingliang To: openembedded-core@lists.openembedded.org Date: Thu, 20 Dec 2012 09:00:26 +0000 Message-ID: <1638569.ITDdzWabfu@yiqingliang-pc> Organization: Nanjing Jilong User-Agent: KMail/4.9.4 (Linux/3.6.9-1-ARCH; KDE/4.9.4; x86_64; ; ) In-Reply-To: <50D1F76D.4070000@intel.com> References: <50D1F76D.4070000@intel.com> MIME-Version: 1.0 Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 01:16:49 -0000 Content-Type: multipart/alternative; boundary="nextPart2511996.ppMQ3HUO25" Content-Transfer-Encoding: 7Bit --nextPart2511996.ppMQ3HUO25 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" GREAT!!! I have asked systemd status in yocto, maybe I can use your branch instead! THANKS! On Wednesday, December 19, 2012 07:20:45 PM Radu Moisan wrote: Hi guys, I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merge this into oe-core, so please take a look and give me your feedback on stuff that needs work or things that I might have done wrong, so that I can prepare it for merge. At this point core-image-minimal and core-image-sato both boot fine with systemd. There still are a few warnings but not critical(at runtime), at least in my opinion, you may want to take a look at those too. You can activate systemd by DISTRO_FEATURES_INITMAN = "systemd" Radu --nextPart2511996.ppMQ3HUO25 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="utf-8"

GRE= AT!!!

 

I h= ave asked systemd status in yocto, maybe I can use your branch instead!=

 

THA= NKS!

 

 

On = Wednesday, December 19, 2012 07:20:45 PM Radu Moisan wrote:

Hi guys,
=C2=A0=C2=A0=C2=A0 I have prepared a branch on poky-cont= rib (rmoisan/systemd) where I pulled systemd from meta-openembedded. Th= e goal is to merge this into oe-core, so please take a look and give me= your feedback on stuff that needs work or things that I might have don= e wrong, so that I can prepare it for merge.
=C2=A0=C2=A0=C2=A0 At= this point core-image-minimal and core-image-sato both boot fine with = systemd. There still are a few warnings but not critical(at runtime), a= t least in my opinion, you may want to take a look at those too.
=C2= =A0=C2=A0=C2=A0 You can activate systemd by=C2=A0 DISTRO_FEATURES_INITMAN =3D "systemd= "

Radu


--nextPart2511996.ppMQ3HUO25-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tlc1D-0007sE-8W for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 10:02:19 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 20 Dec 2012 00:45:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,322,1355126400"; d="scan'208";a="260080471" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by orsmga002.jf.intel.com with ESMTP; 20 Dec 2012 00:46:28 -0800 Message-ID: <50D2D1BD.20402@intel.com> Date: Thu, 20 Dec 2012 10:52:13 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Eric_B=E9nard?= References: <50D1F76D.4070000@intel.com> <20121219215749.1c511d83@eb-e6520> In-Reply-To: <20121219215749.1c511d83@eb-e6520> Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 09:02:19 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 12/19/2012 10:57 PM, Eric Bénard wrote: > Hi, > > Le Wed, 19 Dec 2012 19:20:45 +0200, > Radu Moisan a écrit : >> I have prepared a branch on poky-contrib (rmoisan/systemd) where I >> pulled systemd from meta-openembedded. The goal is to merge this into >> oe-core, so please take a look and give me your feedback on stuff that >> needs work or things that I might have done wrong, so that I can prepare >> it for merge. > a nitpick : > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rmoisan/systemd&id=02f4027f7ccddaff3b0316962e7a86a04d31abbc > here you add that to lighttpd recipe : > + file://lighttpd_fix_for_automake-1.12.patch \ > + file://lighttpd.service > but you don't add the patch > > then here (several patches later) > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rmoisan/systemd&id=0b6a5d3f998d2f1bb346c403d512c33ee93052fb > you fix that : > - file://lighttpd_fix_for_automake-1.12.patch \ that was a regression I introduced when I rebased on master a while back. I'll squash it with the initial commit. Radu From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tlc3A-0007vP-65 for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 10:04:24 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 20 Dec 2012 00:49:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,322,1355126400"; d="scan'208";a="260082726" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by orsmga002.jf.intel.com with ESMTP; 20 Dec 2012 00:49:34 -0800 Message-ID: <50D2D277.8070004@intel.com> Date: Thu, 20 Dec 2012 10:55:19 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Otavio Salvador References: <50D1F76D.4070000@intel.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 09:04:25 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/19/2012 07:21 PM, Otavio Salvador wrote: > On Wed, Dec 19, 2012 at 3:20 PM, Radu Moisan wrote: >> Hi guys, >> I have prepared a branch on poky-contrib (rmoisan/systemd) where I >> pulled systemd from meta-openembedded. The goal is to merge this into >> oe-core, so please take a look and give me your feedback on stuff that needs >> work or things that I might have done wrong, so that I can prepare it for >> merge. >> At this point core-image-minimal and core-image-sato both boot fine with >> systemd. There still are a few warnings but not critical(at runtime), at >> least in my opinion, you may want to take a look at those too. >> You can activate systemd by DISTRO_FEATURES_INITMAN = "systemd" > In this case, systemd is made *available* or used? Is it possible to > have sysvinit image and another systemd? it is used. Radu From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TldCl-00054V-Ee for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 11:18:24 +0100 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 20 Dec 2012 02:03:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,322,1355126400"; d="scan'208";a="264918873" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by fmsmga001.fm.intel.com with ESMTP; 20 Dec 2012 02:03:12 -0800 Message-ID: <50D2E3B9.7080506@intel.com> Date: Thu, 20 Dec 2012 12:08:57 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <50D1F76D.4070000@intel.com> <20121219215749.1c511d83@eb-e6520> <50D2D1BD.20402@intel.com> In-Reply-To: <50D2D1BD.20402@intel.com> Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 10:18:24 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 12/20/2012 10:52 AM, Radu Moisan wrote: > > On 12/19/2012 10:57 PM, Eric Bénard wrote: >> Hi, >> >> Le Wed, 19 Dec 2012 19:20:45 +0200, >> Radu Moisan a écrit : >>> I have prepared a branch on poky-contrib (rmoisan/systemd) >>> where I >>> pulled systemd from meta-openembedded. The goal is to merge this into >>> oe-core, so please take a look and give me your feedback on stuff that >>> needs work or things that I might have done wrong, so that I can >>> prepare >>> it for merge. >> a nitpick : >> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rmoisan/systemd&id=02f4027f7ccddaff3b0316962e7a86a04d31abbc >> >> here you add that to lighttpd recipe : >> + file://lighttpd_fix_for_automake-1.12.patch \ >> + file://lighttpd.service >> but you don't add the patch >> >> then here (several patches later) >> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rmoisan/systemd&id=0b6a5d3f998d2f1bb346c403d512c33ee93052fb >> >> you fix that : >> - file://lighttpd_fix_for_automake-1.12.patch \ > that was a regression I introduced when I rebased on master a while > back. I'll squash it with the initial commit. It just got clearer what happened here. So, there was a regression, systemd related changes were missing after rebase. However with automake patch something alse happened. Since my initial commit, lighttpd was updated to 1.4.32 and it didn't need that patch anymore, so it got removed. When I rebased, the patch was removed but the inclusion in .bb file didn't so I got an error, which I had to fix. For consistency, I'll squash systemd related changes back into the first commit, but the removal of automake patch will stay in this last patch. > Radu > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-da0-f41.google.com ([209.85.210.41]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tldof-00066Q-7w for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 11:57:29 +0100 Received: by mail-da0-f41.google.com with SMTP id e20so1459951dak.28 for ; Thu, 20 Dec 2012 02:42:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=IegoE/DGvp4u17XlCqha/NQ3s/vNZ7UhRJqfASViaKg=; b=SbtJyJfyFUcE78o+W2UjTb0cNLripmKYUUx8n2Ze+diWbKQ61cWZW5IFWMawiwWJQx I2fEZB1qh+wfY40WnDE8dRzepKaacZmtNG5VxHYH27YEmAd0crnGI9f5FUwrdOwo59yR pj34jbNaDc2RjdgHx0nkvXNkqNdG7lbYUdvtuwf4WK8IFGP/HTpgIqpKuhWxT1XiqP8J BSJ4aYhD3o39+2hdvHva49y7MhBsOI2Qqhjklni0l3ohRhMOUlVFPP9Nfsfs4MGDGlTt UjceaQyhCUlNIg7qCBFuWFSjuCWuzCEomITvESBlfIFrrOsd0wUPa1hlJwVdEoEh6JBY LiJA== X-Received: by 10.68.233.201 with SMTP id ty9mr28757587pbc.14.1356000164119; Thu, 20 Dec 2012 02:42:44 -0800 (PST) Received: from localhost (ip-62-24-80-7.net.upcbroadband.cz. [62.24.80.7]) by mx.google.com with ESMTPS id uk9sm4838441pbc.63.2012.12.20.02.42.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 02:42:43 -0800 (PST) Date: Thu, 20 Dec 2012 11:42:41 +0100 From: Martin Jansa To: Radu Moisan Message-ID: <20121220104241.GG14543@jama.palm1.palmone.com> References: <50D1F76D.4070000@intel.com> MIME-Version: 1.0 In-Reply-To: <50D1F76D.4070000@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 10:57:29 -0000 X-Groupsio-MsgNum: 32923 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V32M1hWVjliPHW+c" Content-Disposition: inline --V32M1hWVjliPHW+c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 19, 2012 at 07:20:45PM +0200, Radu Moisan wrote: > Hi guys, > I have prepared a branch on poky-contrib (rmoisan/systemd) where I= =20 > pulled systemd from meta-openembedded. The goal is to merge this into=20 > oe-core, so please take a look and give me your feedback on stuff that=20 > needs work or things that I might have done wrong, so that I can prepare= =20 > it for merge. > At this point core-image-minimal and core-image-sato both boot fine= =20 > with systemd. There still are a few warnings but not critical(at=20 > runtime), at least in my opinion, you may want to take a look at those to= o. > You can activate systemd by *DISTRO_FEATURES_INITMAN =3D "systemd"* What about upgrade path from meta-systemd? I've noticed that http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/meta/recipes-= connectivity/wpa-supplicant?h=3Drmoisan/systemd&id=3D02f4027f7ccddaff3b0316= 962e7a86a04d31abbc does not increment PR at all while http://git.openembedded.org/meta-openembedded/tree/meta-systemd/oe-core/rec= ipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend PRINC :=3D "${@int(PRINC) + 2}" Also I like this commit very much http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/meta/recipes-= connectivity/wpa-supplicant?h=3Drmoisan/systemd&id=3D216049b154799fc7984c54= 858a386d7318f99ce0 but current styleguide thinks something else about consistent whitespace usage. So I think this wont be accepted as my change to styleguide wasn't. And last thing: there is few pending patches for meta-systemd: http://patchwork.openembedded.org/project/oe/list/?q=3Dsystemd Can you check them and merge them if needed? Or will you update your systemd* copies if we merge them in meta-oe? Cheers, --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --V32M1hWVjliPHW+c Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlDS66EACgkQN1Ujt2V2gBwnqgCfXiqFTqeq/KbypJm9r2XtVoUk byMAoIqjeii3kpy3pqMX5zvZ/ZIbKizO =nDb/ -----END PGP SIGNATURE----- --V32M1hWVjliPHW+c-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-la0-f43.google.com ([209.85.215.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tldt6-0006dT-MP for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 12:02:04 +0100 Received: by mail-la0-f43.google.com with SMTP id z14so2730008lag.30 for ; Thu, 20 Dec 2012 02:47:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=T7ii/7fBcK4ws6jeXhVuI0dYziPeeRWA70alzyQUR4s=; b=FedRVY7+/mdFjjP25QATZDyH+Vwr8t3hebQqFIBDtkxTGelGPoBcHHpryF60NRfJA6 1T74n22G38tihKsGXTctgbbxjuSf+A1OqYG7syo9dXy25p8PxZFOskSx8Jjq+41XzD+d aVLjJ8zMRbBTlkupOkq3RJw7tLPJoKyYwzBNNYmfvmNdk1/Hlr20B7hOfI17K7Uy4bzP pzl+/u6eOH15PlgTEXijSDn0gQ7A8dxPHv26ygmvgf6FGhQcQku7JMq7LA4msqQQXh9L /WIjdKWkM2fdy2wX5mZ+ObEP0wQfMmAMz4E2k7902g+zY8kRorlljzarxHKFZDQdVGBC Jeaw== X-Received: by 10.152.124.111 with SMTP id mh15mr8384614lab.20.1356000440389; Thu, 20 Dec 2012 02:47:20 -0800 (PST) Received: from [172.20.0.100] (ip4da2a5ae.direct-adsl.nl. [77.162.165.174]) by mx.google.com with ESMTPS id lx18sm3150774lab.14.2012.12.20.02.47.18 (version=SSLv3 cipher=OTHER); Thu, 20 Dec 2012 02:47:19 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Koen Kooi In-Reply-To: <50D1F76D.4070000@intel.com> Date: Thu, 20 Dec 2012 11:47:19 +0100 Message-Id: References: <50D1F76D.4070000@intel.com> To: Radu Moisan X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQlRQtwwf1OrXg52OYF04PV5xmw4hdVCSVCkMo8W9R1QPXhfJRTVmyXnxCM6p8dUzdKvtt9o Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 11:02:04 -0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Op 19 dec. 2012, om 18:20 heeft Radu Moisan het = volgende geschreven: > Hi guys, > I have prepared a branch on poky-contrib (rmoisan/systemd) where I = pulled systemd from meta-openembedded. The goal is to merge this into = oe-core, so please take a look and give me your feedback on stuff that = needs work or things that I might have done wrong, so that I can prepare = it for merge. > At this point core-image-minimal and core-image-sato both boot = fine with systemd. There still are a few warnings but not critical(at = runtime), at least in my opinion, you may want to take a look at those = too. > You can activate systemd by DISTRO_FEATURES_INITMAN =3D "systemd" What happens when I do DISTRO_FEATURES_INITMAN =3D "sysvinit systemd"? From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TleOx-0007NT-E6 for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 12:35:00 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 20 Dec 2012 03:20:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,322,1355126400"; d="scan'208";a="267643815" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by fmsmga002.fm.intel.com with ESMTP; 20 Dec 2012 03:20:12 -0800 Message-ID: <50D2F5C6.6080807@intel.com> Date: Thu, 20 Dec 2012 13:25:58 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Koen Kooi References: <50D1F76D.4070000@intel.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 11:35:01 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/20/2012 12:47 PM, Koen Kooi wrote: > Op 19 dec. 2012, om 18:20 heeft Radu Moisan het volgende geschreven: > >> Hi guys, >> I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merge this into oe-core, so please take a look and give me your feedback on stuff that needs work or things that I might have done wrong, so that I can prepare it for merge. >> At this point core-image-minimal and core-image-sato both boot fine with systemd. There still are a few warnings but not critical(at runtime), at least in my opinion, you may want to take a look at those too. >> You can activate systemd by DISTRO_FEATURES_INITMAN = "systemd" > What happens when I do DISTRO_FEATURES_INITMAN = "sysvinit systemd"? I think it would break your build. But what would be the point of doing that? Radu From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TleTK-0007UG-UX for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 12:39:41 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 20 Dec 2012 03:24:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,322,1355126400"; d="scan'208";a="267645288" Received: from dell-desktop (HELO [10.237.105.59]) ([10.237.105.59]) by fmsmga002.fm.intel.com with ESMTP; 20 Dec 2012 03:24:43 -0800 Message-ID: <50D2F6D4.5080001@intel.com> Date: Thu, 20 Dec 2012 13:30:28 +0200 From: Radu Moisan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Martin Jansa References: <50D1F76D.4070000@intel.com> <20121220104241.GG14543@jama.palm1.palmone.com> In-Reply-To: <20121220104241.GG14543@jama.palm1.palmone.com> Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 11:39:41 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/20/2012 12:42 PM, Martin Jansa wrote: > On Wed, Dec 19, 2012 at 07:20:45PM +0200, Radu Moisan wrote: >> Hi guys, >> I have prepared a branch on poky-contrib (rmoisan/systemd) where I >> pulled systemd from meta-openembedded. The goal is to merge this into >> oe-core, so please take a look and give me your feedback on stuff that >> needs work or things that I might have done wrong, so that I can prepare >> it for merge. >> At this point core-image-minimal and core-image-sato both boot fine >> with systemd. There still are a few warnings but not critical(at >> runtime), at least in my opinion, you may want to take a look at those too. >> You can activate systemd by *DISTRO_FEATURES_INITMAN = "systemd"* > What about upgrade path from meta-systemd? > > I've noticed that > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/meta/recipes-connectivity/wpa-supplicant?h=rmoisan/systemd&id=02f4027f7ccddaff3b0316962e7a86a04d31abbc > does not increment PR at all while > http://git.openembedded.org/meta-openembedded/tree/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend > PRINC := "${@int(PRINC) + 2}" I'll take care of this one. > > Also I like this commit very much > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/meta/recipes-connectivity/wpa-supplicant?h=rmoisan/systemd&id=216049b154799fc7984c54858a386d7318f99ce0 > but current styleguide thinks something else about consistent whitespace > usage. So I think this wont be accepted as my change to styleguide > wasn't. I think Richard suggested it, but anyway wasn't the recomandation to use spaces instead of tabs (I use 4 spaces)? I can revert or change it when time comes. Feedback on this will be well appreciated. > And last thing: > there is few pending patches for meta-systemd: > http://patchwork.openembedded.org/project/oe/list/?q=systemd > Can you check them and merge them if needed? Or will you update your > systemd* copies if we merge them in meta-oe? These look very interesting. I'll take a closer look and pull them in as appropriate. Radu From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga10.intel.com ([192.55.52.92] helo=fmsmga102.fm.intel.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tlfdb-0003j5-77 for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 13:54:13 +0100 Received: from mail-ye0-f198.google.com ([209.85.213.198]) by mga11.intel.com with ESMTP/TLS/RC4-SHA; 20 Dec 2012 04:39:24 -0800 Received: by mail-ye0-f198.google.com with SMTP id l11so4822570yen.5 for ; Thu, 20 Dec 2012 04:39:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=DeZLDFiMg6NOGEumJ8BAjWVVNfO/pBzG2BG0Q++MZdU=; b=TQ4Y+8v9EsU29RICkx6jl67yg9dzJ/oYYD+Kyyp9n75xsAJU6WBpm9QsDahcLrOZGu OGoH4WzDl78G/bHdQMgaFmUY29fZzw1R1DJcu1ZSJnkwnN/cbYAMaZjBG0BD6IJDURD1 FZo5pMMvRt6B4senuKjka6887RthZmuVvWjiQIQg4Y8pPDRyDPxKOBrsGOEA3zr8m894 zGNOIyF2pkh26LEiUxNpM/5OIBE1/+b84Q5clZewiXqjA6pqB4oQFMHSPGr2pV7Xi1JX u66yX1H346YRrzTzXkJqZhX4atRmGj5BfqYKsaQJGn5o0K614Qt53yh65PToZiC4QuyH nM5Q== X-Received: by 10.221.10.6 with SMTP id oy6mr12233243vcb.65.1356007163415; Thu, 20 Dec 2012 04:39:23 -0800 (PST) Received: by 10.221.10.6 with SMTP id oy6mr12233237vcb.65.1356007163344; Thu, 20 Dec 2012 04:39:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.178.244 with HTTP; Thu, 20 Dec 2012 04:39:02 -0800 (PST) In-Reply-To: References: <50D1F76D.4070000@intel.com> From: "Burton, Ross" Date: Thu, 20 Dec 2012 12:39:02 +0000 Message-ID: To: Koen Kooi X-Gm-Message-State: ALoCoQlQeDAFzX4yRZ/x562y7eb0Ouy74Hnt/8LOy7eKuZjH4zgpppLa4epg7S75QAnQ1cXCpU27GDpBgbmcBpN8OCD4HTkSiW7OaXekZwAnXoxqcbzu6mTAbQTt8DqP8qWTaqFM0fZSCtuw7f99E2SPNbn1D8t+f+HrQoD0jp0Y+4H5j8oBBQv2ohbB6WPksdKQPbS3wE5B Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 12:54:14 -0000 Content-Type: text/plain; charset=UTF-8 On 20 December 2012 10:47, Koen Kooi wrote: >> You can activate systemd by DISTRO_FEATURES_INITMAN = "systemd" > > What happens when I do DISTRO_FEATURES_INITMAN = "sysvinit systemd"? As systemd is showing, the choice of init manager isn't just something you can do at image generation time, but impacts the build. Services may opt to use systemd-native interfaces if systemd is available, or streamline their daemonisation based on the support that systemd has. This is why this series makes the choice of init a distribution choice, and doesn't allow multiple choices. Ross From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ob0-f178.google.com ([209.85.214.178]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tlfns-0004JP-6I for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 14:05:05 +0100 Received: by mail-ob0-f178.google.com with SMTP id eh20so3243886obb.9 for ; Thu, 20 Dec 2012 04:50:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=IC5/00ew/ZmVb//uKKvfVME5dPJxsnYF5hvqEhi+HFs=; b=pjDJqY/irSQS+DwYZUx4qm5ojtj6HLy2MR7rBtdAIOiZU8UmkH1ID5hNK3OmJrgQo2 GtotCSamxb2+6yD/xzdGJrJGpuuY+5lJ3Tb3TXwXuDIcQGQjIMqG25WZCaGKPHtJIIh1 5gS1e8FH4+uiP76kDO8Qv2qeguodOcimgEkCV7rURyKBtRIXiMkKjVAcfTNyKBDbpq2m tHC9LclbOEuucmgSmzp+bTGaBAG8+JT/rc/hgFiBJ5gbM2e4v9OtBNB8iCf7IdgJJEyf 3KWDagEvMMJNc7DItyY4gLmWIrx1Hfz3uIvSLXb6v7bW2AyPEzSe+/E8swTV8Yarn6OI PNBA== MIME-Version: 1.0 Received: by 10.182.54.103 with SMTP id i7mr7722113obp.62.1356007803284; Thu, 20 Dec 2012 04:50:03 -0800 (PST) Sender: otavio.salvador@gmail.com Received: by 10.182.219.130 with HTTP; Thu, 20 Dec 2012 04:50:03 -0800 (PST) In-Reply-To: References: <50D1F76D.4070000@intel.com> Date: Thu, 20 Dec 2012 10:50:03 -0200 X-Google-Sender-Auth: 0SmkVaeewknYP7lZqUaz5CPPNjw Message-ID: From: Otavio Salvador To: "Burton, Ross" Cc: Koen Kooi , Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 13:05:05 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 20, 2012 at 10:39 AM, Burton, Ross wrote: > On 20 December 2012 10:47, Koen Kooi wrote: >>> You can activate systemd by DISTRO_FEATURES_INITMAN = "systemd" >> >> What happens when I do DISTRO_FEATURES_INITMAN = "sysvinit systemd"? > > As systemd is showing, the choice of init manager isn't just something > you can do at image generation time, but impacts the build. Services > may opt to use systemd-native interfaces if systemd is available, or > streamline their daemonisation based on the support that systemd has. > > This is why this series makes the choice of init a distribution > choice, and doesn't allow multiple choices. Not really, I've been using sysvinit images and systemd images in OE with meta-oe and it works fine. There're some changes need, indeed, but it is possible to make it work. The biggest change I had to do is to get systemd-udevd using init scripts. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com ([143.182.124.36] helo=azsmga102.ch.intel.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tlfxd-00053Y-Fy for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 14:14:53 +0100 Received: from mail-qc0-f199.google.com ([209.85.216.199]) by mga14.intel.com with ESMTP/TLS/RC4-SHA; 20 Dec 2012 05:00:07 -0800 Received: by mail-qc0-f199.google.com with SMTP id b40so4757672qcq.10 for ; Thu, 20 Dec 2012 05:00:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=6Xdg479ISD2zWW4CeOzJYwpvU49mtdxImezi43Ffja4=; b=ou8zOyiLsqlf5YQXub6TbcuCY8DCpTn0VH2PifviBYyNlFj8VePDTlJhUJbhY2WjY1 tIqO1kdb9hZrnPk29tucE1nqZh/Hg9ob72X8oHBVMlwXL4iksJgGbsJ5iyz8AcqNhW7p b3hYH3PKQtcwtePYCptBdI25R3q2+TsKMnP5BwmlyXUcD3azbaG6uXES2iTp6LzpStti W7FCBsTsb7prJEqlMBtY2SbuE3M5/15WZwkrppTiJY+Ug0bP++NhG007nkH2JMeosh2U PpanNSxUvZshNGVhkJ/ljKrmdFO9+y6U0BtH00snHF3Qy6t0U7K997cTkea8cF/qyC6T VxOA== X-Received: by 10.52.70.46 with SMTP id j14mr12122139vdu.99.1356008406125; Thu, 20 Dec 2012 05:00:06 -0800 (PST) Received: by 10.52.70.46 with SMTP id j14mr12122136vdu.99.1356008406059; Thu, 20 Dec 2012 05:00:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.178.244 with HTTP; Thu, 20 Dec 2012 04:59:46 -0800 (PST) In-Reply-To: References: <50D1F76D.4070000@intel.com> From: "Burton, Ross" Date: Thu, 20 Dec 2012 12:59:46 +0000 Message-ID: To: Otavio Salvador X-Gm-Message-State: ALoCoQmLvIdHnS1CXdnXM522n/aABhNVNGoGcFRoE6dCNP47cVEl884DgXDI+NlQocLdrJESomJVJBiIgPZghZDAYCnw4tCm3EgG4OggAWT0HljGpJo/owPn9ubOPfwmhD3O3a8S5zdkh07hyXIiKnA0S4IkfxPSOL1utO/AbNu9J82aDHUlc1Uyng1pKIfyodJs5Ocfz+J3 Cc: Koen Kooi , Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 13:14:53 -0000 Content-Type: text/plain; charset=UTF-8 On 20 December 2012 12:50, Otavio Salvador wrote: > Not really, I've been using sysvinit images and systemd images in OE > with meta-oe and it works fine. > > There're some changes need, indeed, but it is possible to make it > work. The biggest change I had to do is to get systemd-udevd using > init scripts. Sure it works, I never said it didn't work. It's just not optimal - dbus isn't using the superior console ownership information available to it through systemd for example, because that means linking to libsystemd-login. By making systemd an image-time choice we can't ever have any code that requires systemd in the build. Ross From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ob0-f174.google.com ([209.85.214.174]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tlg6I-0005PT-PD for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 14:23:51 +0100 Received: by mail-ob0-f174.google.com with SMTP id ta14so3230554obb.19 for ; Thu, 20 Dec 2012 05:09:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=5m6VkZH5rFwEnb6JeNNkUoMlNvNwxLCEmmM8zQsx2zY=; b=sWRTIBWWTmB+x2cmyKcBLsGJQzb1X+u6J4SwhkdFVltgVeorZCLrIRVPaZuX9Oxa3d 8Zk4QcK2CSjBp/qrRAHb69fycvxp83/zFH2daXrLjtdp7HrhMxN9sVEKzzqx3d/r8VeC wBFtNo/98035JRj4aHjOQ9DCxHXtEvDBWdmCpEGYmsu6hFqkep+bTvR3X57hjPX2Nd0J 9RGKNOs5PXcUcnVXEZE2+LOe2PUOHlJE48TWr7YzbuZEekc9CAKlDoqfhJFqXR/vTE5z Ncwk5HXNDLQ7afIYVU8lhLRlWRtTfFy43RJMZOLh932xnKKTuHuTX8Q20o6l+HasUP4Y N3lg== MIME-Version: 1.0 Received: by 10.182.98.5 with SMTP id ee5mr7950230obb.28.1356008945895; Thu, 20 Dec 2012 05:09:05 -0800 (PST) Sender: otavio.salvador@gmail.com Received: by 10.182.219.130 with HTTP; Thu, 20 Dec 2012 05:09:05 -0800 (PST) In-Reply-To: References: <50D1F76D.4070000@intel.com> Date: Thu, 20 Dec 2012 11:09:05 -0200 X-Google-Sender-Auth: 0TBHSzJzaivrB_rkUAphtwhh4Yw Message-ID: From: Otavio Salvador To: "Burton, Ross" Cc: Koen Kooi , Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 13:23:51 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 20, 2012 at 10:59 AM, Burton, Ross wrote: > On 20 December 2012 12:50, Otavio Salvador wrote: >> Not really, I've been using sysvinit images and systemd images in OE >> with meta-oe and it works fine. >> >> There're some changes need, indeed, but it is possible to make it >> work. The biggest change I had to do is to get systemd-udevd using >> init scripts. > > Sure it works, I never said it didn't work. It's just not optimal - > dbus isn't using the superior console ownership information available > to it through systemd for example, because that means linking to > libsystemd-login. By making systemd an image-time choice we can't > ever have any code that requires systemd in the build. I think if I enable systemd feature I do expect to have some systemd libraries in rootfs however I may opt to use it or not. If I do want to have *no* systemd libraries, than I should not have systemd feature enabled. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com ([143.182.124.36] helo=azsmga102.ch.intel.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TlhOV-0003SU-DK for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 15:46:44 +0100 Received: from mail-gh0-f199.google.com ([209.85.160.199]) by mga14.intel.com with ESMTP/TLS/RC4-SHA; 20 Dec 2012 06:31:57 -0800 Received: by mail-gh0-f199.google.com with SMTP id r16so919924ghr.2 for ; Thu, 20 Dec 2012 06:31:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=mAmHoPrYM5cF4T+9VhL5ZAtVEbVZuAixHJYslpNxbNk=; b=YZKq64L95iiR2PVuP4cZXk5X+i9Tu/V6ncmJFNRooz30gxN++UFMi0mLmfnTGXUmmH 2uJr+DeDqsoXwUauFyoLKo9Cii8t/Ly9OiJNGtYUlCytVO5v8DecXUhzWD6ZsZhBgTVp uxlW4XlGYg+oHQSoLyq/dho3SXFwJUeL/I1YDsOmblnt3Lem48OpOXhlJ5A2eDu0/8ok c/kFipYoJTnmnQ4R7tmEtPJycSN9nWbB8F9AZ8EsR4LGo/L7p0gm+GrX3wsStl5yolho N2jSYgpekSIvQMphFu1iZBlFVSWmYJqrD3kP4fab1OZ6CJG5dO2N/4ym6QSh3RhWbTka 6MTQ== X-Received: by 10.220.157.9 with SMTP id z9mr14727368vcw.45.1356013915033; Thu, 20 Dec 2012 06:31:55 -0800 (PST) Received: by 10.220.157.9 with SMTP id z9mr14727362vcw.45.1356013914908; Thu, 20 Dec 2012 06:31:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.178.244 with HTTP; Thu, 20 Dec 2012 06:31:33 -0800 (PST) In-Reply-To: References: <50D1F76D.4070000@intel.com> From: "Burton, Ross" Date: Thu, 20 Dec 2012 14:31:33 +0000 Message-ID: To: Otavio Salvador X-Gm-Message-State: ALoCoQmfEDgeSYim3QaNt4+KY05kMBysB3RdgxroracOjo4P+El0wtbBKBXzdpZndL22S37O3CGa0kLcb5Gz1dma5V0tsWhbqSlJZN1FOjtx+SUTWoFRU9EA/YzElHwjHGPy3D/FgWxgnem/6RbmCZPvOmFviOUmVKXNoJthTYAApHkQZWxEx/f5PFtBMZ1y/fL9eO6jxXnj Cc: Koen Kooi , Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 14:46:45 -0000 Content-Type: text/plain; charset=UTF-8 On 20 December 2012 13:09, Otavio Salvador wrote: > I think if I enable systemd feature I do expect to have some systemd > libraries in rootfs however I may opt to use it or not. If I do want > to have *no* systemd libraries, than I should not have systemd feature > enabled. What's the point of enabling systemd, having the libraries installed, and then not using it? I don't see what the appeal of supporting multiple init systems a single distribution, with the downsides of doubling the test space and wasting space in situations where you ship all the systemd libraries but don't actually boot with systemd. Ross From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oa0-f42.google.com ([209.85.219.42]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tli9t-00072P-6U for openembedded-core@lists.openembedded.org; Thu, 20 Dec 2012 16:35:41 +0100 Received: by mail-oa0-f42.google.com with SMTP id j1so3525106oag.29 for ; Thu, 20 Dec 2012 07:20:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ukA90MndcaXB/I78V9kIcAkEnmt86hMkPb2JGqZACPE=; b=tmslsvOHGJCDuHtcoPEFkCxVE+cdZOPCjW/nFBB0a55sE6PEmP49vJ/0jbSVZewqUr x6IAcYi0cScp9sLs355BIvKlZYkUaX6m7dSkd2ZIu+TVX9IeRq2OzEoV0x2to7cKCKZo 5vdb6TRqaGVEinrmMLBLKk+WW0tZcJj6MnJ1xXavTEcDwVtUOwwGkWC8y0zX2is2BLW0 Jc7yOWsIuKUQrXjmPVBl4OCl6l/Xo8fAVTGbDD+Va9JmE1GRHzRTsTHZrjo1quiCmP3G ZmN+8S1IQ6BhIlm8bWJcc7+yOuo7HqDcovZylWPEZeHZlbbF2v8eJhEwJU4wom935aJF V8mg== MIME-Version: 1.0 Received: by 10.60.171.201 with SMTP id aw9mr8112987oec.126.1356016856120; Thu, 20 Dec 2012 07:20:56 -0800 (PST) Sender: otavio.salvador@gmail.com Received: by 10.182.219.130 with HTTP; Thu, 20 Dec 2012 07:20:55 -0800 (PST) In-Reply-To: References: <50D1F76D.4070000@intel.com> Date: Thu, 20 Dec 2012 13:20:55 -0200 X-Google-Sender-Auth: OTUUKbWBGkyiSw1DcwWwMO5G3J0 Message-ID: From: Otavio Salvador To: "Burton, Ross" Cc: Koen Kooi , Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 15:35:42 -0000 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 20, 2012 at 12:31 PM, Burton, Ross wrote: > On 20 December 2012 13:09, Otavio Salvador wrote: >> I think if I enable systemd feature I do expect to have some systemd >> libraries in rootfs however I may opt to use it or not. If I do want >> to have *no* systemd libraries, than I should not have systemd feature >> enabled. > > What's the point of enabling systemd, having the libraries installed, > and then not using it? > > I don't see what the appeal of supporting multiple init systems a > single distribution, with the downsides of doubling the test space and > wasting space in situations where you ship all the systemd libraries > but don't actually boot with systemd. Here at O.S. Systems we share same distro and packages among different products and some use sysvinit and other systemd. I think it is a valid use case. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ee0-f51.google.com ([74.125.83.51]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TnovB-00024S-Q7 for openembedded-core@lists.openembedded.org; Wed, 26 Dec 2012 12:13:19 +0100 Received: by mail-ee0-f51.google.com with SMTP id d4so4098061eek.24 for ; Wed, 26 Dec 2012 02:58:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Wy8zusp7xNg1jfIMyMk87jVMsY25qGb/C1JrxxYIzD0=; b=TWrfXZVuRp8yrzXFAvoUYnW5XRpYD70w9YZf2wfHQ9lgI1judBs6WrqYB63Ia6WNuR vbrjfchh5D0Y4dCkRPwRMVM7QTNh/XaXcetFCwRIHNXD65o+glUT2gG0PINBtTQb6tAG nOeG821vjE02iq0gW7s4VQKlgHVu7cEjW2rxPDNxh27g1DV+64nsiL441BMJeNNEW6Hs VR/xvSkUdL6GNeDFL9PEn1irunKCq9pV27IOXBW2GhrXW764vYxYjJPRdv7By3H1L/8N OFEDazJ+JYXvgx5ACxyUcLRtIDTpLHVRtOKls8uSSGdKMj8qtl4ZD25eBsAEuf5bsHnk zybg== X-Received: by 10.14.173.65 with SMTP id u41mr68957230eel.13.1356519501281; Wed, 26 Dec 2012 02:58:21 -0800 (PST) Received: from localhost (ip-62-24-80-7.net.upcbroadband.cz. [62.24.80.7]) by mx.google.com with ESMTPS id k4sm52508054eep.15.2012.12.26.02.58.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Dec 2012 02:58:20 -0800 (PST) Date: Wed, 26 Dec 2012 11:58:21 +0100 From: Martin Jansa To: Radu Moisan Message-ID: <20121226105821.GY8988@jama.palm1.palmone.com> References: <50D1F76D.4070000@intel.com> MIME-Version: 1.0 In-Reply-To: <50D1F76D.4070000@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Patches and discussions about the oe-core layer Subject: Re: RFC: systemd integration X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2012 11:13:19 -0000 X-Groupsio-MsgNum: 33095 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="j+D14l8Ki1YJdzYp" Content-Disposition: inline --j+D14l8Ki1YJdzYp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 19, 2012 at 07:20:45PM +0200, Radu Moisan wrote: > Hi guys, > I have prepared a branch on poky-contrib (rmoisan/systemd) where I= =20 > pulled systemd from meta-openembedded. The goal is to merge this into=20 > oe-core, so please take a look and give me your feedback on stuff that=20 > needs work or things that I might have done wrong, so that I can prepare= =20 > it for merge. > At this point core-image-minimal and core-image-sato both boot fine= =20 > with systemd. There still are a few warnings but not critical(at=20 > runtime), at least in my opinion, you may want to take a look at those to= o. > You can activate systemd by *DISTRO_FEATURES_INITMAN =3D "systemd"* Is this correct? http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/meta/recipes-= extended/pam/libpam_1.1.6.bb?h=3Drmoisan/systemd&id=3Dd31d804ad76829de039f3= b41d7b45ffcc25e69b5 Shouldn't it be added to common-session only when systemd is enabled? Is '|-' some special syntax for palm config? "session required|-pam_systemd.so"=20 Cheers, --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --j+D14l8Ki1YJdzYp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlDa2E0ACgkQN1Ujt2V2gByOEgCfcbV/hmj6Ow66eiLnch3789VX 6RIAn1YjcpiUxwD23VgXGHzDb33IeBc8 =Y6tl -----END PGP SIGNATURE----- --j+D14l8Ki1YJdzYp--