[meta-security,2/2] meta-parsec/README.md: fix for append operator combined with +=

Message ID 20211119151825.530200-2-yi.zhao@windriver.com
State New
Headers show
Series [meta-security,1/2] openssl-tpm-engine: fix warning for append operator combined with += | expand

Commit Message

Yi Zhao Nov. 19, 2021, 3:18 p.m. UTC
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-parsec/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

akuster808 Nov. 29, 2021, 12:18 a.m. UTC | #1
thanks.

merged.

On 11/19/21 7:18 AM, Yi Zhao wrote:
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> ---
>  meta-parsec/README.md | 6 +++---
>  1 file 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
>    This layer also contains a recipe for pasec-tool which can be used for
>  manual testing of the Parsec service:
>  
> -    IMAGE_INSTALL:append += " parsec-tools"
> +    IMAGE_INSTALL:append = " parsec-tools"
>  
>    There are a series of Parsec Demo videos showing how to use parsec-tool
>  to test the Parsec service base functionality:
> @@ -104,7 +104,7 @@ enabled. No changes required.
>    The Software HSM can be used for manual testing of the provider by
>  including it into your test image:
>  
> -    IMAGE_INSTALL:append += " softhsm"
> +    IMAGE_INSTALL:append = " softhsm"
>  
>  Inside the running VM:
>  - Stop Parsec
> @@ -135,7 +135,7 @@ systemctl start parsec
>    The IBM Software TPM service can be used for manual testing of the provider by
>  including it into your test image:
>  
> -    IMAGE_INSTALL:append += " ibmswtpm2 tpm2-tools libtss2 libtss2-tcti-mssim"
> +    IMAGE_INSTALL:append = " ibmswtpm2 tpm2-tools libtss2 libtss2-tcti-mssim"
>  
>  Inside the running VM:
>  - Stop Parsec
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#55377): https://lists.yoctoproject.org/g/yocto/message/55377
> Mute This Topic: https://lists.yoctoproject.org/mt/87169936/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

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
   This layer also contains a recipe for pasec-tool which can be used for
 manual testing of the Parsec service:
 
-    IMAGE_INSTALL:append += " parsec-tools"
+    IMAGE_INSTALL:append = " parsec-tools"
 
   There are a series of Parsec Demo videos showing how to use parsec-tool
 to test the Parsec service base functionality:
@@ -104,7 +104,7 @@  enabled. No changes required.
   The Software HSM can be used for manual testing of the provider by
 including it into your test image:
 
-    IMAGE_INSTALL:append += " softhsm"
+    IMAGE_INSTALL:append = " softhsm"
 
 Inside the running VM:
 - Stop Parsec
@@ -135,7 +135,7 @@  systemctl start parsec
   The IBM Software TPM service can be used for manual testing of the provider by
 including it into your test image:
 
-    IMAGE_INSTALL:append += " ibmswtpm2 tpm2-tools libtss2 libtss2-tcti-mssim"
+    IMAGE_INSTALL:append = " ibmswtpm2 tpm2-tools libtss2 libtss2-tcti-mssim"
 
 Inside the running VM:
 - Stop Parsec