summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2017-06-29 10:14:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-06 14:38:06 +0100
commitbb8bc17ab8d71e3a30e2f0b655c42434dd968ea4 (patch)
tree156457b1087b2666d5c03aa9ddec304f3c750b2d /meta/recipes-connectivity/bluez5/bluez5.inc
parent0d1273cdf8652bf1844f1f1fe4ba0eacd27ada65 (diff)
downloadopenembedded-core-contrib-bb8bc17ab8d71e3a30e2f0b655c42434dd968ea4.tar.gz
bluez: Correct the timer count for bcm43xx firmware download
bcm43xx failed as time out for firmware downloading. The root cause is that it need wait 50ms to download firmware, but the value of 50us is set to the timer. Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index f267c6626d..bf1b1ca251 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -49,6 +49,7 @@ SRC_URI = "\
file://run-ptest \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'file://0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch', d)} \
file://0001-tests-add-a-target-for-building-tests-without-runnin.patch \
+ file://0001-hciattach-bcm43xx-fix-the-delay-timer-for-firmware-d.patch \
"
S = "${WORKDIR}/bluez-${PV}"