summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/bluez5/bluez5_%.bbappend12
1 files changed, 3 insertions, 9 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
index 6651fb8..09fbaaa 100644
--- a/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -1,16 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:"
2 2
3BCM_BT_SOURCES = " \ 3RC_URI_append_rpi = "\
4 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \ 4 file://0001-bcm43xx-Add-bcm43xx-3wire-variant.patch \
5 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \ 5 file://0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch \
6 file://0003-Increase-firmware-load-timeout-to-30s.patch \ 6 file://0003-Increase-firmware-load-timeout-to-30s.patch \
7 file://0004-Move-the-43xx-firmware-into-lib-firmware.patch \ 7 file://0004-Move-the-43xx-firmware-into-lib-firmware.patch \
8" 8"
9 9
10BCM_BT_RDEPENDS = "pi-bluetooth" 10RDEPENDS_${PN}_append_rpi = " pi-bluetooth"
11
12SRC_URI_append_raspberrypi0-wifi = " ${BCM_BT_SOURCES}"
13SRC_URI_append_raspberrypi3 = " ${BCM_BT_SOURCES}"
14
15RDEPENDS_${PN}_append_raspberrypi0-wifi = " ${BCM_BT_RDEPENDS}"
16RDEPENDS_${PN}_append_raspberrypi3 = " ${BCM_BT_RDEPENDS}"