summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-atf/imx-atf_2.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_2.6.bb')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb
index d491361b..9047fd09 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.6.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb
@@ -32,7 +32,8 @@ AS[unexport] = "1"
32LD[unexport] = "1" 32LD[unexport] = "1"
33 33
34# Baremetal, just need a compiler 34# Baremetal, just need a compiler
35DEPENDS:remove = "virtual/${TARGET_PREFIX}compilerlibs virtual/libc" 35INHIBIT_DEFAULT_DEPS = "1"
36DEPENDS = "virtual/${HOST_PREFIX}gcc"
36 37
37BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" 38BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}"
38 39