diff options
author | Ashok Sidipotu <ashok.sidipotu@collabora.com> | 2022-03-09 10:30:47 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-05-11 10:29:20 +0000 |
commit | a8a530182a580540dc3c6c1f54933e0b53a13e03 (patch) | |
tree | 3080231a3bdd11bb6622de7494fdb2993fea4edb /recipes-platform/images/agl-image-ivi.bb | |
parent | ff6679e85db6d0138f66238d26257e6318068f89 (diff) |
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 <ashok.sidipotu@collabora.com>
Diffstat (limited to 'recipes-platform/images/agl-image-ivi.bb')
-rw-r--r-- | recipes-platform/images/agl-image-ivi.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-image-ivi.bb b/recipes-platform/images/agl-image-ivi.bb index 2b083be00..30043fdff 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 \ " |