summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiweiSong <liwei.song@windriver.com>2021-06-03 16:10:33 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-06-15 15:20:23 +0800
commit06b78d31a6b7ad56b84c214fe9a601415143b119 (patch)
tree0107409199fa7b0afc2c28ccd2e896342823841e
parent8b5e5b12d3ffabf1bc10492b61b9b3ba1dd33ac5 (diff)
downloadmeta-intel-06b78d31a6b7ad56b84c214fe9a601415143b119.tar.gz
openvino-inference-engine/openvino-model-optimizer: update to the latest version
Update openvino to the latest one c5f7ad383e65 ("Fix license header in Movidius sources") since it is include a important license change from Intel private License to Apache2.0 which is allowed external user to disclose it without limit. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
index 009c8f93..697c8579 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2021.3.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://01.org/openvinotoolkit"
7 7
8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/3;lfs=0 \ 8SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2021/3;lfs=0 \
9 " 9 "
10SRCREV = "18e83a217702c650280c6abfc43f3285a3aadb61" 10SRCREV = "c5f7ad383e654dfb4a5ac0805323cf8d43426b3f"
11 11
12LICENSE = "Apache-2.0" 12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
index a6f4e416..9823478d 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.3.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=git;branch=rel
15 file://0001-dont-install-licenses-and-version-file.patch \ 15 file://0001-dont-install-licenses-and-version-file.patch \
16 " 16 "
17 17
18SRCREV = "18e83a217702c650280c6abfc43f3285a3aadb61" 18SRCREV = "c5f7ad383e654dfb4a5ac0805323cf8d43426b3f"
19SRCREV_mkl = "d35c3c11f9ff0f5090f9afe16af122cda501134c" 19SRCREV_mkl = "d35c3c11f9ff0f5090f9afe16af122cda501134c"
20SRCREV_xbyak = "8d1e41b650890080fb77548372b6236bbd4079f9" 20SRCREV_xbyak = "8d1e41b650890080fb77548372b6236bbd4079f9"
21 21