diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-03-07 09:53:04 -0600 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-03-07 23:37:53 +0000 |
commit | abd453d7da0c5e1ff3262a6e3d528e44cb2f4792 (patch) | |
tree | 69487519c34dc2c150d45b2d0428f8a3d8e21e50 | |
parent | ad7693c9a06a35f7251ea607c0290583c6b5c4ab (diff) | |
download | meta-raspberrypi-abd453d7da0c5e1ff3262a6e3d528e44cb2f4792.tar.gz |
bluez5: brcm43438: update device dependency
A previous patch changed the BT serial device to the alias, but did not
update the device dependency resulting in the service failing to start
on boot.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r-- | recipes-connectivity/bluez5/bluez5/brcm43438.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/bluez5/bluez5/brcm43438.service b/recipes-connectivity/bluez5/bluez5/brcm43438.service index c6e7456..9a607bc 100644 --- a/recipes-connectivity/bluez5/bluez5/brcm43438.service +++ b/recipes-connectivity/bluez5/bluez5/brcm43438.service | |||
@@ -2,7 +2,7 @@ | |||
2 | Description=Broadcom BCM43438 bluetooth HCI | 2 | Description=Broadcom BCM43438 bluetooth HCI |
3 | ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins | 3 | ConditionPathIsDirectory=/proc/device-tree/soc/gpio@7e200000/bt_pins |
4 | Before=bluetooth.service | 4 | Before=bluetooth.service |
5 | After=dev-ttyAMA0.device | 5 | After=dev-serial1.device |
6 | 6 | ||
7 | [Service] | 7 | [Service] |
8 | Type=simple | 8 | Type=simple |