- The nnstreamer-ros packages for Tizen 6.0 can be found here.
$ sudo sh -c 'echo "deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_$(lsb_release -rs)/ /"> /etc/apt/sources.list.d/tizen-devtools.list'
$ sudo apt update
$ sudo apt install gbs
- To build using GBS, an extra repository section should be added to your GBS configuration file as follows.
[repo.nnstreamer-ros]
url = http://download.tizen.org/live/devel:/Tizen:/6.0:/AI/Tizen_Unified_standard/
- In addition, the repository name (i.e., 'repo.nnstreamer-ros' in this example) should be also added to the 'repos' property of the your profile section.
$ git clone https://github.com/nnstreamer/nnstreamer-ros.git
$ cd nnstreamer-ros
$ gbs build -A aarch64
aarch64
can be replaced with the other architecture names, which is supported by Tizen, such as x86_64
, i586
, and armv7l
.