00c5186775
Bump OP-TEE Benchmark package version to OP-TEE release 3.16.0. Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Clément Léger <clement.leger@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
468 B
Makefile
15 lines
468 B
Makefile
################################################################################
|
|
#
|
|
# optee-benchmark
|
|
#
|
|
################################################################################
|
|
|
|
OPTEE_BENCHMARK_VERSION = 3.16.0
|
|
OPTEE_BENCHMARK_SITE = $(call github,linaro-swg,optee_benchmark,$(OPTEE_BENCHMARK_VERSION))
|
|
OPTEE_BENCHMARK_LICENSE = BSD-2-Clause
|
|
OPTEE_BENCHMARK_LICENSE_FILES = LICENSE
|
|
|
|
OPTEE_BENCHMARK_DEPENDENCIES = optee-client libyaml
|
|
|
|
$(eval $(cmake-package))
|