From 2301e47cf2e24e7fbfe031e6733114a42b40ed48 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 5 Jan 2023 23:10:40 -0800 Subject: optee-os,optee-test: Use gcc compiler It does not compile with clang, all work to get it compiling with clang has gone into 3.18+ ( see meta-arm ) until imx version revs up to 3.18 lets use gcc always to build it Signed-off-by: Khem Raj (cherry picked from commit 86680b12d44ffe2831244a2f7f7dcaaa1a1440c5) --- recipes-security/optee-imx/optee-os_3.17.0.imx.bb | 2 ++ recipes-security/optee-imx/optee-test_3.17.0.imx.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-security/optee-imx/optee-os_3.17.0.imx.bb b/recipes-security/optee-imx/optee-os_3.17.0.imx.bb index b6452ef01..f759e40cd 100644 --- a/recipes-security/optee-imx/optee-os_3.17.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.17.0.imx.bb @@ -111,3 +111,5 @@ RDEPENDS:${PN}-dev += "${PN}-staticdev" PACKAGE_ARCH = "${MACHINE_ARCH}" COMPATIBLE_MACHINE = "(imx-nxp-bsp)" + +TOOLCHAIN = "gcc" diff --git a/recipes-security/optee-imx/optee-test_3.17.0.imx.bb b/recipes-security/optee-imx/optee-test_3.17.0.imx.bb index da56eed7a..e1b831f17 100644 --- a/recipes-security/optee-imx/optee-test_3.17.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.17.0.imx.bb @@ -58,3 +58,5 @@ FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plu RDEPENDS:${PN} = "optee-os" COMPATIBLE_MACHINE = "(imx-nxp-bsp)" + +TOOLCHAIN = "gcc" -- cgit v1.2.3-54-g00ecf