summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-os_3.17.0.imx.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-06 08:55:32 -0300
committerGitHub <noreply@github.com>2023-01-06 08:55:32 -0300
commit398d71705ffc64caea1f34200bf3fc814a133b94 (patch)
treee976116b4295283b276c0fc91f6e6374ef73128c /recipes-security/optee-imx/optee-os_3.17.0.imx.bb
parent556a34e9a24196dcf394303e5247168126767eaa (diff)
parent2301e47cf2e24e7fbfe031e6733114a42b40ed48 (diff)
downloadmeta-freescale-398d71705ffc64caea1f34200bf3fc814a133b94.tar.gz
Merge pull request #1364 from Freescale/backport-1361-to-kirkstone
[Backport kirkstone] optee-os: Use gcc compiler
Diffstat (limited to 'recipes-security/optee-imx/optee-os_3.17.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-os_3.17.0.imx.bb2
1 files changed, 2 insertions, 0 deletions
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 b6452ef0..f759e40c 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"
111 111
112PACKAGE_ARCH = "${MACHINE_ARCH}" 112PACKAGE_ARCH = "${MACHINE_ARCH}"
113COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 113COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
114
115TOOLCHAIN = "gcc"