summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb
index 965e0948..8792c0cd 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.4.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb
@@ -31,6 +31,9 @@ LDFLAGS[unexport] = "1"
31AS[unexport] = "1" 31AS[unexport] = "1"
32LD[unexport] = "1" 32LD[unexport] = "1"
33 33
34# Baremetal, just need a compiler
35DEPENDS:remove = "virtual/${TARGET_PREFIX}compilerlibs virtual/libc"
36
34BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" 37BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}"
35 38
36do_compile() { 39do_compile() {