diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-20 16:11:03 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-20 16:11:03 +0800 |
commit | b2ace92dafc821feba12b2e2136923763256ba2e (patch) | |
tree | 5c61d420dcdff4f8f5588585a16ed5c035c03558 | |
parent | 17376a20627be4f255d4dc92d294611f08452170 (diff) | |
download | meta-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.bb | 6 |
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 | ||
19 | inherit autotools pkgconfig systemd | 19 | inherit autotools pkgconfig systemd |
20 | 20 | ||
21 | INHERIT += "extrausers" | ||
22 | EXTRA_USERS_PARAMS = "\ | ||
23 | useradd -p '' tss; \ | ||
24 | groupadd tss; \ | ||
25 | " | ||
26 | |||
27 | do_configure_prepend() { | 21 | do_configure_prepend() { |
28 | # execute the bootstrap script | 22 | # execute the bootstrap script |
29 | currentdir="$(pwd)" | 23 | currentdir="$(pwd)" |