From 535fcc7e8f22dbf71eba4cdbb4aaaf1e6643b9ee Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 27 Oct 2022 18:30:27 -0500 Subject: [PATCH] optee-os: Upgrade to upstream 3.19.0 Update to the latest upstream master which is 3.19.0. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon --- recipes-security/optee/optee-os_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend index 38d1ce50..4a4ebfd7 100644 --- a/recipes-security/optee/optee-os_%.bbappend +++ b/recipes-security/optee/optee-os_%.bbappend @@ -1,5 +1,5 @@ -PV_ti-soc = "3.18.0+git${SRCPV}" -SRCREV_ti-soc = "6bf4a81a8f5388e6cb6b1d7e8ebe57c5089c0954" +PV_ti-soc = "3.19.0+git${SRCPV}" +SRCREV_ti-soc = "afacf356f9593a7f83cae9f96026824ec242ff52" SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https" DEPENDS_append_ti-soc = " python3-cryptography-native"