commit | 59667bd08bd33bb4f280406ef13f1ef729e72cd2 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Wed Jun 12 16:09:01 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 12 19:28:51 2024 +0200 |
tree | 6cfeeb29e3d1c96bf206fd240670aa92325496c4 | |
parent | a09d379e6fa223be13b55bb793c1ad84fe911c8b [diff] |
common: update buildroot to 2024.05 With more recent versions of GCC (v14.x), the build fails with implicit declaration of function open_temp_exec_file(...) in libffi. The issue is seen with GCC v14.1.1 and libffi v3.4.4. A fix for this issue was merged in libffi v3.4.6, which is the version we get when updating Buildroot to v2024.05. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a) Tested-by: Joakim Bech <joakim.bech@linaro.org> (GCC 14.1.1/Fedora 40 and GCC 11.4.0/Ubuntu 22.04)
This git contains repo manifests to be able to clone all source code needed to be able to setup a full OP-TEE developer build.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under manifests.
// OP-TEE core maintainers