mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Minor rework of the TI include files used to override both SRCREV and other settings in the optee recipes for TI SOC parts. The intent is to make it more clear when we are changing SRCREVs versus changing other items, and allow for sharing the SRCREV changes for optee-os-tadevkit which should track the optee-os SRCREV. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
OPTEE_TI_VERSION = ""
|
|
OPTEE_TI_VERSION:ti-soc = "${BPN}-ti-version.inc"
|
|
|
|
require ${OPTEE_TI_VERSION}
|