From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SQxkC-00005S-1t for openembedded-core@lists.openembedded.org; Sun, 06 May 2012 11:27:08 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q469HJJw027661; Sun, 6 May 2012 10:17:19 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22167-08; Sun, 6 May 2012 10:17:15 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q469HA1G027655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 May 2012 10:17:10 +0100 Message-ID: <1336295833.23777.60.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Sun, 06 May 2012 10:17:13 +0100 In-Reply-To: <1336118046-20901-1-git-send-email-koen@dominion.thruhere.net> References: <1336118046-20901-1-git-send-email-koen@dominion.thruhere.net> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi Subject: Re: [PATCH] connman: enable TI shared transport plugin when wifi or bluetooth are requested X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2012 09:27:08 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-05-04 at 09:54 +0200, Koen Kooi wrote: > This plugin manages the firmware loading for the TI wl12xx series of bluetooth/wifi/fm chips. > > The double --enable-tist when both bluetooth and wireless are enabled is ugly, but harmless > > The background on the plugin: https://bugs.meego.com/show_bug.cgi?id=8418 > > Signed-off-by: Koen Kooi > --- > > If accepted into master I'd like to have this in the 'denzil' branch as well. > > meta/recipes-connectivity/connman/connman.inc | 4 ++-- > meta/recipes-connectivity/connman/connman_0.79.bb | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc > index bfe6620..8b27cfb 100644 > --- a/meta/recipes-connectivity/connman/connman.inc > +++ b/meta/recipes-connectivity/connman/connman.inc > @@ -28,8 +28,8 @@ EXTRA_OECONF += "\ > --enable-threads \ > --enable-loopback \ > --enable-ethernet \ > - ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \ > - ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ > + ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi --enable-tist', '--disable-wifi', d)} \ > + ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth --enable-tist', '--disable-bluetooth', d)} \ > --enable-dnsproxy \ > --enable-ofono \ > --enable-tools \ > diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb > index 4c57dab..d7f22b9 100644 > --- a/meta/recipes-connectivity/connman/connman_0.79.bb > +++ b/meta/recipes-connectivity/connman/connman_0.79.bb > @@ -11,4 +11,4 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ > file://test-set-ipv6-method-api-fix.patch \ > file://connman" > S = "${WORKDIR}/git" > -PR = "r3" > +PR = "r4" This appears to have broken the build on qemuppc: http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc/builds/369/steps/shell_19/logs/stdio Cheers, Richard