OP-TEE / manifest

Manifests to use OP-TEE on various platforms
68 stars 174 forks source link

QUESTION: OP-TEE Version in the Manifest? #256

Closed nathan-menhorn closed 11 months ago

nathan-menhorn commented 11 months ago

Is there any reason that the OP-TEE version cannot be specified in the manifest? It appears all of the XML manifest pull the latest OP-TEE version. However, there are some issues with some devices, e.g. Versal, when pulling from the latest version instead of using the latest supported version. Is there maybe a flag that can be passed in to specify the OP-TEE version or could the manifest be updated? Thank you.

@jenswi-linaro @ldts

jenswi-linaro commented 11 months ago

Try checking out the branch (-b 4.0.0) instead of the tag 4.0.0 whatever you're checking out with repo.

jbech-linaro commented 11 months ago

The details for that can be found here.

nathan-menhorn commented 11 months ago

Thank you!