Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
bc7b654
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is causing the sstate signature failures see
http://jenkins.nas-admin.org/view/OE/job/oe_world_workspace-compare-signatures/912/console
the problem is that this recipe is
allarch
but udev-rules-rpi is not. So either removemeta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.12.bb
Line 24 in bc7b654
or turn this into a
RRECOMMEND
bc7b654
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kraj . Fixed in #555