diff mbox series

[meta-ti,master] optee-ftpm: Update commit to include TA panic fix

Message ID 20260611152123.2494690-1-s-tripathi1@ti.com
State New
Headers show
Series [meta-ti,master] optee-ftpm: Update commit to include TA panic fix | expand

Commit Message

Shiva Tripathi June 11, 2026, 3:21 p.m. UTC
Bump to commit e3b1e426 which includes graceful degradation of fTPM TA
when RPMB storage is unavailable, preventing TA panic and memory dumps.

Signed-off-by: Shiva Tripathi <s-tripathi1@ti.com>
---
 meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation June 11, 2026, 3:36 p.m. UTC | #1
meta-ti / na / 20260611152123.2494690-1-s-tripathi1

PRC Results: FAIL

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



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] optee-ftpm: Update commit to include TA panic fix
- Submitter: From: Shiva Tripathi <s-tripathi1@ti.com>
- Date: Date: Thu, 11 Jun 2026 20:51:23 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 1946e9b5ac35fce5a07853763b0a17b581b57e2b

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: d678d85961ddee81d4b25ffdacb5ac46b3d066a7

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



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



=========================================================
  yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: ExpansionError during parsing <build-dir>/sources/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy_2.6.1.bb
Denys Dmytriyenko June 11, 2026, 3:46 p.m. UTC | #2
On Thu, Jun 11, 2026 at 08:51:23PM +0530, Shiva Tripathi via lists.yoctoproject.org wrote:
> Bump to commit e3b1e426 which includes graceful degradation of fTPM TA
> when RPMB storage is unavailable, preventing TA panic and memory dumps.

Is it also needed for wrynose?


> Signed-off-by: Shiva Tripathi <s-tripathi1@ti.com>
> ---
>  meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 b961c70f..ea40ba27 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,3 +1,3 @@
>  PV = "4.10.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 = "a09269b15de635e1816fe832e26adfbfb44c5455"
> +SRCREV_optee-ta = "e3b1e426a605e0537a3c3c9c24228eb22e354b80"
> -- 
> 2.34.1
Francesco Dolcini June 11, 2026, 4:03 p.m. UTC | #3
On Thu, Jun 11, 2026 at 11:46:31AM -0400, Denys Dmytriyenko wrote:
> On Thu, Jun 11, 2026 at 08:51:23PM +0530, Shiva Tripathi via lists.yoctoproject.org wrote:
> > Bump to commit e3b1e426 which includes graceful degradation of fTPM TA
> > when RPMB storage is unavailable, preventing TA panic and memory dumps.
> 
> Is it also needed for wrynose?

As Toradex, yes, we would need it also in wrynose.

Francesco
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 b961c70f..ea40ba27 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,3 +1,3 @@ 
 PV = "4.10.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 = "a09269b15de635e1816fe832e26adfbfb44c5455"
+SRCREV_optee-ta = "e3b1e426a605e0537a3c3c9c24228eb22e354b80"