[yocto] [meta-parsec][master,nanbield][PATCH] Update parsec recipes

2023-10-30 Thread Gowtham Suresh Kumar
Parsec-service and parsec-tool recipes have been updated to use 1.3.0 and 0.7.0 versions respectively. Signed-off-by: Gowtham Suresh Kumar --- .../parsec-service/parsec-service-crates.inc | 736 +- ...rvice_1.2.0.bb => parsec-service_1.3.0.bb} | 2 +- .../parsec-tool/par

[yocto] [meta-parsec][PATCH] Update PARSEC recipe to latest v1.1.0 release

2022-10-20 Thread Gowtham Suresh Kumar
This commit updates the parsec-service to v1.1.0 and the parsec-tool to v0.5.4. The buildpaths QA check has been disabled and relevant issue links have been added to address this. Signed-off-by: Gowtham Suresh Kumar --- meta-parsec/README.md | 1 + ...rvice_1.0.0.bb

[yocto] [meta-security][PATCH] Update PARSEC recipe to latest v1.1.0 release

2022-10-20 Thread Gowtham Suresh Kumar
This commit updates the parsec-service to v1.1.0 and the parsec-tool to v0.5.4. The buildpaths QA check has been disabled and relevant issue links have been added to address this. Signed-off-by: Gowtham Suresh Kumar --- meta-parsec/README.md | 1 + ...rvice_1.0.0.bb

[yocto] [PATCH 2/2] parsec-service: Update parsec recipes to 1.2.0 and parsec-tool to 0.6.0

2023-04-06 Thread Gowtham Suresh Kumar
From: Gowtham Suresh Kumar Signed-off-by: Gowtham Suresh Kumar --- .../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-t

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

2023-04-06 Thread Gowtham Suresh Kumar
From: Gowtham Suresh Kumar 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

[yocto] [PATCH 1/2] meta-parsec: Disable RSA-OAEP OEQA tests for Parsec PKCS11 backend

2023-04-06 Thread Gowtham Suresh Kumar
From: Gowtham Suresh Kumar Signed-off-by: Gowtham Suresh Kumar --- meta-parsec/lib/oeqa/runtime/cases/parsec.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta-parsec/lib/oeqa/runtime/cases/parsec.py b/meta-parsec/lib/oeqa/runtime/cases/parsec.py index 6be84ba