diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-03-26 07:23:35 -0700 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-03-31 17:06:06 -0300 |
commit | a4f45888cf63798e86a0fee13a1793f6292fc1da (patch) | |
tree | a0ca7c787a293584a2119d7621c7b84f6b5c7580 /recipes-security/optee-imx/optee-fslc.inc | |
parent | c611cefd8038dce0c7e1e4ecfb0ce5bebff2d809 (diff) | |
download | meta-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.inc | 3 |
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" | |||
17 | OPTEE_ARCH:aarch64 = "arm64" | 17 | OPTEE_ARCH:aarch64 = "arm64" |
18 | OPTEE_CORE = "${@d.getVar('OPTEE_ARCH').upper()}" | 18 | OPTEE_CORE = "${@d.getVar('OPTEE_ARCH').upper()}" |
19 | 19 | ||
20 | # FIXME - breaks with Clang 18. See https://github.com/OP-TEE/optee_os/issues/6754 | ||
21 | TOOLCHAIN = "gcc" | ||
22 | |||
23 | OPTEE_TOOLCHAIN = "${@d.getVar('TOOLCHAIN') or 'gcc'}" | 20 | OPTEE_TOOLCHAIN = "${@d.getVar('TOOLCHAIN') or 'gcc'}" |
24 | OPTEE_COMPILER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "clang-layer", "${OPTEE_TOOLCHAIN}", "gcc", d)}" | 21 | OPTEE_COMPILER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "clang-layer", "${OPTEE_TOOLCHAIN}", "gcc", d)}" |
25 | 22 | ||