commit | 83fbbd39d8752ad961d2da1cf140012428b99a63 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Fri Dec 29 19:42:33 2023 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jan 03 13:29:19 2024 +0100 |
tree | 587b56227c2bd942875c2f3d70dfd6c4596f6098 | |
parent | 98a7281647a72a49148baedb047c521d7456908b [diff] |
optee_rust_examples_ext: Migrate to standard environment vars Allow OP-TEE rust examples to be compiled using standard OP-TEE environment variables: - CROSS_COMPILE - TA_DEV_KIT_DIR - OPTEE_CLIENT_EXPORT Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Yuan Zhuang <yuanz@apache.org> Signed-off-by: Sumit Garg <sumit.garg@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