mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 19:00:49 +00:00
optee-ftpm: Adapt to meta-arm change
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user