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:
parent
e49f0152b8
commit
39810b981b
|
|
@ -1,5 +1,5 @@
|
||||||
SUMMARY = "Start ti bluetooth"
|
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"
|
AUTHOR = "Stefan Eichenberger"
|
||||||
|
|
||||||
SECTION = "connectivity"
|
SECTION = "connectivity"
|
||||||
|
|
@ -9,14 +9,14 @@ PR = "r2"
|
||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
|
|
||||||
|
RDEPENDS_{PN} = "firmware-ti-wl18xx"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
file://tibluetooth.service \
|
file://tibluetooth.service \
|
||||||
file://TIInit_11.8.32.bts \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "tibluetooth.service"
|
SYSTEMD_SERVICE_${PN} = "tibluetooth.service"
|
||||||
SYSTEMD_AUTO_ENABLE ?= "enable"
|
SYSTEMD_AUTO_ENABLE ?= "enable"
|
||||||
|
|
@ -28,8 +28,5 @@ FILES_${PN}_append = " \
|
||||||
do_install () {
|
do_install () {
|
||||||
install -d ${D}${systemd_unitdir}/system/
|
install -d ${D}${systemd_unitdir}/system/
|
||||||
install -m 0644 tibluetooth.service ${D}${systemd_unitdir}/system/tibluetooth.service
|
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/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue