From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id A9CE76B205 for ; Wed, 17 Jul 2013 22:29:12 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 Jul 2013 15:29:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,687,1367996400"; d="scan'208";a="371977016" Received: from unknown (HELO [10.255.13.97]) ([10.255.13.97]) by fmsmga002.fm.intel.com with ESMTP; 17 Jul 2013 15:29:06 -0700 Message-ID: <51E71AB2.7030209@linux.intel.com> Date: Wed, 17 Jul 2013 15:29:06 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Cristian Iorga References: <1373988362-10097-1-git-send-email-cristian.iorga@intel.com> In-Reply-To: <1373988362-10097-1-git-send-email-cristian.iorga@intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH V4 0/2] BlueZ 5 experimental recipes 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: Wed, 17 Jul 2013 22:29:13 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/16/2013 08:26 AM, Cristian Iorga wrote: > This sets of patches adds bluez5 recipes as experimental packages. > BlueZ 5.X is not an upgrade for Bluez 4.x, as such, no upgrade is > provided/possible. > The two versions of the BT stack also conflicts each other. > > In V4 RREPLACES is removed from the recipes. > > Cristian Iorga (2): > bluez5: new package for v5.7 > bluez4: conflicts with bluez5 > > meta/recipes-connectivity/bluez/bluez4_4.101.bb | 2 + > .../bluez5/bluez5-5.7/bluetooth.conf | 16 +++++ > meta/recipes-connectivity/bluez5/bluez5.inc | 68 ++++++++++++++++++++ > meta/recipes-connectivity/bluez5/bluez5_5.7.bb | 5 ++ > 4 files changed, 91 insertions(+) > create mode 100644 meta/recipes-connectivity/bluez5/bluez5-5.7/bluetooth.conf > create mode 100644 meta/recipes-connectivity/bluez5/bluez5.inc > create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.7.bb > Have both recipes in a world build causes the following WARNING: NOTE: multiple providers are available for runtime libasound-module-bluez (bluez4, bluez5) NOTE: consider defining a PREFERRED_PROVIDER entry to match libasound-module-bluez You can add a line in meta/conf/distro/include/default-providers.inc Sau!