diff mbox series

[kirkstone] meta-arago-demos: matrix-gui-v2-apps: update to pick openssl_perf fixes

Message ID 20230714220652.19240-1-praneeth@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone] meta-arago-demos: matrix-gui-v2-apps: update to pick openssl_perf fixes | expand

Commit Message

Bajjuri, Praneeth July 14, 2023, 10:06 p.m. UTC
From: Praneeth Bajjuri <praneeth@ti.com>

update matrix-gui-v2-apps recipe SRCREV to pick
* openssl_perf: update engine and remove des-cbc

This includes OPENSSL 3.0.9 engine name change necessary for crypto demo
to be functional

This update also includes test suite removal of des-cbc as this
algorithm is not supported.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jayesh Choudhary July 20, 2023, 7:54 a.m. UTC | #1
On 15/07/23 03:36, praneeth@ti.com wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
> 
> update matrix-gui-v2-apps recipe SRCREV to pick
> * openssl_perf: update engine and remove des-cbc
> 
> This includes OPENSSL 3.0.9 engine name change necessary for crypto demo
> to be functional
> 
> This update also includes test suite removal of des-cbc as this
> algorithm is not supported.

Tested the patch on kirkstone-next for j784s4 platform.
OPENSSL tests are working as expected.

> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>

Reviewed-by: Jayesh Choudhary <j-choudhary@ti.com>

> ---
>   meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc
> index 94776f54..beaf4820 100644
> --- a/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc
> +++ b/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc
> @@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
>   LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
>   
>   SRC_URI = "git://git.ti.com/git/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=https;branch=${BRANCH}"
> -SRCREV = "cad105b0c2b75a90f4def523b4fdbd0b6aa2fe8e"
> +SRCREV = "011bc0ab43110eb2fca4dd6c58fc0433642da8d6"
>   BRANCH = "master"
> -INC_PR = "r76"
> +INC_PR = "r77"
>   
>   # Pull in the base package for installing matrix applications
>   require matrix-gui-apps.inc
diff mbox series

Patch

diff --git a/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc
index 94776f54..beaf4820 100644
--- a/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc
+++ b/meta-arago-demos/recipes-core/matrix/matrix-gui-apps-git.inc
@@ -4,9 +4,9 @@  LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9"
 LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}"
 
 SRC_URI = "git://git.ti.com/git/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=https;branch=${BRANCH}"
-SRCREV = "cad105b0c2b75a90f4def523b4fdbd0b6aa2fe8e"
+SRCREV = "011bc0ab43110eb2fca4dd6c58fc0433642da8d6"
 BRANCH = "master"
-INC_PR = "r76"
+INC_PR = "r77"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc