From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from p3plsmtpa08-06.prod.phx3.secureserver.net ([173.201.193.107]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TvrEi-0001gs-L5 for openembedded-devel@lists.openembedded.org; Thu, 17 Jan 2013 16:18:38 +0100 Received: from llc.pab ([66.41.60.82]) by p3plsmtpa08-06.prod.phx3.secureserver.net with id p30g1k0011mTNtu0130gjn; Thu, 17 Jan 2013 08:00:40 -0700 Message-ID: <50F81217.3040600@pabigot.com> Date: Thu, 17 Jan 2013 09:00:39 -0600 From: "Peter A. Bigot" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <004501cdf45e$f5c87270$e1595750$@slingshot.co.nz> In-Reply-To: Subject: Re: Angstrom build failure X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 15:18:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit I resolved this for gumstix/denzil (not Angstrom) with the following, made necessary by the commit below. Note that the instructions in the commit mis-spell the variable name. PREFERRED_VERSION_systemd = "v189" Peter commit c17d774553b8e95f142bf6388aa70f48ce8cf1ce Author: Eric Bénard Date: Mon Dec 24 13:21:43 2012 +0100 systemd_v189: add D_P=-1 now users have the choice : * keep the old behaviour when not using systemd : PREFERRED_PROVIDER_udev = "udev" * switch to systemd (while keeping upgrade path) : PREFERRED_PROVIDER_udev = "systemd" PREFFERED_VERSION_systemd = "v189" Signed-off-by: Eric Bénard Acked-by: Koen Kooi On 01/17/2013 03:51 AM, Takeshi Hamasaki wrote: > Hi, > > Do you want systemd and udev to be build same time? > I'm not sure it is same problem or not, > I've read some thread about confliction between systemd and udev. > http://comments.gmane.org/gmane.comp.handhelds.openembedded/55775 > > adding a line > PREFERRED_PROVIDER_udev = "systemd" > in conf/local.conf helped me to go to next step. > > Regards,