summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamlesh Gurudasani <kamlesh@ti.com>2022-11-28 11:16:27 +0530
committerRyan Eatmon <reatmon@ti.com>2022-11-29 09:07:30 -0600
commit98506a4a07363a1b57012ccfaee263f47e5b46c4 (patch)
treeeb7f5cac53eb42d5da4718559628683268e50da9
parentb1b34e26022d4ed0f389e591e8edb4fe78163e0b (diff)
downloadmeta-ti-98506a4a07363a1b57012ccfaee263f47e5b46c4.tar.gz
optee-os: Update SRCREV for OP-TEE TRNG in AM62X
Update the SRCREV to the commit when trng support was added in upstream OP-TEE for am62x platform to access rng. Also, enable trng support as trng support is added now in OP-TEE Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Acked-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-security/optee/optee-os_%.bbappend5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 2b591d58..751dc3d0 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -1,14 +1,11 @@
1PV_ti-soc = "3.19.0+git${SRCPV}" 1PV_ti-soc = "3.19.0+git${SRCPV}"
2SRCREV_ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52" 2SRCREV_ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf"
3SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https" 3SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https"
4 4
5DEPENDS_append_ti-soc = " python3-cryptography-native" 5DEPENDS_append_ti-soc = " python3-cryptography-native"
6 6
7EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" 7EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
8 8
9EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
10EXTRA_OEMAKE_append_am62xx-lp-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
11
12do_compile_prepend_ti-soc() { 9do_compile_prepend_ti-soc() {
13 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} 10 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
14} 11}