summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-01-22 10:15:30 -0800
committerKhem Raj <raj.khem@gmail.com>2025-01-22 10:15:30 -0800
commit1e3228f1da5742eec71f6dee50b595e00af16b15 (patch)
treeccfa2b446a84e034ee0139799deb891876065018
parentd615badf93ec03f45d395cb752e79a42e9dcd246 (diff)
downloadmeta-freescale-1e3228f1da5742eec71f6dee50b595e00af16b15.tar.gz
imx-atf: Adjust for compiler virtual renames in oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.10.bb b/recipes-bsp/imx-atf/imx-atf_2.10.bb
index 04826b4cb..2d81f5259 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.10.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.10.bb
@@ -34,7 +34,7 @@ LD[unexport] = "1"
34 34
35# Baremetal, just need a compiler 35# Baremetal, just need a compiler
36INHIBIT_DEFAULT_DEPS = "1" 36INHIBIT_DEFAULT_DEPS = "1"
37DEPENDS = "virtual/${HOST_PREFIX}gcc" 37DEPENDS = "virtual/cross-cc"
38 38
39# Bring in clang compiler if using clang as default 39# Bring in clang compiler if using clang as default
40DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" 40DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}"