summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-fslc.inc
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-03-26 07:23:35 -0700
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-03-31 17:06:06 -0300
commita4f45888cf63798e86a0fee13a1793f6292fc1da (patch)
treea0ca7c787a293584a2119d7621c7b84f6b5c7580 /recipes-security/optee-imx/optee-fslc.inc
parentc611cefd8038dce0c7e1e4ecfb0ce5bebff2d809 (diff)
downloadmeta-freescale-a4f45888cf63798e86a0fee13a1793f6292fc1da.tar.gz
optee-imx: Updates for clang
Clang is on version 20 now, so the disablement of it and the patches for it are no longer needed. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-security/optee-imx/optee-fslc.inc')
-rw-r--r--recipes-security/optee-imx/optee-fslc.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-security/optee-imx/optee-fslc.inc b/recipes-security/optee-imx/optee-fslc.inc
index 42e23fc2..6e380e05 100644
--- a/recipes-security/optee-imx/optee-fslc.inc
+++ b/recipes-security/optee-imx/optee-fslc.inc
@@ -17,9 +17,6 @@ OPTEE_ARCH:arm = "arm32"
17OPTEE_ARCH:aarch64 = "arm64" 17OPTEE_ARCH:aarch64 = "arm64"
18OPTEE_CORE = "${@d.getVar('OPTEE_ARCH').upper()}" 18OPTEE_CORE = "${@d.getVar('OPTEE_ARCH').upper()}"
19 19
20# FIXME - breaks with Clang 18. See https://github.com/OP-TEE/optee_os/issues/6754
21TOOLCHAIN = "gcc"
22
23OPTEE_TOOLCHAIN = "${@d.getVar('TOOLCHAIN') or 'gcc'}" 20OPTEE_TOOLCHAIN = "${@d.getVar('TOOLCHAIN') or 'gcc'}"
24OPTEE_COMPILER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "clang-layer", "${OPTEE_TOOLCHAIN}", "gcc", d)}" 21OPTEE_COMPILER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "clang-layer", "${OPTEE_TOOLCHAIN}", "gcc", d)}"
25 22