summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamlesh Gurudasani <kamlesh@ti.com>2022-12-10 13:27:06 +0530
committerRyan Eatmon <reatmon@ti.com>2023-01-05 13:29:26 -0600
commit203dd1511865ad7314770b5a53011a94b814336d (patch)
treed4ac370547e03a556daf2cea347b960f2a265ffb
parent17963778642f9d8620bbbe68b7672ac1c195d448 (diff)
downloadmeta-ti-203dd1511865ad7314770b5a53011a94b814336d.tar.gz
optee-os: Revert to lower log level for AM62x
While removing SOFTWARE_PRNG support commit:98506a4a07363a1b57012ccfaee263f47e5b46c4, accidently removed the changes applied by commit:27641e1f2d7f6696fd7bbd8f24fcac20766b6234 (optee-os: Lower log level for AM62x). Reverting those changes back Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-security/optee/optee-os_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 751dc3d0..6ea0773f 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -6,6 +6,9 @@ DEPENDS_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_TEE_CORE_LOG_LEVEL=1"
10EXTRA_OEMAKE_append_am62xx-lp-evm = " CFG_TEE_CORE_LOG_LEVEL=1"
11
9do_compile_prepend_ti-soc() { 12do_compile_prepend_ti-soc() {
10 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} 13 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
11} 14}