mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
* updated in: https://git.openembedded.org/openembedded-core/commit/?id=45686afe96bb42c24bfd4ab540ea44423a0f57c3 * 0004-Move-the-43xx-firmware-into-lib-firmware.patch didn't apply and needed to be rebased maybe we should just set FIRMWARE_DIR in rpi builds instead of changing the default in the source, but I'll leave that to someone else Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
FILESEXTRAPATHS:prepend:rpi := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI:append:rpi = "\
|
|
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 \
|
|
file://0004-Move-the-hciattach-firmware-into-lib-firmware.patch \
|
|
"
|
|
|
|
RDEPENDS:${PN}:append:rpi = " pi-bluetooth"
|