mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
35234a0bfa
commit
5641ac3730
Binary file not shown.
BIN
recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd
Normal file
BIN
recipes-connectivity/bluez5/bluez5/BCM4345C0.hcd
Normal file
Binary file not shown.
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user