mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 05:04:45 +02: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:
parent
a0a5d3848e
commit
bc7b654fee
|
@ -43,3 +43,7 @@ FILES_${PN} = "\
|
|||
${sysconfdir} \
|
||||
${systemd_unitdir}/system \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
udev-rules-rpi \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user