summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/pi-bluetooth
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI protocols for githubMarcel Hamer2021-11-071-1/+1
| | | | | | | Use protocols=https for GitHub SRC_URIs using the conversion script in openembedded-core. Signed-off-by: Marcel Hamer <marcel@solidxs.se>
* pi-bluetooth: Add compatibility with non-systemd buildsMarcus Comstedt2021-08-191-1/+11
| | | | Signed-off-by: Marcus Comstedt <marcus@mc.pp.se>
* Convert to new override syntaxMartin Jansa2021-08-041-3/+3
| | | | | | | | | | This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pi-bluetooth: upgrade 0.1.12 -> 0.1.17Andreas Müller2021-06-082-11/+24
| | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* pi-bluetooth: Fix signature failuresAndrei Gherzan2020-01-141-2/+0
| | | | | | | | 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>
* pi-bluetooth: Runtime depends on udev-rules-rpiLeon Anavi2019-12-231-0/+4
| | | | | | | | | | 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>
* pi-bluetooth: Update to latest version (0.1.12)Andrei Gherzan2019-11-082-9/+7
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bluez5: use pi-bluetooth package for startup infrastructurePeter A. Bigot2018-11-232-4/+56
| | | | | | | | | | 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>
* pi-bluetooth: use `_git` suffix in recipe filenameHugo Hromic2018-06-271-0/+0
| | | | | | Keep naming consistency. Signed-off-by: Hugo Hromic <hhromic@gmail.com>
* pi-bluetooth: create to provide standard raspbian script for bluetooth setupPeter A. Bigot2018-05-091-0/+22
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>