commit | 49d0faeecbfa8ba5d0227488a7aba73ac4dc0d15 | [log] [tgz] |
---|---|---|
author | Mukesh Sai Kumar <mukesh.kumar@dream11.com> | Wed Jun 25 14:32:06 2025 +0530 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Jul 24 09:40:48 2025 +0200 |
tree | 69fdb564b162d4c3ebfb166757c5f74b59ea9f30 | |
parent | 125235ab411ed61133723bf9038fae55c02d88e5 [diff] |
Fix failing docker build on Ubuntu 22.04 Running docker build on the provided Dockerfile is failing due to a missing dependency, libgnutls28-dev. Add it and also update the build commands to use apt-get instead of apt, as it is preferable to use apt-get when running in a non-interactive context like docker build. Signed-off-by: Mukesh Sai Kumar <mukesh.kumar@dream11.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This is official documentation for the OP-TEE project. Before OP-TEE v3.5.0 it used to be spread across all different OP-TEE gits making up the OP-TEE project as well as optee.org. But starting with OP-TEE v3.5.0 we have gathered all documentation at single place (i.e., this git).
Even though GitHub renders *.rst
somewhat OK, you are not suppossed to browse the documentation there/here. Instead you should go to optee.readthedocs.io, where you will find the complete documentation rendered using Sphinx.