From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173021pub.verizon.net (vms173021pub.verizon.net [206.46.173.21]) by mail.openembedded.org (Postfix) with ESMTP id 9BF2C60889 for ; Thu, 26 Jun 2014 17:44:18 +0000 (UTC) Received: from gandalf.denix.org ([unknown] [71.191.205.189]) by vms173021.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0N7S006GNEL5D420@vms173021.mailsrvcs.net> for openembedded-core@lists.openembedded.org; Thu, 26 Jun 2014 12:44:08 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id 362262018D; Thu, 26 Jun 2014 13:43:53 -0400 (EDT) Date: Thu, 26 Jun 2014 13:43:53 -0400 From: Denys Dmytriyenko To: Richard Purdie Message-id: <20140626174353.GE1580@denix.org> References: <1403218403-3303-1-git-send-email-denis@denix.org> <20140620171338.GX27324@denix.org> <20140625005255.GB1580@denix.org> <2450957.82MqDgnpjo@peggleto-mobl5.ger.corp.intel.com> <20140625162209.GC1580@denix.org> <1403736065.2104.287.camel@ted> MIME-version: 1.0 In-reply-to: <1403736065.2104.287.camel@ted> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Paul Eggleton , Denys Dmytriyenko , openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] udev: update init script for conditional probing of platform bus X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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, 26 Jun 2014 17:44:26 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Wed, Jun 25, 2014 at 11:41:05PM +0100, Richard Purdie wrote: > On Wed, 2014-06-25 at 12:22 -0400, Denys Dmytriyenko wrote: > > On Wed, Jun 25, 2014 at 05:20:23PM +0100, Paul Eggleton wrote: > > > On Tuesday 24 June 2014 20:52:55 Denys Dmytriyenko wrote: > > > > Ping? Any comments? Any better suggestions? > > > > > > Looks like Richard has merged this, FWIW. > > > > Yes, I saw it. Already submitted backport for daisy... :) > > I'd like this to see some testing in master for a while before we > backport it... I'm Ok waiting a bit longer to test it in master. I'll ping on it later... But this fixes a very common issue that affects different platforms from different BSP layers, including BeagleBone Black in meta-yocto-bsp. The goal is to be least intrusive and preserve the old udev cache behavior as much as possible. Alternative options were to disable udev cache completely or forcefully load necessary modules when they won't be probed on subsequent boots. -- Denys