summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
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"