platform/adaptation/npu/intel-movidius-firmware.git
4 years ago[Dist/Tizen] Add a common virtual capability between subpackages 19/241019/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_9.0_unified accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 tizen_9.0 accepted/tizen/6.0/unified/20201030.123537 accepted/tizen/6.0/unified/hotfix/20201103.052940 accepted/tizen/6.5/unified/20211028.093858 accepted/tizen/7.0/unified/20221110.060704 accepted/tizen/7.0/unified/hotfix/20221116.104446 accepted/tizen/8.0/unified/20231005.092506 accepted/tizen/9.0/unified/20241030.232448 accepted/tizen/unified/20200819.100349 submit/tizen/20200814.014406 submit/tizen/20200818.015631 submit/tizen_6.0/20201029.205101 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 submit/tizen_6.5/20211028.161501 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release tizen_9.0_m2_release
Wook Song [Fri, 14 Aug 2020 00:50:54 +0000 (09:50 +0900)]
[Dist/Tizen] Add a common virtual capability between subpackages

This patch makes the firmware subpackages provide a common virtual
capability.

Change-Id: Ib173af11361743a0a1e35aea46d5dade94baf7a5
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Install the firmwate to %{_libdir} 62/240962/1
Wook Song [Thu, 13 Aug 2020 07:17:52 +0000 (16:17 +0900)]
[Dist/Tizen] Install the firmwate to %{_libdir}

DLDT searches the firmware files for MVNC the directory where the
libinference_engine.so is placed unlike the NCSDK searches
%{_libdir}/mvnc first. By creating symbolic links to the firmware files
of %{_libdir}/mvnc in %{_libdir}, this patch makes the package be
compatible with DLDT as well as NCSDK.

Change-Id: I419dc6e70e94cf421b6781f243be71c0c146149f
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Provide a udev rule file as a sub-package 77/239977/1
Wook Song [Fri, 31 Jul 2020 06:58:57 +0000 (15:58 +0900)]
[Dist/Debian] Provide a udev rule file as a sub-package

In order to provide the proper udev rule file of NCS and NCS2, this
patch adds a sub-package that includes such rule file.

Change-Id: I1da6ed490daea410def0b02f84c7ea55405ff31b
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Add a sub-package for the MA2x8x (NCS2) firmware 53/238453/1
Wook Song [Tue, 14 Jul 2020 04:49:38 +0000 (13:49 +0900)]
[Dist/Tizen] Add a sub-package for the MA2x8x (NCS2) firmware

This patch adds a sub-package for the MA2x8x (Intel Movidius Neural
Compute Stick 2) firmware.

Change-Id: I57622a3683180f0611bf9e4e9514a20bc0f7e5bf
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Initial debianization 97/227997/2
Wook Song [Wed, 18 Mar 2020 04:11:41 +0000 (13:11 +0900)]
[Dist/Debian] Initial debianization

Initial debianized.

Change-Id: Ia863f75f6ace5b1f74f18652224ee519033a6331
Signed-off-by: Wook Song <wook16.song@samsung.com>
5 years ago[Dist/Tizen] Eliminate version string from package name 74/218574/2 accepted/tizen/unified/20191129.033515 submit/tizen/20191128.152440
Wook Song [Tue, 26 Nov 2019 00:20:14 +0000 (09:20 +0900)]
[Dist/Tizen] Eliminate version string from package name

This patch eliminates version string (i.e., 784) from the package name.

Change-Id: Ie7c6968ea0b22a51c52005fdf648e98edca49d92
Signed-off-by: Wook Song <wook16.song@samsung.com>
5 years ago[Dist/Tizen] Adjust install directory and version number 39/218539/1 accepted/tizen/unified/20191125.223331 submit/tizen/20191125.075601
Wook Song [Mon, 25 Nov 2019 07:49:54 +0000 (16:49 +0900)]
[Dist/Tizen] Adjust install directory and version number

This patch updates the directory where the firmware would be installed and
the version according to the suffix of the original tarball.

Change-Id: Ib3efeb60c4c933f68c45cb48b79883a1ab4ebf2b
Signed-off-by: Wook Song <wook16.song@samsung.com>
5 years agoAdd MA2450_784 firmware & package for Tizen master sandbox/leemgs/test
MyungJoo Ham [Wed, 13 Nov 2019 08:11:12 +0000 (17:11 +0900)]
Add MA2450_784 firmware & package for Tizen

This intends to show how to add other Intel Movidius NCS
firmwares into this git repo.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>