From bb8bc17ab8d71e3a30e2f0b655c42434dd968ea4 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Thu, 29 Jun 2017 10:14:55 +0800 Subject: 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 Signed-off-by: Ross Burton --- meta/recipes-connectivity/bluez5/bluez5.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc') 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}" -- cgit 1.2.3-korg