mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/optee-benchmark: needs fork
Fixes: - http://autobuild.buildroot.org/results/ea61442275d1790a29e02e2fa27f072e4c12daa7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
15b7e0cfe3
commit
ae08209ba1
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_OPTEE_BENCHMARK
|
config BR2_PACKAGE_OPTEE_BENCHMARK
|
||||||
bool "optee-benchmark"
|
bool "optee-benchmark"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
|
depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
|
||||||
select BR2_PACKAGE_OPTEE_CLIENT
|
select BR2_PACKAGE_OPTEE_CLIENT
|
||||||
select BR2_PACKAGE_LIBYAML
|
select BR2_PACKAGE_LIBYAML
|
||||||
@ -12,4 +13,5 @@ config BR2_PACKAGE_OPTEE_BENCHMARK
|
|||||||
http://github.com/linaro-swg/optee_benchmark
|
http://github.com/linaro-swg/optee_benchmark
|
||||||
|
|
||||||
comment "optee-benchmark needs a toolchain w/ threads"
|
comment "optee-benchmark needs a toolchain w/ threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user