diff mbox series

[meta-ti,dunfell,1/4] optee-os: Update SRCREV for OP-TEE TRNG in J784S4

Message ID 20221010134649.20977-2-j-choudhary@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series TRNG support for J721S2 and J784S4 | expand

Commit Message

Jayesh Choudhary Oct. 10, 2022, 1:46 p.m. UTC
Update the SRCREV to the commit when sa3ul support was
added in upstream OP-TEE for J784S4 platform to access rng.

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 recipes-security/optee/optee-os_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index e7de5157..ff639baa 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -1,5 +1,5 @@ 
 PV_ti-soc = "3.18.0+git${SRCPV}"
-SRCREV_ti-soc = "8e155bae3a5eb9d1a3ed9260bd7281a7a35f5086"
+SRCREV_ti-soc = "6bf4a81a8f5388e6cb6b1d7e8ebe57c5089c0954"
 SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https"
 
 DEPENDS_append_ti-soc = " python3-cryptography-native"