diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-22 10:15:30 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-22 10:15:30 -0800 |
commit | 1e3228f1da5742eec71f6dee50b595e00af16b15 (patch) | |
tree | ccfa2b446a84e034ee0139799deb891876065018 | |
parent | d615badf93ec03f45d395cb752e79a42e9dcd246 (diff) | |
download | meta-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.bb | 2 |
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 |
36 | INHIBIT_DEFAULT_DEPS = "1" | 36 | INHIBIT_DEFAULT_DEPS = "1" |
37 | DEPENDS = "virtual/${HOST_PREFIX}gcc" | 37 | DEPENDS = "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 |
40 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" | 40 | DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}" |