commit | 04410e381f9c6136e37dcf1254bba992a3723ec4 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Jun 18 09:38:09 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jun 21 14:18:48 2024 +0200 |
tree | 9e30ed45aaf0e0d3ae3851bee12e5d2fb3df8b11 | |
parent | a8d2eccd8c9b2d329170087d7a4c27ffa1d008f5 [diff] |
qemuv8: enable Rust by default on x86_64 hosts only The build currently fails on non-x86_64 hosts. For example on a M1 Mac: Configuring OP-TEE rust examples /bin/bash: line 1: /.cargo/env: No such file or directory Let's enable Rust by default on x86_64 only. Signed-off-by: Jerome Forissier <jerome.forissier@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