libva pulls in mesa as an implicit dependency, which may be built with a different llvm version than intel-graphics-compiler, and pulling in two different llvm SDK conflicts.
Use libva-initial to resolve this build time conflict. There won't be a runtime conflict because the libLLVM library files are versioned in their name. Signed-off-by: Zoltán Böszörményi <[email protected]> --- .../compute-runtime/intel-compute-runtime_24.22.29735.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb index c7756bc6..a884a8ca 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_24.22.29735.20.bb @@ -18,7 +18,7 @@ SRCREV = "6aa72243a0916e05a6c1dbe8a0a46711a96fda98" S = "${WORKDIR}/git" -DEPENDS += " intel-graphics-compiler gmmlib libva qemu-native" +DEPENDS += " intel-graphics-compiler gmmlib libva-initial qemu-native" RDEPENDS:${PN} += " intel-graphics-compiler gmmlib" -- 2.45.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8374): https://lists.yoctoproject.org/g/meta-intel/message/8374 Mute This Topic: https://lists.yoctoproject.org/mt/107665036/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
