OP-TEE / build

Makefiles to use OP-TEE on various platforms
106 stars 209 forks source link

Fix Buildroot toolchain configuration files #737

Closed gyuri-szing closed 4 months ago

gyuri-szing commented 4 months ago

The 2023.02 Buildroot update broke the aarch64, aarch32 and riscv64 toolchain external packages (br-ext). Buildroot complains about legacy options being in the configuration. This patch removes the legacy values and fixes the toolchain build.

This PR fixes #736

gyuri-szing commented 4 months ago

The change was only tested on an aarch64 build host, where it work fine.

jenswi-linaro commented 4 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

jforissier commented 4 months ago

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

gyuri-szing commented 4 months ago

Tags applied, thanks!