summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-07-20 16:11:03 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-07-20 16:11:03 +0800
commitb2ace92dafc821feba12b2e2136923763256ba2e (patch)
tree5c61d420dcdff4f8f5588585a16ed5c035c03558
parent17376a20627be4f255d4dc92d294611f08452170 (diff)
downloadmeta-secure-core-b2ace92dafc821feba12b2e2136923763256ba2e.tar.gz
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>
-rw-r--r--meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb
index 7c9f5a9..52e9c46 100644
--- a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb
+++ b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb
@@ -18,12 +18,6 @@ S = "${WORKDIR}/git"
18 18
19inherit autotools pkgconfig systemd 19inherit autotools pkgconfig systemd
20 20
21INHERIT += "extrausers"
22EXTRA_USERS_PARAMS = "\
23 useradd -p '' tss; \
24 groupadd tss; \
25"
26
27do_configure_prepend() { 21do_configure_prepend() {
28 # execute the bootstrap script 22 # execute the bootstrap script
29 currentdir="$(pwd)" 23 currentdir="$(pwd)"