summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-09-11 15:30:05 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-09-11 15:31:46 +0800
commita611a92e75eee971af064043fff1c4626d89885d (patch)
tree7820ea27e99f43af5634cafdfa2d3b78b4165578 /dynamic-layers
parentf7580d72763653893c06e1d9ece7a77c4adb8485 (diff)
downloadmeta-intel-a611a92e75eee971af064043fff1c4626d89885d.tar.gz
intel-compute-runtime: fix packaging
Make sure that level zero driver is also packaged properly and -dev only gets the headers. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb
index b3892a3b..19d52926 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb
@@ -44,14 +44,13 @@ do_install_append_class-native() {
44 install ${B}/bin/cpp_generate_tool ${D}${bindir}/ 44 install ${B}/bin/cpp_generate_tool ${D}${bindir}/
45} 45}
46 46
47SOLIBS = ".so"
48FILES_SOLIBSDEV = ""
49
50FILES_${PN} += " \ 47FILES_${PN} += " \
51 ${libdir}/intel-opencl/libigdrcl.so \ 48 ${libdir}/intel-opencl/libigdrcl.so \
52 ${libdir}/libocloc.so \ 49 ${libdir}/libocloc.so \
53 " 50 "
54 51
52FILES_${PN}-dev = "${includedir}"
53
55BBCLASSEXTEND = "native nativesdk" 54BBCLASSEXTEND = "native nativesdk"
56 55
57UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" 56UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"