diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-11-04 14:45:50 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-11-04 14:45:50 -0400 |
commit | e7a5c82e130ce69c63fa2c5289280a206e04d0cc (patch) | |
tree | de8dfab3c8ac4f06c96e78a3565851246bcc2354 /recipes-config/agl-users/agl-users_0.1.bb | |
parent | 0ffe0a487e1323e713dd350342caa5384f2a42fd (diff) |
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 <scott.murray@konsulko.com>
Change-Id: Iafd7a08dfd7ba3514ef4264c68d697cfd9790047
Diffstat (limited to 'recipes-config/agl-users/agl-users_0.1.bb')
-rw-r--r-- | recipes-config/agl-users/agl-users_0.1.bb | 3 |
1 files changed, 0 insertions, 3 deletions
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 \ " |