Bump buildroot to 2019.02
This commit is contained in:
@@ -3,6 +3,7 @@ config BR2_PACKAGE_RPI_BT_FIRMWARE
|
||||
depends on BR2_arm || BR2_aarch64
|
||||
help
|
||||
Raspberry Pi 3 and Zero W Broadcom BCM43438 Bluetooth module
|
||||
firmware.
|
||||
firmware. Raspberry Pi 3 Model B+ Broadcom BCM4345C0
|
||||
Bluetooth module firmware.
|
||||
|
||||
https://aur.archlinux.org/packages/pi-bluetooth
|
||||
https://github.com/LibreELEC/brcmfmac_sdio-firmware-rpi
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 5d9c9364277414ffd67b4a266cdf88e92f28eb937e5a413750e87b7a94161bef rpi-bt-firmware-a439f892bf549ddfefa9ba7ad1999cc515f233bf.tar.gz
|
||||
sha256 155ebd5f08b819e0ce4e1950fcc972b2086cee3c16d36aba348beba1910c1fd2 rpi-bt-firmware-8c1e2bff1da9850f68efcfff3da5d939ec27a2ee.tar.gz
|
||||
sha256 b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d LICENCE.broadcom_bcm43xx
|
||||
|
||||
@@ -4,18 +4,14 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RPI_BT_FIRMWARE_VERSION = a439f892bf549ddfefa9ba7ad1999cc515f233bf
|
||||
RPI_BT_FIRMWARE_SITE = https://aur.archlinux.org/pi-bluetooth.git
|
||||
RPI_BT_FIRMWARE_SITE_METHOD = git
|
||||
RPI_BT_FIRMWARE_VERSION = 8c1e2bff1da9850f68efcfff3da5d939ec27a2ee
|
||||
RPI_BT_FIRMWARE_SITE = $(call github,LibreELEC,brcmfmac_sdio-firmware-rpi,$(RPI_BT_FIRMWARE_VERSION))
|
||||
RPI_BT_FIRMWARE_LICENSE = PROPRIETARY
|
||||
RPI_BT_FIRMWARE_LICENSE_FILES = LICENCE.broadcom_bcm43xx
|
||||
|
||||
# The BlueZ hciattach utility looks for firmware in /etc/firmware. Add a
|
||||
# compatibility symlink.
|
||||
define RPI_BT_FIRMWARE_INSTALL_TARGET_CMDS
|
||||
ln -sf ../lib/firmware $(TARGET_DIR)/etc/firmware
|
||||
$(INSTALL) -D -m 0644 $(@D)/BCM43430A1.hcd \
|
||||
$(TARGET_DIR)/lib/firmware/BCM43430A1.hcd
|
||||
$(INSTALL) -d $(TARGET_DIR)/lib/firmware/brcm
|
||||
$(INSTALL) -m 0644 $(@D)/firmware/brcm/*.hcd $(TARGET_DIR)/lib/firmware/brcm
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user