From 2c2ed8f727fa194754013dde9e8e566f2a1b7c43 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 21 Sep 2022 17:54:07 -0700 Subject: [PATCH] trusted-services: Pin to use gcc These recipes are not buildable with clang in its current state Signed-off-by: Khem Raj Signed-off-by: Jon Mason --- meta-arm/recipes-security/trusted-services/trusted-services.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm/recipes-security/trusted-services/trusted-services.inc b/meta-arm/recipes-security/trusted-services/trusted-services.inc index 80c08499..a8f49a5e 100644 --- a/meta-arm/recipes-security/trusted-services/trusted-services.inc +++ b/meta-arm/recipes-security/trusted-services/trusted-services.inc @@ -50,3 +50,5 @@ EXTRA_OECMAKE += "${@oe.utils.conditional('TS_ENV', 'opteesp', \ EXTRA_OECMAKE += "-Dlibts_DIR=${STAGING_DIR_HOST}${TS_INSTALL}/lib/cmake/ \ -DNEWLIB_INSTALL_DIR=${STAGING_DIR_HOST}${TS_INSTALL}/newlib_install \ " +# Newlib does not compile with clang +TOOLCHAIN = "gcc"