mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Update optee_client, optee_examples, optee_os and optee_test to the
newer 4.7.0 tag from the previous 4.6.0 one.
Further: meta-arm applies 0003-optee-enable-clang-support patch to
optee_os. However, in a recent upstream commit [0], the line to which
the patch applies was removed. Therefore the patch is no longer
required. As a result, tell optee_os.bbappend file to remove it.
[0] 3d5c2dd8b5
Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
OPTEE_TI_VERSION = ""
|
|
OPTEE_TI_VERSION:ti-soc = "${BPN}-ti-version.inc"
|
|
|
|
require ${OPTEE_TI_VERSION}
|
|
|
|
OPTEE_TI_OVERRIDES = ""
|
|
OPTEE_TI_OVERRIDES:ti-soc = "${BPN}-ti-overrides.inc"
|
|
|
|
SRC_URI:remove = " \
|
|
file://0003-optee-enable-clang-support.patch \
|
|
"
|
|
|
|
require ${OPTEE_TI_OVERRIDES}
|