commit | 9a1e0285b0fe224f2f3f77a086d7b0f4f01e924e | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Mar 17 10:49:11 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Mar 17 17:06:30 2021 +0100 |
tree | e05d7b0b51233fdde5e9532a8dd0766aa1471f03 | |
parent | f880122f283ae7c2902e89b6d3bc85c1ab16f4fa [diff] |
qemu_v8: fix error in edk2-clean 'make edk2-clean' fails with the following error: build.py... : error 000E: One Path in PACKAGES_PATH doesn't exist /home/jerome/work/optee_repo_qemu_v8/edk2/../edk2-platforms The reason is $(ROOT)/edk2-platforms does not exist on this platform. Fix this by using the proper platform-specific variable $(EDK2_PLATFORMS_PATH) in the edk2-clean-common target like is done in edk2-common. Signed-off-by: Jerome Forissier <jerome@forissier.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