summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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>
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>
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>
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>
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>
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>