commit | 652d3de16741ea678e084bc158431df791ca8554 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Jul 27 14:26:38 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Aug 01 11:38:14 2023 +0200 |
tree | 9b02650b80001e8c8e61c0b6354fd0f6c3bde5c3 | |
parent | f0381496b8f9625d6d79a1ab5bda51001c5b0450 [diff] |
qemu_v8: remove EDK2 Remove EDK2 and always use U-Boot instead. This simplifies things and makes the build smaller and faster. After building, edk2/ takes 905 MB of disk space while u-boot/ takes only 226 MB. Additionally we will be able to get rid of the Git clone in .repo/projects/edk2.git which by itself takes 765 MB. Removing EDK2 fixes the "No space left on device" errors that have recently come up in the OP-TEE OS CI [2]. Link: https://github.com/OP-TEE/optee_os/actions/runs/5666357349/job/15362812958?pr=6195 [2] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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