From 835f58cfbc90f9fee1abeb47c840fcbbac5fc9bc Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 12 Nov 2019 09:24:05 +0800 Subject: dldt-inference-engine: install custom opencl kernels as well Install the OpenCL kernels and cldnn_global_custom_kernels.xml to allow specification of OpenCL kernels for custom layers. Signed-off-by: Anuj Mittal --- .../recipes-support/opencv/dldt-inference-engine_2019r3.1.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb index c788c53b..b9767517 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.1.bb @@ -81,6 +81,10 @@ do_install_append() { install -D -m0644 ${S}/thirdparty/movidius/mvnc/src/97-myriad-usbboot.rules ${D}${sysconfdir}/udev/rules.d/97-myriad-usbboot.rules fi + + if ${@bb.utils.contains('PACKAGECONFIG', 'opencl', 'true', 'false', d)}; then + cp -r ${S}/src/cldnn_engine/cldnn_global_custom_kernels ${D}${libdir}/ + fi } do_install_ptest_base_prepend() { @@ -103,6 +107,7 @@ FILES_${PN}-dev = "${includedir} \ FILES_${PN} += "${libdir}/lib*${SOLIBSDEV} \ ${datadir}/openvino \ + ${libdir}/cldnn_global_custom_kernels \ " # Move inference engine samples into a separate package -- cgit v1.2.3-54-g00ecf