Message ID | 20250903193624.15577-1-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master] optee-ftpm: Add TI version override for ftpm | expand |
meta-ti / na / 20250903193624.15577-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: Add TI version override for ftpm - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Wed, 3 Sep 2025 14:36:24 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 23f016b4e64a7cf139983cc4c9399b05c8092760 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.202509030100 - Commit SHA: 643562a21cd30815d38443b40ac2c8a9dc08dc8d Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS
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 new file mode 100644 index 00000000..119795c4 --- /dev/null +++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc @@ -0,0 +1,2 @@ +PV = "4.6.0+git" +SRCREV_optee-ta = "6f99e783eb9bb57c314a881433d4ec970de87959" diff --git a/meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-ftpm_%.bbappend similarity index 100% copy from meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend copy to meta-ti-bsp/recipes-security/optee/optee-ftpm_%.bbappend
We are missing the optee-ftpm package verson override along with our other optee-* overrides. This resulted in a build error when meta-arm moved to 4.7.0 while we are still sitting on 4.6.0. The 4.7.0 optee-ftpm is using some new header info that the 4.6.0 optee-os-tadevkit is not providing. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc | 2 ++ .../optee/{optee-client_%.bbappend => optee-ftpm_%.bbappend} | 0 2 files changed, 2 insertions(+) create mode 100644 meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc copy meta-ti-bsp/recipes-security/optee/{optee-client_%.bbappend => optee-ftpm_%.bbappend} (100%)