diff mbox series

[meta-arago,kirkstone] meta-arago-demos: matrix-gui-v2-apps: pick platform specific openssl tests

Message ID 20230929084731.15228-1-j-choudhary@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone] meta-arago-demos: matrix-gui-v2-apps: pick platform specific openssl tests | expand

Commit Message

Jayesh Choudhary Sept. 29, 2023, 8:47 a.m. UTC
update matrix-gui-v2-apps recipe SRCREV to pick the openssl changes
for platform specific test suites and include software performance test
suites as well.

Signed-off-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(-)

Comments

Kamlesh Gurudasani Oct. 3, 2023, 10:49 a.m. UTC | #1
Jayesh Choudhary <j-choudhary@ti.com> writes:

> update matrix-gui-v2-apps recipe SRCREV to pick the openssl changes
> for platform specific test suites and include software performance test
> suites as well.
>
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com>
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 beaf4820..8effcd1b 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 = "011bc0ab43110eb2fca4dd6c58fc0433642da8d6"
+SRCREV = "73853d99f1210591daacc668a72468c03440e25a"
 BRANCH = "master"
-INC_PR = "r77"
+INC_PR = "r78"
 
 # Pull in the base package for installing matrix applications
 require matrix-gui-apps.inc