diff mbox series

[meta-ti,master] optee-ftpm: Adapt to meta-arm change

Message ID 20260129144214.1879472-1-reatmon@ti.com
State New
Headers show
Series [meta-ti,master] optee-ftpm: Adapt to meta-arm change | expand

Commit Message

Ryan Eatmon Jan. 29, 2026, 2:42 p.m. UTC
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>
---
 meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

PRC Automation Jan. 29, 2026, 3:01 p.m. UTC | #1
meta-ti / na / 20260129144214.1879472-1-reatmon

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] optee-ftpm: Adapt to meta-arm change
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 29 Jan 2026 08:42:14 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 6cd55588c55b7e57078b3fce73675ccfc8a85ee6

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202601290100
- Commit SHA: ef913d797d6b7589674c112d43e99db858162604

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

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 @@ 
 PV = "4.7.0+git"
+OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % d.getVar('PV')}"
 SRCREV_optee-ta = "ce33372ab772e879826361a1ca91126260bd9be1"