2d242e0e56
Patch current optee-client 3.4.0 to support building resources with static linkage of executable binaries with the user libraries. The optee-client patch is under review in the OP-TEE project [1] and should be merged in the next OP-TEE release 3.5.0. This change drops !BR2_STATIC_LIBS constraint on package optee-client and its dependent packages that are optee-benchmark, optee-examples, and optee-test. [1] https://github.com/OP-TEE/optee_client/pull/147 Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
630 B
Plaintext
18 lines
630 B
Plaintext
config BR2_PACKAGE_OPTEE_CLIENT
|
|
bool "optee-client"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Enable the OP-TEE client package that brings non-secure
|
|
client application resources for OP-TEE support. OP-TEE
|
|
client is a component delivered by the OP-TEE project.
|
|
|
|
The client API library allows application to invoke trusted
|
|
applications hosted in the OP-TEE OS secure world. The
|
|
supplicant provides services hosted by the non-secure world
|
|
and invoked by the secure world.
|
|
|
|
https://github.com/OP-TEE/optee_client
|
|
|
|
comment "optee-client needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|