From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id A40F473DB4 for ; Mon, 27 Apr 2015 15:27:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t3RFRWxr014024; Mon, 27 Apr 2015 16:27:32 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IXHfkuj3GHcc; Mon, 27 Apr 2015 16:27:32 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t3RFRGKa014008 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 27 Apr 2015 16:27:27 +0100 Message-ID: <1430148436.13022.124.camel@linuxfoundation.org> From: Richard Purdie To: Christopher Larson Date: Mon, 27 Apr 2015 16:27:16 +0100 In-Reply-To: <1430147691.13022.122.camel@linuxfoundation.org> References: <1a55976003e57036ced5e47dd031575508dfc87b.1429799661.git.cristian.iorga@intel.com> <1430085461.13022.89.camel@linuxfoundation.org> <1430118811.13022.91.camel@linuxfoundation.org> <1430147691.13022.122.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH v5 4/4] bluez5: don't exclude from world builds 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: Mon, 27 Apr 2015 15:27:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2015-04-27 at 16:14 +0100, Richard Purdie wrote: > On Mon, 2015-04-27 at 07:17 -0700, Christopher Larson wrote: > > 8262012a90273a4726ebaaf5c4da61262542e69d in bitbake added the initial > > 'world' implementation, which didn't do such a removal, but did > > explicitly skip virtual/*, and it looks > > like aff3227b5e4a3dee9bceb120aac11f4bf3ac6409 implemented the first > > naive handling of it, beyond the virtual/ prefix, from a quick perusal > > of bitbake history. It skipped the non-preferred selections of every > > multiple provider. > > Interestingly, that code does survive in buildWorldTargetList() in > cooker.py. > > Clearly when EXCLUDE_FROM_WORLD was added to bluez it wasn't working as > intended for some reason. Could do with investigation... Of course its obvious, bluez has no virtual/* provider and yet in a world build you don't want both built, you want the distro config to take effect so exclusion is manually specified. At a quick glance that code is still doing the right thing. Cheers, Richard