From 359a52f77ee51109ce0c10aea629fd078af238a8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 21 Dec 2021 18:36:14 -0500 Subject: [PATCH] agl-users: remove 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 Change-Id: Ifdded99fdec297379e0454bd26aaef8133f11d51 --- recipes-config/agl-users/agl-users_0.1.bb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 recipes-config/agl-users/agl-users_0.1.bb 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 ; \ -" -- 2.16.6