From 24ba1c2f82de244909dd1558f1d94d414c1e4df7 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 1 Mar 2018 14:02:25 +0100 Subject: [PATCH] nbhw16+nrhw20: Fix warning on boot related to bluetooth --- .../tibluetooth/tibluetooth/tibluetooth-nbhw16.service | 2 +- .../tibluetooth/tibluetooth/tibluetooth-nrhw20.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nbhw16.service b/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nbhw16.service index 18bd305..0c69a95 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nbhw16.service +++ b/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nbhw16.service @@ -1,6 +1,6 @@ [Unit] Description=Attach ti bluetooth -Before=bluetooth +Before=bluetooth.target Requires=bluetooth.target [Service] diff --git a/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nrhw20.service b/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nrhw20.service index 6ad68d8..4489bc3 100644 --- a/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nrhw20.service +++ b/recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nrhw20.service @@ -1,6 +1,6 @@ [Unit] Description=Attach ti bluetooth -Before=bluetooth +Before=bluetooth.target Requires=bluetooth.target [Service]