diff options
author | Kamlesh Gurudasani <kamlesh@ti.com> | 2022-11-28 11:16:27 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-29 09:07:30 -0600 |
commit | 98506a4a07363a1b57012ccfaee263f47e5b46c4 (patch) | |
tree | eb7f5cac53eb42d5da4718559628683268e50da9 /recipes-security/optee | |
parent | b1b34e26022d4ed0f389e591e8edb4fe78163e0b (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-os_%.bbappend | 5 |
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 @@ | |||
1 | PV_ti-soc = "3.19.0+git${SRCPV}" | 1 | PV_ti-soc = "3.19.0+git${SRCPV}" |
2 | SRCREV_ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52" | 2 | SRCREV_ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf" |
3 | SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https" | 3 | SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https" |
4 | 4 | ||
5 | DEPENDS_append_ti-soc = " python3-cryptography-native" | 5 | DEPENDS_append_ti-soc = " python3-cryptography-native" |
6 | 6 | ||
7 | EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" | 7 | EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" |
8 | 8 | ||
9 | EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1" | ||
10 | EXTRA_OEMAKE_append_am62xx-lp-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1" | ||
11 | |||
12 | do_compile_prepend_ti-soc() { | 9 | do_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 | } |