2fc4790e67
OP-TEE performance benchmark tools for the OP-TEE project. This packages generates embedded Linux based OS materials used to retrieve execution timing information on invocation of the OP-TEE secure services. It is added next to the OP-TEE client package in BR configuration. This change references in Buildroot the today's latest OP-TEE revision release tagged 3.4.0. Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> [Thomas: - drop version selection - propagate the dependency of optee-client] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
427 B
Makefile
14 lines
427 B
Makefile
################################################################################
|
|
#
|
|
# optee-benchmark
|
|
#
|
|
################################################################################
|
|
|
|
OPTEE_BENCHMARK_VERSION = 3.4.0
|
|
OPTEE_BENCHMARK_SITE = $(call github,linaro-swg,optee_benchmark,$(OPTEE_BENCHMARK_VERSION))
|
|
OPTEE_BENCHMARK_LICENSE = BSD-2-Clause
|
|
|
|
OPTEE_BENCHMARK_DEPENDENCIES = optee-client libyaml
|
|
|
|
$(eval $(cmake-package))
|