tibluetooth: remove firmware file, handled speratly

The wifi and bluetooth chip ti wl18xx firmware files are handled by seperate
meta-netmodule-wlan layer.

BugzID: 67576

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2020-10-28 16:22:14 +01:00 committed by Gitea
parent e49f0152b8
commit 39810b981b
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
SUMMARY = "Start ti bluetooth"
DESCRIPTION = "Add ti bluetooth firmware (important non_ST!) and run hciattach"
DESCRIPTION = "Run hciattach for ti bluetooth wl12xx module"
AUTHOR = "Stefan Eichenberger"
SECTION = "connectivity"
@ -9,14 +9,14 @@ PR = "r2"
inherit systemd
RDEPENDS_{PN} = "firmware-ti-wl18xx"
SRC_URI = " \
file://tibluetooth.service \
file://TIInit_11.8.32.bts \
"
S = "${WORKDIR}"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
SYSTEMD_SERVICE_${PN} = "tibluetooth.service"
SYSTEMD_AUTO_ENABLE ?= "enable"
@ -28,8 +28,5 @@ FILES_${PN}_append = " \
do_install () {
install -d ${D}${systemd_unitdir}/system/
install -m 0644 tibluetooth.service ${D}${systemd_unitdir}/system/tibluetooth.service
install -d ${D}${nonarch_base_libdir}/firmware/ti-connectivity
install -m 0644 TIInit_11.8.32.bts ${D}${nonarch_base_libdir}/firmware/ti-connectivity/
}