diff mbox series

[master/wrynose,v3,4/4] packagegroup-arago-connectivity: Add PipeWire audio stack

Message ID 20260922102559.3717785-5-p-bhagat@ti.com
State New
Headers show
Series Add PipeWire audio stack | expand

Commit Message

Paresh Bhagat Sept. 22, 2026, 10:25 a.m. UTC
Include PipeWire and WirePlumber as the default audio stack across all
platforms. This brings in the core PipeWire daemon, ALSA integration,
PulseAudio compatibility layer via pipewire-pulse, GStreamer plugin, SPA
plugins, and the WirePlumber session manager.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
 .../packagegroup-arago-connectivity.bb         | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb
index a1de8f4d..35a6e59b 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb
@@ -50,6 +50,23 @@  ZEROCONF_TI = "\
 	avahi-autoipd \
 "
 
+# PipeWire audio stack packages
+PIPEWIRE = " \
+    gstreamer1.0-pipewire \
+    libpipewire \
+    pipewire \
+    pipewire-alsa \
+    pipewire-alsa-card-profile \
+    pipewire-dev \
+    pipewire-modules-meta \
+    pipewire-pulse \
+    pipewire-spa-plugins-meta \
+    pipewire-spa-tools \
+    pipewire-tools \
+    wireplumber \
+    wireplumber-dev \
+"
+
 CONNECTIVITY_RDEPENDS = " \
     htop \
     iptables \
@@ -60,6 +77,7 @@  CONNECTIVITY_RDEPENDS = " \
     ${WLAN_COMMON} \
     ${WLAN_TI} \
     ${BT_COMMON} \
+    ${PIPEWIRE} \
 "
 
 CONNECTIVITY_RDEPENDS:append:ti33x = " ${BT_TI}"