From: Scott Murray Date: Thu, 4 Nov 2021 18:45:50 +0000 (-0400) Subject: agl-users: remove display user X-Git-Tag: 12.91.0~14 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F26833%2F1;p=AGL%2Fmeta-agl-demo.git agl-users: remove display user The "display" user has effectively been replaced with a "weston" user in the new weston-init support for running as non-root from upstream Yocto, so remove creation of it from the agl-users recipe. If the agl-users recipe will be retained in the new application scheme, this cleanup is required. Bug-AGL: SPEC-4121 Signed-off-by: Scott Murray Change-Id: Iafd7a08dfd7ba3514ef4264c68d697cfd9790047 --- diff --git a/recipes-config/agl-users/agl-users_0.1.bb b/recipes-config/agl-users/agl-users_0.1.bb index a1473a8eb..d5c0e9551 100644 --- a/recipes-config/agl-users/agl-users_0.1.bb +++ b/recipes-config/agl-users/agl-users_0.1.bb @@ -14,8 +14,6 @@ USERADD_PACKAGES = "${PN}" USERADDEXTENSION = "useradd-staticids" GROUPADD_PARAM:${PN} = "\ - --system display ; \ - --system weston-launch ; \ -g 1001 agl-driver ; \ -g 1002 agl-passenger \ " @@ -23,5 +21,4 @@ GROUPADD_PARAM:${PN} = "\ USERADD_PARAM:${PN} = "\ -g 1001 -u 1001 -o -d /home/1001 -m -K PASS_MAX_DAYS=-1 agl-driver ; \ -g 1002 -u 1002 -o -d /home/1002 -m -K PASS_MAX_DAYS=-1 agl-passenger ; \ - --gid display --groups weston-launch,video,input --home-dir /run/platform/display --shell /bin/false --comment \"Display daemon\" --key PASS_MAX_DAYS=-1 display \ "