diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-01-06 17:08:40 +0200 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-01-06 17:08:40 +0200 |
commit | c92b517f6a2cbe3c65a7c83333922f0958c58834 (patch) | |
tree | a391c806af4a61c98970a6278218cc0223e5430c | |
parent | 667a28c32f118ca64cbc88eaea9dcc2fa2a4cd1c (diff) | |
download | meta-freescale-c92b517f6a2cbe3c65a7c83333922f0958c58834.tar.gz |
Revert "optee-os,optee-test: Use gcc compiler"
After updating op-tee to 3.19, it is able to be built with clang
toolchain.
This reverts commit 86680b12d44ffe2831244a2f7f7dcaaa1a1440c5.
-rw-r--r-- | recipes-security/optee-imx/optee-os_3.19.0.imx.bb | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.19.0.imx.bb | 2 |
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 | ||
107 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 107 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
108 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 108 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
109 | |||
110 | TOOLCHAIN = "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 | |||
58 | RDEPENDS:${PN} = "optee-os" | 58 | RDEPENDS:${PN} = "optee-os" |
59 | 59 | ||
60 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 60 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
61 | |||
62 | TOOLCHAIN = "gcc" | ||