summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-01-29 08:40:03 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-29 09:03:23 -0600
commit0614454216b91b00397b950eb1488c7436e39b3d (patch)
tree1ebaee4f1f15747a57a99b186b215ab9e672ef88
parenta546e95d0dd6ad9953b67e65ec4ab91217106bdf (diff)
downloadmeta-ti-0614454216b91b00397b950eb1488c7436e39b3d.tar.gz
optee-ftpm: Adapt to meta-arm change
meta-arm updated optee to 4.9.0 and added logic manage the tag=xx;nobranch=1 vs branch=master in the SRC_URI for all of the optee recipes except for optee-ftpm. Set the new variable to the same logic as the other optee recipes to fix an unpack error. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
index 55ca0e34..edc9d68e 100644
--- a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
+++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc
@@ -1,2 +1,3 @@
1PV = "4.7.0+git" 1PV = "4.7.0+git"
2OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % d.getVar('PV')}"
2SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1" 3SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"