diff options
author | Wook Song <wook16.song@samsung.com> | 2020-08-13 16:41:47 +0900 |
---|---|---|
committer | Wook Song <wook16.song@samsung.com> | 2020-08-14 10:37:04 +0900 |
commit | c0f5e9fac2bdad156ee8194d93844c059b2efa47 (patch) | |
tree | c16ebcfc5e40c9b44672fd6929309f04ee556278 | |
parent | b92555cae632b1cc0be686a5844c401e2eaf970f (diff) | |
download | dldt-c0f5e9fac2bdad156ee8194d93844c059b2efa47.tar.gz dldt-c0f5e9fac2bdad156ee8194d93844c059b2efa47.tar.bz2 dldt-c0f5e9fac2bdad156ee8194d93844c059b2efa47.zip |
[Dist/Tizen] Add a runtime dependency on the MvNCS2 firmware packagetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211028.163301submit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen/20200818.015631submit/tizen/20200814.014406accepted/tizen/unified/20200819.100353accepted/tizen/6.5/unified/20211028.223433accepted/tizen/6.0/unified/hotfix/20201102.235959tizen_6.5tizen_6.0_hotfixtizen_6.0accepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfix
This patch adds a runtime dependency on intel-movidius-firmware-ma2x8x,
which contains the firmware for Intel Movidius MA2x8x (NCS2).
Change-Id: Ibdb0051ea42132030009f1ea7dbd4b806a5f0190
-rw-r--r-- | packaging/openvino.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/openvino.spec b/packaging/openvino.spec index 875837271..2cc55be60 100644 --- a/packaging/openvino.spec +++ b/packaging/openvino.spec @@ -63,6 +63,7 @@ BuildRequires: cmake BuildRequires: pkgconfig(libtbb) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkg-config +Requires: intel-mvnc-firmware %description OpenVINO™ toolkit, short for Open Visual Inference and Neural network Optimization toolkit, @@ -76,6 +77,7 @@ availability to the developer community to innovate deep learning and AI solutio %package devel Summary: Development package for OpenVINO™ Toolkit Requires: %{name} = %{version}-%{release} +Recommends: mvnc-2x8x-firmware %description devel Development package for Open Visual Inference and Neural network Optimization toolkit. |