diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-21 18:36:14 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-21 18:36:14 -0500 |
commit | 359a52f77ee51109ce0c10aea629fd078af238a8 (patch) | |
tree | 3acd6588d9e3dee01876f5cac666e85208fab45f | |
parent | e25ae6d1304260be5e64e163472f140eaf9d922f (diff) |
agl-users: removemarlin_12.91.0marlin/12.91.012.91.0
Remove unused agl-users recipe as attempting to use it now would
conflict with the agl-driver user definition in the new agl-session
recipe.
Bug-AGL: SPEC-4161
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ifdded99fdec297379e0454bd26aaef8133f11d51
-rw-r--r-- | recipes-config/agl-users/agl-users_0.1.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-config/agl-users/agl-users_0.1.bb b/recipes-config/agl-users/agl-users_0.1.bb deleted file mode 100644 index d5c0e9551..000000000 --- a/recipes-config/agl-users/agl-users_0.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -inherit allarch useradd - -SUMMARY = "AGL Users Seed" -DESCRIPTION = "This is a core framework component that\ - defines how users are managed and who are the default users." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -ALLOW_EMPTY:${PN} = "1" - -USERADD_PACKAGES = "${PN}" - -USERADDEXTENSION = "useradd-staticids" - -GROUPADD_PARAM:${PN} = "\ - -g 1001 agl-driver ; \ - -g 1002 agl-passenger \ -" - -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 ; \ -" |