Make sure that level zero driver is also packaged properly and -dev only gets the headers.
Signed-off-by: Anuj Mittal <[email protected]> --- .../compute-runtime/intel-compute-runtime_20.33.17675.bb | 5 ++--- 1 file 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() { install ${B}/bin/cpp_generate_tool ${D}${bindir}/ } -SOLIBS = ".so" -FILES_SOLIBSDEV = "" - FILES_${PN} += " \ ${libdir}/intel-opencl/libigdrcl.so \ ${libdir}/libocloc.so \ " +FILES_${PN}-dev = "${includedir}" + BBCLASSEXTEND = "native nativesdk" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" -- 2.26.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6708): https://lists.yoctoproject.org/g/meta-intel/message/6708 Mute This Topic: https://lists.yoctoproject.org/mt/76921858/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
