commit | 0e1fa8dc2173dd0df1a96438ab5aeee0ee83897f | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Jun 02 18:50:49 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jun 06 16:25:51 2022 +0200 |
tree | 9e9c3761de1f931053ea722d8a2b09a37eff2670 | |
parent | e608f00aa0f18ec7583bc245c4409fa81b036d70 [diff] |
optee-rust: prevent new execution after successful build "make optee-rust OPTEE_RUST_ENABLE=y" always runs the setup.sh script in $(ROOT)/optee_rust. The script clones about 600 MB of data. That can't be done each time especially since the check-rust target depends on optee-rust. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Yuan Zhuang <zhuangyuan04@baidu.com> Acked-by: Yuan Zhuang <zhuangyuan04@baidu.com>
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