mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-10-22 23:02:18 +02:00
openvino: change branch in SRC_URI
The project has been moved so update the SRC_URI and the original 2020.1 release commit is now only available on master branch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
4922e10c7b
commit
4c73ef4cfa
|
@ -5,7 +5,7 @@ environment, performs static model analysis, and adjusts deep \
|
|||
learning models for optimal execution on end-point target devices."
|
||||
HOMEPAGE = "https://01.org/openvinotoolkit"
|
||||
|
||||
SRC_URI = "git://github.com/opencv/dldt.git;protocol=git;branch=2020 \
|
||||
SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https \
|
||||
"
|
||||
SRCREV = "b2140c083a068a63591e8c2e9b5f6b240790519d"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "This toolkit allows developers to deploy pre-trained \
|
|||
deep learning models through a high-level C++ Inference Engine API \
|
||||
integrated with application logic."
|
||||
|
||||
SRC_URI = "git://github.com/opencv/dldt.git;protocol=git;branch=2020 \
|
||||
SRC_URI = "git://github.com/openvinotoolkit/openvino.git;protocol=https \
|
||||
https://download.01.org/opencv/2020/openvinotoolkit/2020.1/inference_engine/firmware_usb-ma2450_942_R10.15.zip;name=ma2450 \
|
||||
https://download.01.org/opencv/2020/openvinotoolkit/2020.1/inference_engine/firmware_pcie-ma248x_942_R10.15.zip;name=ma248x \
|
||||
https://download.01.org/opencv/2020/openvinotoolkit/2020.1/inference_engine/firmware_usb-ma2x8x_942_R10.15.zip;name=ma2x8x \
|
||||
|
|
Loading…
Reference in New Issue
Block a user