mbox series

[0/2] Update parsec and parsec-tool recipes

Message ID 20230406173903.23459-1-gowtham.sureshkumar@arm.com
Headers show
Series Update parsec and parsec-tool recipes | expand

Message

Gowtham Suresh Kumar April 6, 2023, 5:39 p.m. UTC
From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>

The patches update parsec service to 1.2.0 and the parsec tool
to 0.6.0 releases. The RSA OAEP OEQA tests for parsec pkcs11
backend is disabled.

Gowtham Suresh Kumar (2):
  meta-parsec: Disable RSA-OAEP OEQA tests for Parsec PKCS11 backend
  parsec-service: Update parsec recipes to 1.2.0 and parsec-tool to
    0.6.0

 meta-parsec/lib/oeqa/runtime/cases/parsec.py  |   8 +-
 .../parsec-service/parsec-service-crates.inc  | 460 ++++++++++++++++++
 .../parsec-service/parsec-service_1.1.0.inc   | 223 ---------
 ...rvice_1.1.0.bb => parsec-service_1.2.0.bb} |  14 +-
 .../parsec-tool/parsec-tool-crates.inc        | 346 +++++++++++++
 .../parsec-tool/parsec-tool_0.5.4.inc         | 176 -------
 ...sec-tool_0.5.4.bb => parsec-tool_0.6.0.bb} |  10 +-
 7 files changed, 826 insertions(+), 411 deletions(-)
 create mode 100644 meta-parsec/recipes-parsec/parsec-service/parsec-service-crates.inc
 delete mode 100644 meta-parsec/recipes-parsec/parsec-service/parsec-service_1.1.0.inc
 rename meta-parsec/recipes-parsec/parsec-service/{parsec-service_1.1.0.bb => parsec-service_1.2.0.bb} (92%)
 create mode 100644 meta-parsec/recipes-parsec/parsec-tool/parsec-tool-crates.inc
 delete mode 100644 meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.5.4.inc
 rename meta-parsec/recipes-parsec/parsec-tool/{parsec-tool_0.5.4.bb => parsec-tool_0.6.0.bb} (68%)

--
2.17.1

Comments

akuster808 April 6, 2023, 7:09 p.m. UTC | #1
On 4/6/23 1:39 PM, Gowtham Suresh Kumar wrote:
> From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
>
> The patches update parsec service to 1.2.0 and the parsec tool
> to 0.6.0 releases. The RSA OAEP OEQA tests for parsec pkcs11
> backend is disabled.

Fyi, please include meta-security or meta-parsec in the subject 
otherwise my filters wont put it in the correct location.

Anyone want to Ack/Nack/Reviewed-by this as it seems several folks where 
involved in earlier updates?

I will add this into my next build series.

thanks,
Armin
>
> Gowtham Suresh Kumar (2):
>    meta-parsec: Disable RSA-OAEP OEQA tests for Parsec PKCS11 backend
>    parsec-service: Update parsec recipes to 1.2.0 and parsec-tool to
>      0.6.0
>
>   meta-parsec/lib/oeqa/runtime/cases/parsec.py  |   8 +-
>   .../parsec-service/parsec-service-crates.inc  | 460 ++++++++++++++++++
>   .../parsec-service/parsec-service_1.1.0.inc   | 223 ---------
>   ...rvice_1.1.0.bb => parsec-service_1.2.0.bb} |  14 +-
>   .../parsec-tool/parsec-tool-crates.inc        | 346 +++++++++++++
>   .../parsec-tool/parsec-tool_0.5.4.inc         | 176 -------
>   ...sec-tool_0.5.4.bb => parsec-tool_0.6.0.bb} |  10 +-
>   7 files changed, 826 insertions(+), 411 deletions(-)
>   create mode 100644 meta-parsec/recipes-parsec/parsec-service/parsec-service-crates.inc
>   delete mode 100644 meta-parsec/recipes-parsec/parsec-service/parsec-service_1.1.0.inc
>   rename meta-parsec/recipes-parsec/parsec-service/{parsec-service_1.1.0.bb => parsec-service_1.2.0.bb} (92%)
>   create mode 100644 meta-parsec/recipes-parsec/parsec-tool/parsec-tool-crates.inc
>   delete mode 100644 meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.5.4.inc
>   rename meta-parsec/recipes-parsec/parsec-tool/{parsec-tool_0.5.4.bb => parsec-tool_0.6.0.bb} (68%)
>
> --
> 2.17.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59633): https://lists.yoctoproject.org/g/yocto/message/59633
> Mute This Topic: https://lists.yoctoproject.org/mt/98110111/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>