diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-05-10 19:33:45 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-14 10:34:08 +0100 |
commit | f3ecec38aa8ae4137b1a0e11b925d0e736e8ffda (patch) | |
tree | f3175193e13d45c7d2935e1371397f098a3bbe80 /recipes-connectivity/bluez5 | |
parent | de8912cbcb06b221fb4617f3042e06b68f74c814 (diff) | |
download | meta-raspberrypi-f3ecec38aa8ae4137b1a0e11b925d0e736e8ffda.tar.gz |
linux-firmware: restore and merge bluez-firmware
The attempt to Raspbian updated firmware blobs in packages separate from
linux-firmware introduced unresolvable conflicts with the standard
linux-firmware roll-up package. Revert to using an augmented
linux-firmware recipe that overrides and adds firmware from two Raspbian
repositories that have up-to-date images.
Closes #244
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Diffstat (limited to 'recipes-connectivity/bluez5')
-rw-r--r-- | recipes-connectivity/bluez5/bluez5_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend index c75f4b6..d1b84df 100644 --- a/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/recipes-connectivity/bluez5/bluez5_%.bbappend | |||
@@ -19,7 +19,6 @@ enable_bcm_bluetooth() { | |||
19 | 19 | ||
20 | BCM_BT_RDEPENDS = "\ | 20 | BCM_BT_RDEPENDS = "\ |
21 | udev-rules-rpi \ | 21 | udev-rules-rpi \ |
22 | bluez-firmware-raspbian \ | ||
23 | pi-bluetooth \ | 22 | pi-bluetooth \ |
24 | " | 23 | " |
25 | 24 | ||