commit | e742dc88f51c1c63885ea3c7e507a852b6c4a3f5 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Jan 11 18:53:06 2024 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jan 19 09:32:05 2024 +0100 |
tree | c4dbef52e45b049cdee13a0c5522c5a756319f7c | |
parent | f947c6d5feb0554c9dfe0c0a3e514655fc1f5114 [diff] |
qemu_v8: Enable Rust examples build by default With no-std support it has significantly reduced time to build and test rust examples. So enable rust examples build by default for qemu_v8. Along with that add rust expect script to build repo to avoid check script duplication in OP-TEE rust SDK repo. Link: https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/no-std/ci/qemu-check.exp Acked-by: Yuan Zhuang <yuanz@apache.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a) 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