commit | 5f64ee7b7c314fba9bdb37940b31c2f32853d9d7 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Jul 04 10:07:09 2024 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jul 04 15:48:16 2024 +0200 |
tree | 36284981df51b892c64083f2c0763128a86baaeb | |
parent | 9edc5be110b6e2e20e364cebcd5f8266021686e5 [diff] |
Refactor and comment downloaded and compiled toolchains Move the common parts of br-ext/configs/toolchain-aarch32-sdk and br-ext/configs/toolchain-aarch64-sdk into br-ext/configs/toolchain-common-sdk. br-ext/configs/toolchain-aarch32-sdk was previously using BR2_TOOLCHAIN_EXTERNAL_GCC_11=y and is now by using br-ext/configs/toolchain-common-sdk updated to use the correct BR2_TOOLCHAIN_EXTERNAL_GCC_14=y. Add comments where to update if compiled or downloaded toolchain is updated. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@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