summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-11-19 23:18:25 +0800
committerArmin Kuster <akuster808@gmail.com>2021-11-28 16:16:19 -0800
commite4a49814e101a8ed437b85beea43ca437a7b96c6 (patch)
treec55d7c7c6b12196c44ac7e210736daf8d2b96205
parent59295103f1f87b207e5c3e154e6ad01291e1f9df (diff)
downloadmeta-security-e4a49814e101a8ed437b85beea43ca437a7b96c6.tar.gz
meta-parsec/README.md: fix for append operator combined with +=
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-parsec/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-parsec/README.md b/meta-parsec/README.md
index c5635d3..bb4c2b9 100644
--- a/meta-parsec/README.md
+++ b/meta-parsec/README.md
@@ -80,7 +80,7 @@ Manual testing with runqemu
80 This layer also contains a recipe for pasec-tool which can be used for 80 This layer also contains a recipe for pasec-tool which can be used for
81manual testing of the Parsec service: 81manual testing of the Parsec service:
82 82
83 IMAGE_INSTALL:append += " parsec-tools" 83 IMAGE_INSTALL:append = " parsec-tools"
84 84
85 There are a series of Parsec Demo videos showing how to use parsec-tool 85 There are a series of Parsec Demo videos showing how to use parsec-tool
86to test the Parsec service base functionality: 86to test the Parsec service base functionality:
@@ -104,7 +104,7 @@ enabled. No changes required.
104 The Software HSM can be used for manual testing of the provider by 104 The Software HSM can be used for manual testing of the provider by
105including it into your test image: 105including it into your test image:
106 106
107 IMAGE_INSTALL:append += " softhsm" 107 IMAGE_INSTALL:append = " softhsm"
108 108
109Inside the running VM: 109Inside the running VM:
110- Stop Parsec 110- Stop Parsec
@@ -135,7 +135,7 @@ systemctl start parsec
135 The IBM Software TPM service can be used for manual testing of the provider by 135 The IBM Software TPM service can be used for manual testing of the provider by
136including it into your test image: 136including it into your test image:
137 137
138 IMAGE_INSTALL:append += " ibmswtpm2 tpm2-tools libtss2 libtss2-tcti-mssim" 138 IMAGE_INSTALL:append = " ibmswtpm2 tpm2-tools libtss2 libtss2-tcti-mssim"
139 139
140Inside the running VM: 140Inside the running VM:
141- Stop Parsec 141- Stop Parsec