summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-08-25 11:01:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-08-25 14:30:28 +0800
commit042249ca0cbdb14a1784d95a638e97180996ff9f (patch)
tree7f5b9cd5bc7f94b44cefc76fe5caf4ace80a58c5 /dynamic-layers
parent27b72d856874248f1b4687e86f5f38c48f659dc4 (diff)
downloadmeta-intel-042249ca0cbdb14a1784d95a638e97180996ff9f.tar.gz
openvino: use SRCREV_FORMAT
Since the recipe uses multiple git repositories, set SRCREV_FORMAT. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb
index 050f9e89..175a04ab 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.0.1.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "This toolkit allows developers to deploy pre-trained \
4deep learning models through a high-level C++ Inference Engine API \ 4deep learning models through a high-level C++ Inference Engine API \
5integrated with application logic." 5integrated with application logic."
6 6
7SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=releases/2023/0;lfs=0 \ 7SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;name=openvino;branch=releases/2023/0;lfs=0 \
8 git://github.com/openvinotoolkit/oneDNN.git;protocol=https;destsuffix=git/src/plugins/intel_cpu/thirdparty/onednn;name=mkl;nobranch=1 \ 8 git://github.com/openvinotoolkit/oneDNN.git;protocol=https;destsuffix=git/src/plugins/intel_cpu/thirdparty/onednn;name=mkl;nobranch=1 \
9 git://github.com/oneapi-src/oneDNN.git;protocol=https;destsuffix=git/src/plugins/intel_gpu/thirdparty/onednn_gpu;name=onednn;nobranch=1 \ 9 git://github.com/oneapi-src/oneDNN.git;protocol=https;destsuffix=git/src/plugins/intel_gpu/thirdparty/onednn_gpu;name=onednn;nobranch=1 \
10 git://github.com/herumi/xbyak.git;protocol=https;destsuffix=git/thirdparty/xbyak;name=xbyak;branch=master \ 10 git://github.com/herumi/xbyak.git;protocol=https;destsuffix=git/thirdparty/xbyak;name=xbyak;branch=master \
@@ -19,13 +19,14 @@ SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https;branch=r
19 file://0001-protobuf-allow-target-protoc-to-be-built.patch \ 19 file://0001-protobuf-allow-target-protoc-to-be-built.patch \
20 " 20 "
21 21
22SRCREV = "fa1c41994f3f84329491de93ce572f1401bc75ae" 22SRCREV_openvino = "fa1c41994f3f84329491de93ce572f1401bc75ae"
23SRCREV_mkl = "1c7bfabf1b26e6fb95fea1613e1d3d2bef1f6b54" 23SRCREV_mkl = "1c7bfabf1b26e6fb95fea1613e1d3d2bef1f6b54"
24SRCREV_onednn = "f27dedbfc093f51032a4580198bb80579440dc15" 24SRCREV_onednn = "f27dedbfc093f51032a4580198bb80579440dc15"
25SRCREV_xbyak = "740dff2e866f3ae1a70dd42d6e8836847ed95cc2" 25SRCREV_xbyak = "740dff2e866f3ae1a70dd42d6e8836847ed95cc2"
26SRCREV_json = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d" 26SRCREV_json = "bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d"
27SRCREV_ade = "58b2595a1a95cc807be8bf6222f266a9a1f393a9" 27SRCREV_ade = "58b2595a1a95cc807be8bf6222f266a9a1f393a9"
28SRCREV_protobuf = "fe271ab76f2ad2b2b28c10443865d2af21e27e0e" 28SRCREV_protobuf = "fe271ab76f2ad2b2b28c10443865d2af21e27e0e"
29SRCREV_FORMAT = "openvino_mkl_onednn_xbyak_json_ade_protobuf"
29 30
30LICENSE = "Apache-2.0 & MIT & BSD-3-Clause" 31LICENSE = "Apache-2.0 & MIT & BSD-3-Clause"
31LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327 \ 32LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327 \