bluez5: update bluez-firmware

Updated BCM43430A1.hcd to bluez-firmware_1.2-3+rpt4.1.debian.tar.xz
Added BCM4345C0.hcd for RasperryPi 3B+ support

Files from https://github.com/RPi-Distro/bluez-firmware at commit
50fa5628b5c2fd6c59090fb18f02af9fd98c3170

Closes Issue #222

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2018-04-14 07:32:35 -05:00 committed by Andrei Gherzan
parent 35234a0bfa
commit 5641ac3730
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -2,6 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
BCM_BT_SOURCES = " \
file://BCM43430A1.hcd \
file://BCM4345C0.hcd \
file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \
file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \
file://0003-Increase-firmware-load-timeout-to-30s.patch \
@ -12,6 +13,7 @@ BCM_BT_SOURCES = " \
enable_bcm_bluetooth() {
install -d ${D}${nonarch_base_libdir}/firmware/brcm/
install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd
install -m 0644 ${WORKDIR}/BCM4345C0.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
install -d ${D}${systemd_unitdir}/system
@ -21,6 +23,7 @@ enable_bcm_bluetooth() {
BCM_BT_FIRMWARE = " \
${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \
${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd \
"
BCM_BT_SERVICE = " brcm43438.service"