summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-02-03 15:43:54 -0600
committerRyan Eatmon <reatmon@ti.com>2023-02-03 15:46:43 -0600
commit4aa8ed586bc59db8388cd4e2eb70e6ce06a7013e (patch)
treee40f33ba41b16c0249cffb498b98364b55aa29fe
parentc05a99c59041f6578720769de3ec46d620d5af87 (diff)
downloadmeta-ti-4aa8ed586bc59db8388cd4e2eb70e6ce06a7013e.tar.gz
optee: Revert "optee: update optee components to 3.20 tag"
This reverts commit 9a007a3feab823eb4b72276103a08306b1abb066. We ran into some build failures on the older legacy platforms due to this change and so are reverting this while we investigate.
-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, 7 insertions, 10 deletions
diff --git a/recipes-security/optee/optee-client_%.bbappend b/recipes-security/optee/optee-client_%.bbappend
index 0ede4898..a8adef47 100644
--- a/recipes-security/optee/optee-client_%.bbappend
+++ b/recipes-security/optee/optee-client_%.bbappend
@@ -1,7 +1,4 @@
1PV_ti-soc = "3.20.0+git${SRCPV}" 1PV_ti-soc = "3.19.0+git${SRCPV}"
2SRCREV_ti-soc = "dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc" 2SRCREV_ti-soc = "140bf463046071d3ca5ebbde3fb21ee0854e1951"
3 3
4inherit pkgconfig 4DEPENDS_append_ti-soc = "pkgconfig util-linux"
5DEPENDS_append_ti-soc = "util-linux"
6
7EXTRA_OEMAKE_append_k3 = " PKG_CONFIG=pkg-config"
diff --git a/recipes-security/optee/optee-examples_%.bbappend b/recipes-security/optee/optee-examples_%.bbappend
index ef6da34e..dda7cbbf 100644
--- a/recipes-security/optee/optee-examples_%.bbappend
+++ b/recipes-security/optee/optee-examples_%.bbappend
@@ -1,5 +1,5 @@
1PV_ti-soc = "3.20.0+git${SRCPV}" 1PV_ti-soc = "3.19.0+git${SRCPV}"
2SRCREV_ti-soc = "a98d01e1b9168eaed96bcd0bac0df67c44a81081" 2SRCREV_ti-soc = "f301ee9df2129c0db683e726c91dc2cefe4cdb65"
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 5c6c9d4a..91abbcee 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.19.0+git${SRCPV}"
2SRCREV_ti-soc = "3bc3809afe372ca7e8216fc5d7a64e965bb4ad70" 2SRCREV_ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf"
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"