summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-10-21 17:03:55 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-10-25 14:35:32 +0800
commit46be0fa9182cd188438168994533243a1209a03d (patch)
tree7bc23ef3aebc7f57238b2e73f57e8444e42fa387
parent023266fcbf67e4c8fc7c4f6b951948384ba8282b (diff)
downloadmeta-intel-46be0fa9182cd188438168994533243a1209a03d.tar.gz
open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
Refreshed patch. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch16
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2022.2.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2022.1.1.bb)4
2 files changed, 11 insertions, 9 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch
index 3db0a31e..2b608050 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch
@@ -1,27 +1,29 @@
1From e071d6a6323f04dc7e6e40047199e509536d7f6e Mon Sep 17 00:00:00 2001 1From fe3e1d923399da1d71458f5c468563b61784380c Mon Sep 17 00:00:00 2001
2From: Naveen Saini <naveen.kumar.saini@intel.com> 2From: Naveen Saini <naveen.kumar.saini@intel.com>
3Date: Mon, 30 Aug 2021 17:54:17 +0800 3Date: Fri, 21 Oct 2022 11:38:23 +0800
4Subject: [PATCH] demos: use gflags from meta-oe 4Subject: [PATCH] demos: use gflags from meta-oe
5 5
6Upstream-Status: Inappropriate 6Upstream-Status: Inappropriate
7 7
8Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> 8Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
9Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> 9Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
10
11--- 10---
12 demos/CMakeLists.txt | 2 +- 11 demos/CMakeLists.txt | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-) 12 1 file changed, 1 insertion(+), 1 deletion(-)
14 13
15diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt 14diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
16index 98de0db6c..077d43fb4 100644 15index 1484a50d5..996934310 100644
17--- a/demos/CMakeLists.txt 16--- a/demos/CMakeLists.txt
18+++ b/demos/CMakeLists.txt 17+++ b/demos/CMakeLists.txt
19@@ -140,7 +140,7 @@ endmacro() 18@@ -140,7 +140,7 @@ endmacro()
20 find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs gapi) 19 find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
21 find_package(OpenVINO REQUIRED COMPONENTS Runtime) 20 find_package(OpenVINO REQUIRED COMPONENTS Runtime)
22 21
23-add_subdirectory(thirdparty/gflags) 22-add_subdirectory(thirdparty/gflags)
24+#add_subdirectory(thirdparty/gflags) 23+#add_subdirectory(thirdparty/gflags)
25 add_subdirectory(common/cpp) 24 add_subdirectory(common/cpp)
26 add_subdirectory(common/cpp_gapi) 25 # TODO: remove wrapping if after OpenCV3 is dropped
27 add_subdirectory(multi_channel_common/cpp) 26 if(OpenCV_VERSION VERSION_GREATER_EQUAL 4.5.3)
27--
282.25.1
29
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2022.1.1.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2022.2.0.bb
index 5934f99d..fc56ba69 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2022.1.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo_2022.2.0.bb
@@ -4,11 +4,11 @@ DESCRIPTION = "This repository includes optimized deep learning \
4models and a set of demos to expedite development of high-performance \ 4models and a set of demos to expedite development of high-performance \
5deep learning inference applications." 5deep learning inference applications."
6 6
7SRC_URI = "git://github.com/opencv/open_model_zoo.git;protocol=https;branch=releases/2022/1 \ 7SRC_URI = "git://github.com/opencv/open_model_zoo.git;protocol=https;branch=releases/2022/2 \
8 file://0001-use-oe-gflags.patch \ 8 file://0001-use-oe-gflags.patch \
9 " 9 "
10 10
11SRCREV = "0c94071faef095f544a228f8455718fbd653950e" 11SRCREV = "1919ae9d42c19d8f3bafc2417256ab3a67b6db79"
12 12
13LICENSE = "Apache-2.0" 13LICENSE = "Apache-2.0"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327 \ 14LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327 \