From 1e3228f1da5742eec71f6dee50b595e00af16b15 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Jan 2025 10:15:30 -0800 Subject: [PATCH] imx-atf: Adjust for compiler virtual renames in oe-core Signed-off-by: Khem Raj --- recipes-bsp/imx-atf/imx-atf_2.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # Baremetal, just need a compiler INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "virtual/${HOST_PREFIX}gcc" +DEPENDS = "virtual/cross-cc" # Bring in clang compiler if using clang as default DEPENDS:append:toolchain-clang = " clang-cross-${TARGET_ARCH}"