[Buildroot] [PATCH v3] rpi-bt-firmware: new package

Peter Korsgaard peter at korsgaard.com
Wed May 3 20:11:33 UTC 2017


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

 > Add firmware file for the Raspberry Pi 3 and Zero W Bluetooth module.
 > Note that to successfully download the firmware bluez5_utils needs a patch[1].

 > Even though the firmware file name (BCM43430A1.hcd) only mentions the
 > Bluetooth module, it is most likely tailored for the Raspberry Pi boards.
 > Firmware for the same BT module on other boards look different. For this
 > reason the name of the package is rpi-bt-firmware.

 > [1] http://www.spinics.net/lists/linux-bluetooth/msg69470.html

 > Signed-off-by: Baruch Siach <baruch at tkos.co.il>
 > ---
 > v3: Justify the package name in the commit log (Thomas P)

 > v2: mention RPi Zero W in the commit log (Martin Bark)
 > ---
 >  package/Config.in                          |  1 +
 >  package/rpi-bt-firmware/Config.in          |  7 +++++++
 >  package/rpi-bt-firmware/rpi-bt-firmware.mk | 21 +++++++++++++++++++++
 >  3 files changed, 29 insertions(+)
 >  create mode 100644 package/rpi-bt-firmware/Config.in
 >  create mode 100644 package/rpi-bt-firmware/rpi-bt-firmware.mk

 > diff --git a/package/Config.in b/package/Config.in
 > index 5ec3e8bd2318..93f85356c75d 100644
 > --- a/package/Config.in
 > +++ b/package/Config.in
 > @@ -342,6 +342,7 @@ menu "Firmware"
 >  	source "package/b43-firmware/Config.in"
 >  	source "package/linux-firmware/Config.in"
 >  	source "package/rpi-firmware/Config.in"
 > +	source "package/rpi-bt-firmware/Config.in"

fixed ordering and committed, thanks!

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list