diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-10-23 14:19:09 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-10-23 14:19:09 +0800 |
commit | 4ee7bc0ab408db7388374e86920ffa378b7b4535 (patch) | |
tree | f299c1303967f5f788df551c2cc6eeca8fa3f619 /dynamic-layers/clang-layer/recipes-opencl/compute-runtime | |
parent | 0e4b3cb01735bdc5ebf50c547927f1f59b0248d2 (diff) | |
download | meta-intel-4ee7bc0ab408db7388374e86920ffa378b7b4535.tar.gz |
intel-compute-runtime: add libva to DEPENDS
libva is needed to have cl_intel_va_api_media_sharing [1] extension
enabled.
[1] https://github.com/intel/compute-runtime/blob/master/opencl/doc/cl_intel_va_api_media_sharing.md
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/compute-runtime')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb index c0c289c8..bc096833 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb | |||
@@ -17,7 +17,7 @@ SRCREV = "7e31ec37d78693c08a1fcb2ec31801e64cb497d3" | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | DEPENDS += " intel-graphics-compiler gmmlib clang" | 19 | DEPENDS += " intel-graphics-compiler gmmlib clang" |
20 | DEPENDS_append_class-target = " intel-compute-runtime-native" | 20 | DEPENDS_append_class-target = " intel-compute-runtime-native libva" |
21 | 21 | ||
22 | RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" | 22 | RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" |
23 | 23 | ||