summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-04-14 07:32:35 -0500
committerAndrei Gherzan <andrei@gherzan.com>2018-04-15 00:00:50 +0100
commit5641ac3730502980353e9dfb187d9c5a08a99e9f (patch)
tree57548e3e836851c83576eaf131366ce38699aaa4 /recipes-connectivity
parent35234a0bfa79d0d4e9c5b9e991332debee0e2687 (diff)
downloadmeta-raspberrypi-5641ac3730502980353e9dfb187d9c5a08a99e9f.tar.gz
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>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/bluez5/bluez5/BCM43430A1.hcdbin36264 -> 36264 bytes
-rw-r--r--recipes-connectivity/bluez5/bluez5/BCM4345C0.hcdbin0 -> 55096 bytes
-rw-r--r--recipes-connectivity/bluez5/bluez5_%.bbappend3
3 files changed, 3 insertions, 0 deletions
diff --git a/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd b/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd
index f5d66e9..9b087f1 100644
--- a/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd
+++ b/recipes-connectivity/bluez5/bluez5/BCM43430A1.hcd
Binary files differ
diff --git a/recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd b/recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd
new file mode 100644
index 0000000..6870153
--- /dev/null
+++ b/recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd
Binary files differ
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
index c49d696..f64d082 100644
--- a/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -2,6 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3BCM_BT_SOURCES = " \ 3BCM_BT_SOURCES = " \
4 file://BCM43430A1.hcd \ 4 file://BCM43430A1.hcd \
5 file://BCM4345C0.hcd \
5 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \ 6 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \
6 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \ 7 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \
7 file://0003-Increase-firmware-load-timeout-to-30s.patch \ 8 file://0003-Increase-firmware-load-timeout-to-30s.patch \
@@ -12,6 +13,7 @@ BCM_BT_SOURCES = " \
12enable_bcm_bluetooth() { 13enable_bcm_bluetooth() {
13 install -d ${D}${nonarch_base_libdir}/firmware/brcm/ 14 install -d ${D}${nonarch_base_libdir}/firmware/brcm/
14 install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd 15 install -m 0644 ${WORKDIR}/BCM43430A1.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd
16 install -m 0644 ${WORKDIR}/BCM4345C0.hcd ${D}${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd
15 17
16 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 18 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
17 install -d ${D}${systemd_unitdir}/system 19 install -d ${D}${systemd_unitdir}/system
@@ -21,6 +23,7 @@ enable_bcm_bluetooth() {
21 23
22BCM_BT_FIRMWARE = " \ 24BCM_BT_FIRMWARE = " \
23 ${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \ 25 ${nonarch_base_libdir}/firmware/brcm/BCM43430A1.hcd \
26 ${nonarch_base_libdir}/firmware/brcm/BCM4345C0.hcd \
24 " 27 "
25 28
26BCM_BT_SERVICE = " brcm43438.service" 29BCM_BT_SERVICE = " brcm43438.service"