From c0f5e9fac2bdad156ee8194d93844c059b2efa47 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Thu, 13 Aug 2020 16:41:47 +0900 Subject: [PATCH] [Dist/Tizen] Add a runtime dependency on the MvNCS2 firmware package This patch adds a runtime dependency on intel-movidius-firmware-ma2x8x, which contains the firmware for Intel Movidius MA2x8x (NCS2). Change-Id: Ibdb0051ea42132030009f1ea7dbd4b806a5f0190 --- packaging/openvino.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/openvino.spec b/packaging/openvino.spec index 8758372..2cc55be 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. -- 2.7.4