summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-security
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-11-04 22:46:23 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commitbdfc41492a557987a8d7fc32849967b5ff180daa (patch)
tree3f1970a0edf710babc67c4566bf0860559308fcb /meta-ti-bsp/recipes-security
parent79fc6e6f9136a3a88953910376a9200ea4954176 (diff)
downloadmeta-ti-bdfc41492a557987a8d7fc32849967b5ff180daa.tar.gz
optee-os: Upgrade to upstream 3.18.0
Update to the latest upstream master which is 3.18.0. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
index e59a8e79..76f55257 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
+++ b/meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend
@@ -1,7 +1,5 @@
1PV:ti-soc = "3.17.0+git${SRCPV}" 1PV:ti-soc = "3.18.0+git${SRCPV}"
2SRCREV:ti-soc = "15a746d28d10df3d79d72bc9fe4a5a654b88bcca" 2SRCREV:ti-soc = "8e155bae3a5eb9d1a3ed9260bd7281a7a35f5086"
3
4DEPENDS:append:ti-soc = " python3-cryptography-native"
5 3
6EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}" 4EXTRA_OEMAKE:append:k3 = "${@ ' CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
7 5