diff --git a/recipes-connectivity/tibluetooth/tibluetooth.bb b/recipes-connectivity/tibluetooth/tibluetooth.bb index 836f6d3..dcea7fd 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth.bb +++ b/recipes-connectivity/tibluetooth/tibluetooth.bb @@ -12,7 +12,7 @@ inherit systemd SRC_URI = " \ file://tibluetooth-nbhw16.service \ file://tibluetooth-nrhw20.service \ - file://tibluetooth-vcu.service \ + file://tibluetooth-nmhw21.service \ file://TIInit_11.8.32.bts \ " @@ -54,7 +54,7 @@ do_install_am335x-nrhw20 () { install_nmhw21 () { 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 -m 0644 TIInit_11.8.32.bts ${D}/lib/firmware/ti-connectivity/ diff --git a/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-vcu.service b/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nmhw21.service similarity index 100% rename from recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-vcu.service rename to recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nmhw21.service