~wooksong/nnstreamer/+git/openvino:tizen_8.0

Last commit made on 2024-01-31
Get this branch:
git clone -b tizen_8.0 https://git.launchpad.net/~wooksong/nnstreamer/+git/openvino

Branch merges

Branch information

Name:
tizen_8.0
Repository:
lp:~wooksong/nnstreamer/+git/openvino

Recent commits

e0887de... by Wook Song

Dist/Tizen: Fix build failures when .gitmodules is not supported

This patch fixes build failures in the below cases;
- the case when .gitmodule is omitted in importing the repository
- the case when git-submodule is not supported in the build system

Change-Id: I03e08d25799861d4ee995f13e7bc0e5029afae3b
Signed-off-by: Wook Song <email address hidden>

f51247c... by MyungJoo Ham

dist: support armv7hl

If the arch is armv7hl, make file of dldt says the install_arch is armv7l

Change-Id: I5aac3f9265c9bb677fd43f32e4d01afe23c3de41
Signed-off-by: MyungJoo Ham <email address hidden>

2287966... by Wook Song

[Dist/Debian] Remove dependency on libtbb packages

This patch removes build dependencies on libtbb packages by adding a
local patch that generates libbtbb.a before dh_auto_configure and links
the OpenVino libraries to this static library. According to those
changes, debian packaging files are also revised.

Change-Id: I9e4390c5c11b51deafd0895461e725e72c125461
Signed-off-by: Wook Song <email address hidden>

e630887... by Wook Song

[Dist/Debian] Use libtbb-devel (custom) instead of libtbb-dev (official)

This version of InferenceEngine requires a specific version of the Intel
Threading Building Block Library, which is 2019~U9, so that building for
Focal (and the later ones) which officially provide the recent version of
libtbb is failed on the NNStreamer Launchpad. For this reason, this
patch revises the Build-Depends field in the control file to use libtbb-devel
(the custom package published via the NNStreamer LaunchPad) instead of
libtbb-dev (the official one).

Change-Id: I98eb074df93d5b4f7f7f3524684e43673b13013a
Signed-off-by: Wook Song <email address hidden>

889b8f9... by MyungJoo Ham

[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 <email address hidden>

c0f5e9f... by Wook Song

[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

b92555c... by Wook Song

[Dist/Debian] Fix pdebuild failure for later versions of Ubuntu than Focal

This patch fixes pdebuild failure for later version of Ubuntu tnan Focal
Fossa (20.04).

Change-Id: I15e53f5b71b7f23c5f79e7e54d031260e8a25a62
Signed-off-by: Wook Song <email address hidden>

d659f5e... by Wook Song

[Dist/Debian] Fix dpkg-genchanges warning related to version checking

This patch fixes the dpkg-genchanges warning, 'the current version
(2019R3-0~202007100726~ubuntu16.04.1) is earlier than the previous one
(2019R3-3)', that appears while building on launchpad.

Change-Id: Ib4bc6533322201f3c6b371a06da932f70e7b87b5
Signed-off-by: Wook Song <email address hidden>

ef07049... by Wook Song

[Dist/Debian] Revise build and runtime dependency on libtbb

This patch revises build and runtime dependency on libtbb to use the
version corresponding to 2019~U9.

Change-Id: Ieff50951c12666a5cc63d8e557fb70d075c85fe2
Signed-off-by: Wook Song <email address hidden>

abd5f79... by Wook Song

[Dist/Debian] Add a local patch to fix build error on mkl-dnn

This patch adds a local patch to disable -Werror to fix build errors on
mkl-dnn. For more details, please refer [1]

[1] https://github.com/opencv/dldt/issues/225

Change-Id: I8656f4a4268523fd6b403a483ef337dc49a5342d
Signed-off-by: Wook Song <email address hidden>