From e3cb20f2d18c8cc53b2b34614f6dde297254b218 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Fri, 26 Oct 2018 01:10:57 +0200 Subject: [PATCH] nmhw21: update tibluetooth service name for nmhw21 Signed-off-by: Patrick Zysset --- recipes-connectivity/tibluetooth/tibluetooth.bb | 4 ++-- .../{tibluetooth-vcu.service => tibluetooth-nmhw21.service} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename recipes-connectivity/tibluetooth/tibluetooth/{tibluetooth-vcu.service => tibluetooth-nmhw21.service} (100%) 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