commit | 2966ebc507e234b6a2dac815a0aee86313823ee8 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Mon Nov 27 12:52:05 2023 +0100 |
committer | Joakim Bech <joakim.bech@linaro.org> | Mon Nov 27 14:20:32 2023 +0100 |
tree | 70dff193509b5a623f8e32b63fb5a0dc1f162d8a | |
parent | 001d5eee1f45b6c144643475a52a3d8759d61813 [diff] |
rpi3: fix dependency issue when building The Raspberry Pi 3 build appears to complete with no errors from time to time, but it is still an incomplete build because the image for the SD card for example has not been built. This is most likely due to a dependency error in the Makefile. After reviewing the dependencies, it appears that at least two of them were incorrect or absent. - Add 'u-boot' instead of 'u-boot-env' as a dependency to TF-A. - Add 'linux' and 'u-boot-env' as a dependency to the boot filesystem. Fixes: https://github.com/OP-TEE/optee_os/issues/6442 Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@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