1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

arm/trusted-firmware-m: explicitly use Arm GCC 11.2

TF-M recommend using GCC 11.2 as 11.3 onwards currently has code
generation issues.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2023-08-01 17:09:03 +01:00
parent 8d42065f41
commit d30ab1696e
@@ -24,10 +24,13 @@ INHIBIT_DEFAULT_DEPS = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
# At present, TF-M needs GCC >10 but <11.3 so use 11.2:
# https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/docs/getting_started/tfm_getting_started.rst?h=TF-Mv1.8.0#n214
#
# See tools/requirements.txt for Python dependencies
DEPENDS += "cmake-native \
ninja-native \
gcc-arm-none-eabi-native \
gcc-arm-none-eabi-11.2-native \
python3-cbor2-native \
python3-click-native \
python3-cryptography-native \