summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-01-06 17:08:40 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-08 18:12:29 +0000
commitbf2019fea5e4723c3674d71607b883ff6f737c7a (patch)
tree355b6fd307a0a35c2db7be7e7d99ad222770caeb
parentcc117ffabd78df729e427e5e90a5e7a434a29cf1 (diff)
downloadmeta-freescale-backport-1365-to-kirkstone.tar.gz
Revert "optee-os,optee-test: Use gcc compiler"backport-1365-to-kirkstone
After updating op-tee to 3.19, it is able to be built with clang toolchain. This reverts commit 86680b12d44ffe2831244a2f7f7dcaaa1a1440c5. (cherry picked from commit c92b517f6a2cbe3c65a7c83333922f0958c58834)
-rw-r--r--recipes-security/optee-imx/optee-os_3.19.0.imx.bb2
-rw-r--r--recipes-security/optee-imx/optee-test_3.19.0.imx.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-security/optee-imx/optee-os_3.19.0.imx.bb b/recipes-security/optee-imx/optee-os_3.19.0.imx.bb
index 9e491bac..f5e727b3 100644
--- a/recipes-security/optee-imx/optee-os_3.19.0.imx.bb
+++ b/recipes-security/optee-imx/optee-os_3.19.0.imx.bb
@@ -106,5 +106,3 @@ RDEPENDS:${PN}-dev += "${PN}-staticdev"
106 106
107PACKAGE_ARCH = "${MACHINE_ARCH}" 107PACKAGE_ARCH = "${MACHINE_ARCH}"
108COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 108COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
109
110TOOLCHAIN = "gcc"
diff --git a/recipes-security/optee-imx/optee-test_3.19.0.imx.bb b/recipes-security/optee-imx/optee-test_3.19.0.imx.bb
index 25cd86dd..fa418b87 100644
--- a/recipes-security/optee-imx/optee-test_3.19.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.19.0.imx.bb
@@ -58,5 +58,3 @@ FILES:${PN} += "${nonarch_base_libdir}/optee_armtz/ ${libdir}/tee-supplicant/plu
58RDEPENDS:${PN} = "optee-os" 58RDEPENDS:${PN} = "optee-os"
59 59
60COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 60COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
61
62TOOLCHAIN = "gcc"