diff mbox series

[master/wrynose,v2,2/2] layer.conf: Add multimedia-layer support

Message ID 20260923153904.2153823-3-p-bhagat@ti.com
State New
Headers show
Series Add configuration for pipewire | expand

Commit Message

Paresh Bhagat Sept. 23, 2026, 3:39 p.m. UTC
Add multimedia-layer to the recommended layers and configure dynamic
layer support.

Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
---
Add a new multimedia-layer to include pipewire

 meta-ti-bsp/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index c8e4cd39..1b76292f 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -19,11 +19,13 @@  LAYERDEPENDS_meta-ti-bsp = " \
 "
 
 LAYERRECOMMENDS_meta-ti-bsp = " \
+    multimedia-layer \
     openembedded-layer \
     tpm-layer \
 "
 
 BBFILES_DYNAMIC += " \
+    multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes*/*/*.bbappend \
     openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes*/*/*.bbappend \
     tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes*/*/*.bb \
     tpm-layer:${LAYERDIR}/dynamic-layers/tpm-layer/recipes*/*/*.bbappend \