commit | f4ae3330a57ebafbafb1fa29fa5b140837a04891 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Aug 21 10:01:51 2023 +0200 |
committer | Joakim Bech <joakim.bech@linaro.org> | Tue Aug 22 14:03:29 2023 +0200 |
tree | 7e73c0f7cd17a9df467c5f49cd43bfc74f973c0b | |
parent | be6f978dcf881f71a8b2420cceba983bcb181b17 [diff] |
building: prerequisites: provide Dockerfiles Instead of providing the list of required packages as an apt command, give a full Dockerfile. The advantage being, it can be used directly to build and therefore make sure the list is still up to date. For example: $ cd building $ docker build --no-cache -f Dockerfile.Ubuntu-22.04 . Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Joakim Bech <joakim.bech@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.