summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-04 09:54:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-04 16:45:00 +0100
commit2ee0d3f05405602ab0ec73aef150e9643fff04c2 (patch)
tree88e83b4b3ebfe36d07e66102aacb8d47d3cdce13 /meta/recipes-connectivity
parentf60cdd4d564444ff6af24a0013a7fbe9823baf1a (diff)
downloadpoky-2ee0d3f05405602ab0ec73aef150e9643fff04c2.tar.gz
connman: enable TI shared transport plugin when wifi or bluetooth are requested
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 (From OE-Core rev: 22254a32f05e9212411216bf1a4e48fd86b9c3ef) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc4
-rw-r--r--meta/recipes-connectivity/connman/connman_0.79.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index bfe66208ee..8b27cfb0d4 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -28,8 +28,8 @@ EXTRA_OECONF += "\
28 --enable-threads \ 28 --enable-threads \
29 --enable-loopback \ 29 --enable-loopback \
30 --enable-ethernet \ 30 --enable-ethernet \
31 ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \ 31 ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi --enable-tist', '--disable-wifi', d)} \
32 ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ 32 ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth --enable-tist', '--disable-bluetooth', d)} \
33 --enable-dnsproxy \ 33 --enable-dnsproxy \
34 --enable-ofono \ 34 --enable-ofono \
35 --enable-tools \ 35 --enable-tools \
diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb
index 4c57dab80d..d7f22b94a1 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 \
11 file://test-set-ipv6-method-api-fix.patch \ 11 file://test-set-ipv6-method-api-fix.patch \
12 file://connman" 12 file://connman"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14PR = "r3" 14PR = "r4"