summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2022-12-14 17:37:05 +0530
committerRyan Eatmon <reatmon@ti.com>2023-01-05 13:38:59 -0600
commitf84fa51cf048305e5f853f5ee12e1f326b4c6f6d (patch)
treee883757ed60da315c17b1a647a2fb570bc776ba7
parent34c2065a5bc1a9c6dbbdf5b444567031c188754e (diff)
downloadmeta-ti-f84fa51cf048305e5f853f5ee12e1f326b4c6f6d.tar.gz
optee: update optee-client, optee-test, optee-examples to 3.19 tag
optee-os was updated to 3.19 tag but the others were still outdated. Updates other optee components to 3.19 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-client_%.bbappend6
-rw-r--r--recipes-security/optee/optee-examples_%.bbappend4
-rw-r--r--recipes-security/optee/optee-test_%.bbappend4
3 files changed, 8 insertions, 6 deletions
diff --git a/recipes-security/optee/optee-client_%.bbappend b/recipes-security/optee/optee-client_%.bbappend
index 5675570a..a8adef47 100644
--- a/recipes-security/optee/optee-client_%.bbappend
+++ b/recipes-security/optee/optee-client_%.bbappend
@@ -1,2 +1,4 @@
1PV_ti-soc = "3.17.0+git${SRCPV}" 1PV_ti-soc = "3.19.0+git${SRCPV}"
2SRCREV_ti-soc = "a5c30b1277466a9bf85b62f45a6b00e79774e29c" 2SRCREV_ti-soc = "140bf463046071d3ca5ebbde3fb21ee0854e1951"
3
4DEPENDS_append_ti-soc = "pkgconfig util-linux"
diff --git a/recipes-security/optee/optee-examples_%.bbappend b/recipes-security/optee/optee-examples_%.bbappend
index 9941b345..dda7cbbf 100644
--- a/recipes-security/optee/optee-examples_%.bbappend
+++ b/recipes-security/optee/optee-examples_%.bbappend
@@ -1,5 +1,5 @@
1PV_ti-soc = "3.17.0+git${SRCPV}" 1PV_ti-soc = "3.19.0+git${SRCPV}"
2SRCREV_ti-soc = "65fc74309e12189ad5b6ce3ffec37c8011088a5a" 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-test_%.bbappend b/recipes-security/optee/optee-test_%.bbappend
index d81ae521..79b4b4d6 100644
--- a/recipes-security/optee/optee-test_%.bbappend
+++ b/recipes-security/optee/optee-test_%.bbappend
@@ -1,5 +1,5 @@
1PV_ti-soc = "3.17.0+git${SRCPV}" 1PV_ti-soc = "3.19.0+git${SRCPV}"
2SRCREV_ti-soc = "8a698baf9e8e010e4d8d52e6aded42dfc31e5b25" 2SRCREV_ti-soc = "ab9863cc187724e54c032b738c28bd6e9460a4db"
3SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_test.git;protocol=https" 3SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_test.git;protocol=https"
4 4
5DEPENDS_append_ti-soc = " python3-cryptography-native" 5DEPENDS_append_ti-soc = " python3-cryptography-native"