agl-pipewire: update layer dependencies 01/30101/2 18.90.0 salmon/18.90.0 salmon_18.90.0
authorScott Murray <scott.murray@konsulko.com>
Mon, 8 Jul 2024 17:08:05 +0000 (13:08 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Jul 2024 09:35:22 +0000 (09:35 +0000)
meta-pipewire now requires meta-multimeda for the base pipewire
recipe, make sure that layer gets added when the agl-pipewire feature
is used.  This fixes builds without "agl-demo".

Bug-AGL: SPEC-5129

Change-Id: If054d63f8328607d2063e8168bc88f2b82b146db
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30101
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account

templates/feature/agl-pipewire/50_bblayers.conf.inc

index e05cd40..613ed97 100644 (file)
@@ -1,7 +1,7 @@
+# PipeWire recipe comes from meta-multimedia
+AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia"
+AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
 
 BBLAYERS =+ " \
-       ${METADIR}/meta-agl/meta-pipewire \
-       "
-
-# we ship our own pipewire
-BBMASK += "meta-openembedded/meta-oe/recipes-multimedia/pipewire/"
+    ${METADIR}/meta-agl/meta-pipewire \
+"