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:
@@ -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}
|
||||
Reference in New Issue
Block a user