From: Ashok Sidipotu Date: Thu, 27 Jan 2022 09:32:48 +0000 (+0530) Subject: meta-app-framework: add agl-driver to pipewire group X-Git-Tag: 12.92.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=13a9ec819b88636a11786689a9d39fa0d6a30e68;p=AGL%2Fmeta-agl.git meta-app-framework: add agl-driver to pipewire group - Update agl-session recipe to add agl-driver to pipewire group - Apps in the new framework can access pipewire services if agl-driver is a part of pipewire group. Bug-AGL: SPEC-4210 Signed-off-by: Ashok Sidipotu Change-Id: Iba3856006b36c0182aaa0e36e8e98f85d9c49af3 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27100 Reviewed-by: Georgios Kiagiadakis Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-app-framework/recipes-config/agl-session/agl-session_0.1.bb b/meta-app-framework/recipes-config/agl-session/agl-session_0.1.bb index dc7b5bee7..ecad1615d 100644 --- a/meta-app-framework/recipes-config/agl-session/agl-session_0.1.bb +++ b/meta-app-framework/recipes-config/agl-session/agl-session_0.1.bb @@ -15,10 +15,11 @@ USERADDEXTENSION = "useradd-staticids" GROUPADD_PARAM:${PN} = "\ --system display ; \ --system video ; \ + --system pipewire ; \ -g 1001 agl-driver ; \ " USERADD_PARAM:${PN} = "\ - -g 1001 -u 1001 -G video,display -o -d /home/agl-driver -m -K PASS_MAX_DAYS=-1 agl-driver ; \ + -g 1001 -u 1001 -G video,display,pipewire -o -d /home/agl-driver -m -K PASS_MAX_DAYS=-1 agl-driver ; \ " SYSTEMD_PACKAGES = "${PN}"