diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2020-09-11 15:30:05 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-09-11 15:31:46 +0800 |
| commit | a611a92e75eee971af064043fff1c4626d89885d (patch) | |
| tree | 7820ea27e99f43af5634cafdfa2d3b78b4165578 /dynamic-layers/clang-layer | |
| parent | f7580d72763653893c06e1d9ece7a77c4adb8485 (diff) | |
| download | meta-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/clang-layer')
| -rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.33.17675.bb | 5 |
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 | ||
| 47 | SOLIBS = ".so" | ||
| 48 | FILES_SOLIBSDEV = "" | ||
| 49 | |||
| 50 | FILES_${PN} += " \ | 47 | FILES_${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 | ||
| 52 | FILES_${PN}-dev = "${includedir}" | ||
| 53 | |||
| 55 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |
| 56 | 55 | ||
| 57 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 56 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |
