summaryrefslogtreecommitdiff
path: root/recipes-connectivity/bluez-alsa/files
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-04-19 18:00:43 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-18 13:07:53 +0200
commitf8059c3b5bfe29e7d3fbf6d81caeca018355b5dd (patch)
tree64ffd696d54b26989a805002fda53125921b2bf0 /recipes-connectivity/bluez-alsa/files
parentaa265d1c86597e479629734145b638b51117ef02 (diff)
bluez-alsa: add recipe for bluez-alsa
This allows to play audio over Bluetooth without pulseaudio sound server, just using alsa. The recipe has been adopted from meta-agl. Basic usage instructions can be found on Github: https://github.com/Arkq/bluez-alsa Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-connectivity/bluez-alsa/files')
-rw-r--r--recipes-connectivity/bluez-alsa/files/bluez-alsa.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-connectivity/bluez-alsa/files/bluez-alsa.service b/recipes-connectivity/bluez-alsa/files/bluez-alsa.service
new file mode 100644
index 0000000..671815e
--- /dev/null
+++ b/recipes-connectivity/bluez-alsa/files/bluez-alsa.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Bluetooth Audio ALSA Backend
+After=bluetooth.service
+Requires=bluetooth.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/bluealsa
+
+[Install]
+WantedBy=multi-user.target