aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch
AgeCommit message (Collapse)Author
2020-04-10dldt: upgrade 2019r3.1 -> 2020r1Anuj Mittal
Release notes: https://software.intel.com/en-us/articles/OpenVINO-RelNotes Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-02-25dldt-inference-engine: use libdir when installing python modulesAnuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-10-24dldt-inference-engine: install extension headers in includedir instead of ↵Martin Jansa
share/doc * otherwise components depending on them won't be able to find them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-10-21dldt-inference-engine: update 2019r2 -> 2019r3Chin Huat Ang
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>
2019-09-30dldt-inference-engine: upgrade 2019r1.1 -> 2019r2Anuj Mittal
* Release notes: https://software.intel.com/en-us/articles/OpenVINO-RelNotes * Enable unit tests to be built and tested using ptest mechanism. * Include patches from Clear Linux for build fixes. * Switch to using python3 and threading to using TBB. Switch ENABLE_OPENCV to off so opencv from system is used. * Remove do_install and patch Makefiles instead to install libraries correctly. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>