commit | c551017495b74bebc7056a81499f9ca0373e1003 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Sep 05 13:29:45 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Oct 02 09:13:04 2023 +0200 |
tree | 0aed0d25913f39ae423458cc735d7c8811ae265d | |
parent | a72ab3618a4700414b3ed5381f2ab1c58d1a6c8b [diff] |
common.mk: make CFG_IN_TREE_EARLY_TAS configurable at build time Currently the list of early TAs cannot be overriden at build time, which is inconvenient. Say for instance one wants to build OP-TEE with only the PKCS#11 TA embedded, and not the trusted keys TA (or in addition to it). That would be: make CFG_IN_TREE_EARLY_TAS=pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee ...or: make CFG_IN_TREE_EARLY_TAS="pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee \ trusted_keys/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c" Update the OP-TEE OS build command in order to make the above work. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com> Tested-by: Etienne Carriere <etienne.carriere@foss.st.com>
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