commit | f0a2eef9681f791dee29c248fb72cfa48251cfa6 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Wed Feb 07 14:44:40 2024 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Feb 09 11:57:17 2024 +0100 |
tree | bfbaf253c8fcc0519c4c8e63b84954f665a2dac4 | |
parent | 519da006b25a7508f14d52c60c8359e6b8288905 [diff] |
optee_rust_examples_ext: Fix Rust toolchain conflicts Buildroot provides its own Rust toolchain for various Linux user-space components. However, that toolchain doesn't support nightly version of Rust complier which we need for OP-TEE Rust examples for the time being. Due to two separate Rust toolchains being used for different buildroot components, there are conflicts [1] [2] observed leading to CI errors. In order to fix them enable OP-TEE specific Rust toolchain specifically to build OP-TEE Rust examples rather than enabling it for the entire buildroot build. Fixes: [1] https://github.com/OP-TEE/build/issues/727 Fixes: [2] https://github.com/OP-TEE/build/issues/728 Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.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