commit | 1c146e437b0bcdf1c41a14183abd5e853395f828 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Tue Nov 10 17:24:05 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 17 15:04:41 2020 +0100 |
tree | b7945b37c9f82d4366cadfc8fe466c4182c5a2f9 | |
parent | 68a25e0bfeecea461852ceef12b7534eefa44a16 [diff] |
Introduce BR2_PACKAGE_OPTEE_TEST_EXT_WITH_TLS_TESTS Conditionally enable Thread Local Storage tests in the optee_test_ext Buildroot package. Some toolchains may not support this feature [1] so it is best to let the user decide. common.mk enables the tests by default since the GCC toolchain from toolchain.mk supports them. The command line option is 'make WITH_TLS_TESTS=y|n'. Link: https://github.com/OP-TEE/optee_test/commit/30efcbeaf8864d0f2a5c4be593a5411001fab31b Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers