aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/pi-bluetooth
AgeCommit message (Collapse)Author
2020-01-14pi-bluetooth: Fix signature failuresAndrei Gherzan
After bc7b654feecceee46bb11800b69994640d03b0ad, we made this package depend on a package that is not allarch while this is. Let's drop it for this package as well to avoid these sstate signature issues. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-12-23pi-bluetooth: Runtime depends on udev-rules-rpiLeon Anavi
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>
2019-11-08pi-bluetooth: Update to latest version (0.1.12)Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2018-11-23bluez5: use pi-bluetooth package for startup infrastructurePeter A. Bigot
RPi-Distro has augmented their bluetooth infrastructure to support new features. It also correctly handles restart, which fixes problems when faults cause hciattach to exit. Replace brcm43438.service with the upstream ones. Resolves: #330 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2018-06-27pi-bluetooth: use `_git` suffix in recipe filenameHugo Hromic
Keep naming consistency. Signed-off-by: Hugo Hromic <hhromic@gmail.com>
2018-05-09pi-bluetooth: create to provide standard raspbian script for bluetooth setupPeter A. Bigot
Unique bluetooth device addresses are not assigned correctly with some firmware, resulting in a fixed default address. Use the same utility as raspbian does to initialize the device. Closes #236 Signed-off-by: Peter A. Bigot <pab@pabigot.com>