mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Refresh patches so that they apply cleanly on 2019r3. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From e41aafcd133ecf7215e941e01a58fcacd5c91bd7 Mon Sep 17 00:00:00 2001
|
|
From: Chin Huat Ang <chin.huat.ang@intel.com>
|
|
Date: Mon, 30 Sep 2019 13:50:45 +0800
|
|
Subject: [PATCH 6/7] Install clDNN plugin to CMAKE_INSTALL_LIBDIR
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
|
|
---
|
|
inference-engine/src/cldnn_engine/CMakeLists.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/inference-engine/src/cldnn_engine/CMakeLists.txt b/inference-engine/src/cldnn_engine/CMakeLists.txt
|
|
index b618084..7bdb311 100644
|
|
--- a/inference-engine/src/cldnn_engine/CMakeLists.txt
|
|
+++ b/inference-engine/src/cldnn_engine/CMakeLists.txt
|
|
@@ -22,6 +22,8 @@ target_include_directories(${TARGET_NAME} PRIVATE
|
|
${IE_MAIN_SOURCE_DIR}/src/inference_engine
|
|
${IE_MAIN_SOURCE_DIR}/thirdparty/pugixml/src)
|
|
|
|
+install(TARGETS ${TARGET_NAME} EXPORT ${TARGET_NAME} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
+
|
|
# copy default global xml file describing the custom kernels and the *.cl files
|
|
|
|
add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
|
|
--
|
|
2.7.4
|
|
|