diff --git a/recipes-connectivity/tibluetooth/tibluetooth.bb b/recipes-connectivity/tibluetooth/tibluetooth.bb index 26d53b8..1b63b12 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth.bb +++ b/recipes-connectivity/tibluetooth/tibluetooth.bb @@ -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/ } diff --git a/recipes-connectivity/tibluetooth/tibluetooth/TIInit_11.8.32.bts b/recipes-connectivity/tibluetooth/tibluetooth/TIInit_11.8.32.bts deleted file mode 100755 index e577d08..0000000 Binary files a/recipes-connectivity/tibluetooth/tibluetooth/TIInit_11.8.32.bts and /dev/null differ