[meta-intel] [PATCH 2/3] dldt-inference-engine: add SSTATE_SCAN_FILES to fix CMake files

Martin Jansa martin.jansa at gmail.com
Wed Oct 23 08:00:53 PDT 2019


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-support/opencv/dldt-inference-engine_2019r3.bb    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb
index 69febeb0..4fe5d874 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb
@@ -83,6 +83,10 @@ do_install_ptest_base_prepend() {
 	mv ${D}${libdir}/libmock_engine.so ${D}${PTEST_PATH}/
 }
 
+# Otherwise e.g. ros-openvino-toolkit-dynamic-vino-sample when using dldt-inference-engine uses dldt-inference-engine WORKDIR
+# instead of RSS
+SSTATE_SCAN_FILES_append = " *.cmake"
+
 FILES_${PN}-dev = "${includedir} \
                    ${libdir}/cmake \
                    ${libdir}/libinference_engine.so \
-- 
2.17.1



More information about the meta-intel mailing list