summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-02-20 17:00:53 +0530
committerRyan Eatmon <reatmon@ti.com>2023-02-22 07:49:39 -0600
commitbf8c55cf0d2015c74a4b25f133395f4ce7a279de (patch)
tree275907002ca788a074b95dd8ea4b4eb25711b955
parentf438d6a688681cde86ed7f245b785c1e24c37023 (diff)
downloadmeta-ti-bf8c55cf0d2015c74a4b25f133395f4ce7a279de.tar.gz
optee: fix the sha for 3.20 tag
The SHA for optee_os had been of 3.20-rc1 tag instead of 3.20 tag which had been marked stable. Change the tag to 3.20. Fixes: 280e7b4b3a17 ("optee: update optee components to 3.20 tag") Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-security/optee/optee-os_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 7a22b1d7..ddfc76f1 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -1,5 +1,5 @@
1PV_ti-soc = "3.20.0+git${SRCPV}" 1PV_ti-soc = "3.20.0+git${SRCPV}"
2SRCREV_ti-soc = "3bc3809afe372ca7e8216fc5d7a64e965bb4ad70" 2SRCREV_ti-soc = "8e74d47616a20eaa23ca692f4bbbf917a236ed94"
3SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https" 3SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https"
4 4
5DEPENDS_append_ti-soc = " python3-cryptography-native" 5DEPENDS_append_ti-soc = " python3-cryptography-native"