mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
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>
This commit is contained in:
committed by
Andrei Gherzan
parent
a0a5d3848e
commit
bc7b654fee
@@ -43,3 +43,7 @@ FILES_${PN} = "\
|
||||
${sysconfdir} \
|
||||
${systemd_unitdir}/system \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
udev-rules-rpi \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user