agl-users: remove 59/27059/1 12.91.0 marlin/12.91.0 marlin_12.91.0
authorScott Murray <scott.murray@konsulko.com>
Tue, 21 Dec 2021 23:36:14 +0000 (18:36 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 21 Dec 2021 23:36:14 +0000 (18:36 -0500)
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

recipes-config/agl-users/agl-users_0.1.bb [deleted file]

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 (file)
index d5c0e95..0000000
+++ /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 ; \
-"