package/optee-benchmark: remove deprecated package

Removes package optee-benchmark that is no more maintained as
pointed by discussion thread [1].

Link: [1] https://github.com/OP-TEE/optee_os/issues/5909
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Etienne Carriere 2023-05-02 17:47:13 +02:00 committed by Yann E. MORIN
parent c5e672d912
commit cf39b596e7
4 changed files with 0 additions and 39 deletions

View File

@ -2565,7 +2565,6 @@ menu "Security"
source "package/apparmor/Config.in"
source "package/checkpolicy/Config.in"
source "package/ima-evm-utils/Config.in"
source "package/optee-benchmark/Config.in"
source "package/optee-client/Config.in"
source "package/optee-examples/Config.in"
source "package/optee-test/Config.in"

View File

@ -1,20 +0,0 @@
config BR2_PACKAGE_OPTEE_BENCHMARK
bool "optee-benchmark"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
depends on !BR2_STATIC_LIBS # optee-client
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3 # optee-client
select BR2_PACKAGE_OPTEE_CLIENT
select BR2_PACKAGE_LIBYAML
help
Enable the OP-TEE benchmark package that brings facilities
for profiling traversal and execution timings when
invoking OP-TEE. OP-TEE benchmark is a component delivered
by the OP-TEE project.
http://github.com/linaro-swg/optee_benchmark
comment "optee-benchmark needs a toolchain w/ threads, dynamic library, headers >= 4.3"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_3

View File

@ -1,4 +0,0 @@
# From https://github.com/linaro-swg/optee_benchmark/archive/3.19.0/optee-benchmark-3.19.0.tar.gz
sha256 32f41854bf07eb7bb89dfc702da023c3a99518c33fbe7edf0e1f004e29a8c90c optee-benchmark-3.19.0.tar.gz
# Locally computed
sha256 0571be5b739142dc3e40e0a4e7e30d4ab8bff0d4d606a3f2db2010745587d383 LICENSE

View File

@ -1,14 +0,0 @@
################################################################################
#
# optee-benchmark
#
################################################################################
OPTEE_BENCHMARK_VERSION = 3.19.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))