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