From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 15.mo4.mail-out.ovh.net ([91.121.62.11] helo=mo4.mail-out.ovh.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TmLLu-00084w-6L for openembedded-devel@lists.openembedded.org; Sat, 22 Dec 2012 10:26:42 +0100 Received: from mail638.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo4.mail-out.ovh.net (Postfix) with SMTP id 8D8A8104E197 for ; Sat, 22 Dec 2012 10:12:05 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 22 Dec 2012 11:04:17 +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; 22 Dec 2012 11:04:16 +0200 Date: Sat, 22 Dec 2012 10:03:18 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: openembedded-devel@lists.openembedded.org X-Ovh-Mailout: 178.32.228.4 (mo4.mail-out.ovh.net) Message-ID: <20121222100318.14a48e10@eb-e6520> In-Reply-To: References: 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: 8615386088477732169 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: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrtdelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecunecuhfhrohhmpefgrhhitgcuueornhgrrhguuceovghrihgtsegvuhhkrhgvrgdrtghomheqnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrtdelucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecunecuhfhrohhmpefgrhhitgcuueornhgrrhguuceovghrihgtsegvuhhkrhgvrgdrtghomheqnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu Subject: Re: Multiple .bb files are due to be built which each provide udev 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: Sat, 22 Dec 2012 09:26:42 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Stan, Le Fri, 21 Dec 2012 13:18:26 -0800, Stan Hu a =E9crit : > Thanks. Oops, I meant the denzil branch. It was updated today and has > this bug you reference. >=20 OK I now also reproduce this (my default images don't have udev so I didn't saw that when testing denzil-next) in meta-toolchain-qte. Here setting PREFERRED_PROVIDER_udev =3D "systemd" workaround the problem (at least for meta-toolchain-qte but I'm not using udev nor systemd so I can't really test if a rootfs using udev still works this way) ? The problem seems to come from : 6e0ddd4526f3e0005babe9381c17c06c22a9eda3 wheere commit log says "systemd: update to v189" but in reallity it also adds udev packages in systemd recipe. At first sight, I think I'll revert this patch as it will break denzil builds which is not what we should expect from a stable branch. Eric