mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-03-06 11:42:35 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
b1b34e2602
commit
98506a4a07
@@ -1,14 +1,11 @@
|
||||
PV_ti-soc = "3.19.0+git${SRCPV}"
|
||||
SRCREV_ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52"
|
||||
SRCREV_ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf"
|
||||
SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https"
|
||||
|
||||
DEPENDS_append_ti-soc = " python3-cryptography-native"
|
||||
|
||||
EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
|
||||
|
||||
EXTRA_OEMAKE_append_am62xx-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
|
||||
EXTRA_OEMAKE_append_am62xx-lp-evm = " CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
|
||||
|
||||
do_compile_prepend_ti-soc() {
|
||||
export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user