nmhw21: update tibluetooth service name for nmhw21
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
4ff3d2b09e
commit
e3cb20f2d1
|
|
@ -12,7 +12,7 @@ inherit systemd
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
file://tibluetooth-nbhw16.service \
|
file://tibluetooth-nbhw16.service \
|
||||||
file://tibluetooth-nrhw20.service \
|
file://tibluetooth-nrhw20.service \
|
||||||
file://tibluetooth-vcu.service \
|
file://tibluetooth-nmhw21.service \
|
||||||
file://TIInit_11.8.32.bts \
|
file://TIInit_11.8.32.bts \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ do_install_am335x-nrhw20 () {
|
||||||
|
|
||||||
install_nmhw21 () {
|
install_nmhw21 () {
|
||||||
install -d ${D}${systemd_unitdir}/system/
|
install -d ${D}${systemd_unitdir}/system/
|
||||||
install -m 0644 tibluetooth-vcu.service ${D}${systemd_unitdir}/system/tibluetooth.service
|
install -m 0644 tibluetooth-nmhw21.service ${D}${systemd_unitdir}/system/tibluetooth.service
|
||||||
|
|
||||||
install -d ${D}/lib/firmware/ti-connectivity
|
install -d ${D}/lib/firmware/ti-connectivity
|
||||||
install -m 0644 TIInit_11.8.32.bts ${D}/lib/firmware/ti-connectivity/
|
install -m 0644 TIInit_11.8.32.bts ${D}/lib/firmware/ti-connectivity/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue