From 889b8f95306f86ad944535096ba42c83ce604c04 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Fri, 14 Aug 2020 10:46:37 +0900 Subject: [PATCH] [Dist/Tizen] Note on the firmware dependency Leave a note in case openvino.rpm is installed to a Tizen image with mic/tic infrastructure. Change-Id: I598cf6d1f54dd5ba0811e62ed91f17d68a7a0d7e Signed-off-by: MyungJoo Ham --- packaging/openvino.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/openvino.spec b/packaging/openvino.spec index 2cc55be..3094e2f 100644 --- a/packaging/openvino.spec +++ b/packaging/openvino.spec @@ -64,6 +64,12 @@ BuildRequires: pkgconfig(libtbb) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkg-config Requires: intel-mvnc-firmware +## Please note that when you include openvino in a Tizen image (via mic/tic), +## you need to specify firmware type instead of intel-mvnc-firmware or +## relying on dependency resolution. +## E.g., add "mvnc-2x8x-firmware" to image explicitly. +## If you want to support NCS 1 and 2 simultaneously, install both firmware +## packages. %description OpenVINO™ toolkit, short for Open Visual Inference and Neural network Optimization toolkit, -- 2.7.4