OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

common.mk: make CFG_IN_TREE_EARLY_TAS configurable at build time #681

Closed jforissier closed 9 months ago

jforissier commented 10 months ago

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.

jenswi-linaro commented 10 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

jforissier commented 9 months ago

Ping?

etienne-lms commented 9 months ago

Sorry @jforissier, I forgot to update that P-R. I've check the implementation quite a while ago...