2d3573e0f3
Add firmware files for the UART attached Bluetooth on TI Wilink series wireless connectivity combo chips. Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> [Thomas: rename config option so that it has the BR2_PACKAGE_ prefix.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
632 B
Makefile
18 lines
632 B
Makefile
################################################################################
|
|
#
|
|
# wilink-bt-firmware
|
|
#
|
|
################################################################################
|
|
|
|
WILINK_BT_FIRMWARE_VERSION = 169b2df5b968f0ede32ea9044859942fc220c435
|
|
WILINK_BT_FIRMWARE_SITE = $(call github,TI-ECS,bt-firmware,$(WILINK_BT_FIRMWARE_VERSION))
|
|
WILINK_BT_FIRMWARE_LICENSE = PROPRIETARY
|
|
WILINK_BT_FIRMWARE_LICENSE_FILES = LICENCE
|
|
|
|
define WILINK_BT_FIRMWARE_INSTALL_TARGET_CMDS
|
|
mkdir -p $(TARGET_DIR)/lib/firmware/ti-connectivity
|
|
cp $(@D)/TIInit_*.bts $(TARGET_DIR)/lib/firmware/ti-connectivity
|
|
endef
|
|
|
|
$(eval $(generic-package))
|