1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

optee-ftpm: Add TI version override for ftpm

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>
This commit is contained in:
Ryan Eatmon
2025-09-03 13:46:51 -05:00
parent 1d5ec7bb9e
commit 2d233b372f
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,2 @@
PV = "4.6.0+git"
SRCREV_optee-ta = "6f99e783eb9bb57c314a881433d4ec970de87959"
@@ -0,0 +1,4 @@
OPTEE_TI_VERSION = ""
OPTEE_TI_VERSION:ti-soc = "${BPN}-ti-version.inc"
require ${OPTEE_TI_VERSION}