diff options
author | Ashok Sidipotu <ashok.sidipotu@collabora.com> | 2022-01-27 15:02:48 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-01-30 13:09:34 +0000 |
commit | 13a9ec819b88636a11786689a9d39fa0d6a30e68 (patch) | |
tree | afe782ea7df8a490d1effacb474e4988d56001eb /meta-app-framework/recipes-config/agl-session | |
parent | 3f51caea2bb1e3942c551876da5966881aa7ee0d (diff) |
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 <ashok.sidipotu@collabora.com>
Change-Id: Iba3856006b36c0182aaa0e36e8e98f85d9c49af3
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27100
Reviewed-by: Georgios Kiagiadakis <george.kiagiadakis@collabora.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-app-framework/recipes-config/agl-session')
-rw-r--r-- | meta-app-framework/recipes-config/agl-session/agl-session_0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |