summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-02-07 10:48:40 +0530
committerRyan Eatmon <reatmon@ti.com>2023-02-08 08:41:56 -0600
commit280e7b4b3a171946c65581b2cfab4502d14cb99d (patch)
tree035dd12bdb056654540e5179b9f728df62761d16
parent7ba50af81b56e906c2f9fe639abe013466742ee4 (diff)
downloadmeta-ti-280e7b4b3a171946c65581b2cfab4502d14cb99d.tar.gz
optee: update optee components to 3.20 tag
OPTEE tests is not being upgraded due to a newer python dependency for the build Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-security/optee/optee-client_%.bbappend9
-rw-r--r--recipes-security/optee/optee-examples_%.bbappend4
-rw-r--r--recipes-security/optee/optee-os_%.bbappend4
3 files changed, 10 insertions, 7 deletions
diff --git a/recipes-security/optee/optee-client_%.bbappend b/recipes-security/optee/optee-client_%.bbappend
index a8adef47..89983f2b 100644
--- a/recipes-security/optee/optee-client_%.bbappend
+++ b/recipes-security/optee/optee-client_%.bbappend
@@ -1,4 +1,7 @@
1PV_ti-soc = "3.19.0+git${SRCPV}" 1PV_ti-soc = "3.20.0+git${SRCPV}"
2SRCREV_ti-soc = "140bf463046071d3ca5ebbde3fb21ee0854e1951" 2SRCREV_ti-soc = "dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc"
3 3
4DEPENDS_append_ti-soc = "pkgconfig util-linux" 4inherit pkgconfig
5DEPENDS_append_ti-soc = "util-linux"
6
7EXTRA_OEMAKE_append_ti-soc = " PKG_CONFIG=pkg-config"
diff --git a/recipes-security/optee/optee-examples_%.bbappend b/recipes-security/optee/optee-examples_%.bbappend
index dda7cbbf..ef6da34e 100644
--- a/recipes-security/optee/optee-examples_%.bbappend
+++ b/recipes-security/optee/optee-examples_%.bbappend
@@ -1,5 +1,5 @@
1PV_ti-soc = "3.19.0+git${SRCPV}" 1PV_ti-soc = "3.20.0+git${SRCPV}"
2SRCREV_ti-soc = "f301ee9df2129c0db683e726c91dc2cefe4cdb65" 2SRCREV_ti-soc = "a98d01e1b9168eaed96bcd0bac0df67c44a81081"
3SRC_URI_ti-soc = "git://github.com/linaro-swg/optee_examples.git;protocol=https" 3SRC_URI_ti-soc = "git://github.com/linaro-swg/optee_examples.git;protocol=https"
4 4
5DEPENDS_append_ti-soc = " python3-cryptography-native" 5DEPENDS_append_ti-soc = " python3-cryptography-native"
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 91abbcee..5c6c9d4a 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -1,5 +1,5 @@
1PV_ti-soc = "3.19.0+git${SRCPV}" 1PV_ti-soc = "3.20.0+git${SRCPV}"
2SRCREV_ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf" 2SRCREV_ti-soc = "3bc3809afe372ca7e8216fc5d7a64e965bb4ad70"
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"