mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-06 17:58:24 +00:00
tss2.0-tss: don't create tss user account
This user account is created by tpm2-abrmd which replaces the resourcemgr originally supplied by this recipe. Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -18,12 +18,6 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig systemd
|
||||
|
||||
INHERIT += "extrausers"
|
||||
EXTRA_USERS_PARAMS = "\
|
||||
useradd -p '' tss; \
|
||||
groupadd tss; \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
# execute the bootstrap script
|
||||
currentdir="$(pwd)"
|
||||
|
||||
Reference in New Issue
Block a user