From 1937c72e021c7aeb66d3941cce950887f5b0ec93 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 6 Aug 2020 10:03:33 +0800 Subject: openvino-inference-engine: upgrade 2020.3 -> 2020.4 For release notes, see: https://software.intel.com/content/www/us/en/develop/articles/openvino-relnotes.html The recipe has been changed to: - disable unit tests as they rely on an older version of googletest. - remove a patch as it was merged upstream. - backport a patch instead of using a local version. - refresh other patches. - download mkl-dnn separately instead of using the submodule. The project downloads a lot of other modules as well and we don't want/use those. - not download lfs documentation content. Signed-off-by: Anuj Mittal --- .../openembedded-layer/recipes-support/opencv/files/run-ptest | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest deleted file mode 100644 index 0b995ccb..00000000 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -for i in cpu ie vpu -do - ./$i"UnitTests" |sed \ - -e 's|\[.*OK.*\]\(.*\)|PASS:\1|' \ - -e 's|\[.*FAILED.*\]\(.*\)|FAIL:\1|' -done -- cgit v1.2.3-54-g00ecf