[OE-core] [PATCH] connman: enable TI shared transport plugin when wifi or bluetooth are requested

Koen Kooi koen at dominion.thruhere.net
Sun May 6 12:32:51 UTC 2012


Op 6 mei 2012, om 11:17 heeft Richard Purdie het volgende geschreven:

> 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 <koen at dominion.thruhere.net>
>> ---
>> 
>> 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

That is really weird, since that's defined in ioctl.h in asm-generic/ by the kernel. Does qemuppc have some options for serial ports disabled in the kernel headers? Since the wl12xx is a regular wifi chip it should work on ppc, like it does on arm and x86.

regards,

Koen



More information about the Openembedded-core mailing list