diff options
-rw-r--r-- | recipes-connectivity/bluez5/bluez5_%.bbappend | 12 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | BCM_BT_SOURCES = " \ | 3 | RC_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 | ||
10 | BCM_BT_RDEPENDS = "pi-bluetooth" | 10 | RDEPENDS_${PN}_append_rpi = " pi-bluetooth" |
11 | |||
12 | SRC_URI_append_raspberrypi0-wifi = " ${BCM_BT_SOURCES}" | ||
13 | SRC_URI_append_raspberrypi3 = " ${BCM_BT_SOURCES}" | ||
14 | |||
15 | RDEPENDS_${PN}_append_raspberrypi0-wifi = " ${BCM_BT_RDEPENDS}" | ||
16 | RDEPENDS_${PN}_append_raspberrypi3 = " ${BCM_BT_RDEPENDS}" | ||