diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-12-18 16:39:38 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-12-23 14:12:39 +0000 |
commit | bc7b654feecceee46bb11800b69994640d03b0ad (patch) | |
tree | 013ab3b4e1d28ec600706b4d4ca7fd1b55b44603 | |
parent | a0a5d3848e76b7f90ef8e42c56211da78db1c7ba (diff) | |
download | meta-raspberrypi-bc7b654feecceee46bb11800b69994640d03b0ad.tar.gz |
pi-bluetooth: Runtime depends on udev-rules-rpi
Add udev-rules-rpi as a runtime dependency. It brings udev rules
for creating /dev/serial1. This way hciuart.service, provided by
pi-bluetooth, will be successfully started because it depends
on dev-serial1.device. As a result the Bluetooth module will
be properly attached via UART HCI to BlueZ stack.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb index e16ed17..2597e4b 100644 --- a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb +++ b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb | |||
@@ -43,3 +43,7 @@ FILES_${PN} = "\ | |||
43 | ${sysconfdir} \ | 43 | ${sysconfdir} \ |
44 | ${systemd_unitdir}/system \ | 44 | ${systemd_unitdir}/system \ |
45 | " | 45 | " |
46 | |||
47 | RDEPENDS_${PN} += " \ | ||
48 | udev-rules-rpi \ | ||
49 | " | ||