summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee/optee-os_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 9bd0b933..4e01ea74 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -10,6 +10,8 @@ SRC_URI_ti-soc = " \
10 file://0007-allow-setting-sysroot-for-clang.patch \ 10 file://0007-allow-setting-sysroot-for-clang.patch \
11" 11"
12 12
13EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
14
13do_compile_prepend_ti-soc() { 15do_compile_prepend_ti-soc() {
14 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} 16 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
15} 17}