Config.in 877 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_OPTEE_EXAMPLES
  2. bool "optee-examples"
  3. depends on BR2_TARGET_OPTEE_OS
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # optee-client
  5. select BR2_PACKAGE_OPTEE_CLIENT
  6. select BR2_TARGET_OPTEE_OS_SDK
  7. help
  8. Enable the OP-TEE examples package that brings examples of
  9. implementation of OP-TEE non-secure client applications and
  10. secure trusted applications. OP-TEE examples is a
  11. component delivered by the OP-TEE project.
  12. Trusted application binary files are installed in the target
  13. directory /lib/optee_armtz as other trusted applications.
  14. At runtime OP-TEE OS can load trusted applications from this
  15. non-secure filesystem/directory into the secure world for
  16. execution.
  17. https://github.com/linaro-swg/optee_examples
  18. comment "optee-examples needs a toolchain w/ threads"
  19. depends on BR2_TARGET_OPTEE_OS
  20. depends on !BR2_TOOLCHAIN_HAS_THREADS