From e7a5c82e130ce69c63fa2c5289280a206e04d0cc Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Nov 2021 14:45:50 -0400 Subject: 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 --- recipes-config/agl-users/agl-users_0.1.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-config') diff --git a/recipes-config/agl-users/agl-users_0.1.bb b/recipes-config/agl-users/agl-users_0.1.bb index a1473a8e..d5c0e955 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 \ " -- cgit 1.2.3-korg