diff mbox series

[meta-arm,v2] trusted-services: Pin to use gcc

Message ID 20220912062136.3091652-1-raj.khem@gmail.com
State New
Headers show
Series [meta-arm,v2] trusted-services: Pin to use gcc | expand

Commit Message

Khem Raj Sept. 12, 2022, 6:21 a.m. UTC
These recipes are not buildable with clang in its current state

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Extend the fix to all trusted-services recipes

 meta-arm/recipes-security/trusted-services/trusted-services.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jon Mason Sept. 23, 2022, 3:31 p.m. UTC | #1
On Sun, 11 Sep 2022 23:21:36 -0700, Khem Raj wrote:
> These recipes are not buildable with clang in its current state

Applied, thanks!

[1/1] trusted-services: Pin to use gcc
      commit: 2c2ed8f727fa194754013dde9e8e566f2a1b7c43

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-security/trusted-services/trusted-services.inc b/meta-arm/recipes-security/trusted-services/trusted-services.inc
index 80c0849..a8f49a5 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"