From 611a83130669abca3cdd3ab1a51d30daab0f1699 Mon Sep 17 00:00:00 2001 From: Chin Huat Ang Date: Mon, 30 Sep 2019 16:36:57 +0800 Subject: dldt-inference-engine: fix clDNN install directory Install clDNN to /usr/lib to resolve the following inference engine error when running with GPU plugin: [ ERROR ] Failed to create plugin libclDNNPlugin.so for device GPU Please, check your environment Cannot load library 'libclDNNPlugin.so': libclDNNPlugin.so: cannot open shared object file: No such file or directory /usr/src/debug/dldt-inference-engine/2019r2-r0/git/inference-engine/include/details/os/lin_shared_object_loader.h:36 /usr/src/debug/dldt-inference-engine/2019r2-r0/git/inference-engine/src/inference_engine/ie_core.cpp:277 Signed-off-by: Chin Huat Ang Signed-off-by: Anuj Mittal --- .../recipes-support/opencv/dldt-inference-engine_2019r2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb index 207b206e..a7db09ae 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r2.bb @@ -13,6 +13,7 @@ SRC_URI = "git://github.com/opencv/dldt.git;protocol=git;branch=2019 \ file://0003-Supply-firmware-at-build-time.patch;patchdir=../ \ file://0004-disable-werror.patch;patchdir=../ \ file://0005-point-to-correct-location-of-ngraph-headers.patch;patchdir=../ \ + file://0001-Install-clDNN-plugin-to-CMAKE_INSTALL_LIBDIR.patch;patchdir=../ \ file://run-ptest \ " SRCREV = "ba6e22b1b5ee4cbefcc30e8d9493cddb0bb3dfdf" -- cgit v1.2.3-54-g00ecf