From a8a530182a580540dc3c6c1f54933e0b53a13e03 Mon Sep 17 00:00:00 2001 From: Ashok Sidipotu Date: Wed, 9 Mar 2022 10:30:47 +0530 Subject: Add wireplumber recipes to agl explicitly. Add wireplumber recipes explicitly as they are removed from packagegroup-pipewire. Bug-AGL: SPEC-4100 Change-Id: I1081d04c13de7d38d0f42ac0c10eedfc20acc655 Signed-off-by: Ashok Sidipotu --- recipes-platform/images/agl-image-ivi.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-platform') diff --git a/recipes-platform/images/agl-image-ivi.bb b/recipes-platform/images/agl-image-ivi.bb index 2b083be0..30043fdf 100644 --- a/recipes-platform/images/agl-image-ivi.bb +++ b/recipes-platform/images/agl-image-ivi.bb @@ -10,6 +10,7 @@ IMAGE_INSTALL:append = "\ packagegroup-agl-image-ivi \ packagegroup-agl-ivi-services \ ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'wireplumber-config-agl wireplumber-policy-config-agl', '', d)} \ can-utils \ iproute2 \ " -- cgit 1.2.3-korg