commit | 1e36c12aaece8968a37c90d2cdaf4fd3446615f5 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Mar 29 14:31:02 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Mar 30 12:26:09 2023 +0200 |
tree | dda0eb45168188e30e1d520ddde8092b5883a76f | |
parent | afa7800736739bec8b02e90e1b14889517005998 [diff] |
common.mk: set CFG_USER_TA_TARGETS Sets CFG_USER_TA_TARGETS to ta_arm32 or ta_arm64 based on COMPILE_S_USER to match the used TA devkit. This avoids problems with in-tree TAs like pkcs11_ta being compiled for a different TA devkit than what is used by buildroot to populate the rootfs. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@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