summaryrefslogtreecommitdiff
path: root/infra/nnfw/config/gbs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'infra/nnfw/config/gbs.conf')
-rw-r--r--infra/nnfw/config/gbs.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/infra/nnfw/config/gbs.conf b/infra/nnfw/config/gbs.conf
new file mode 100644
index 000000000..515cadaba
--- /dev/null
+++ b/infra/nnfw/config/gbs.conf
@@ -0,0 +1,20 @@
+[general]
+#Current profile name which should match a profile section name
+profile = profile.tizen
+
+[profile.tizen]
+user=obs_viewer
+obs = obs.tizen
+repos = repo.tizen_base,repo.tizen_mobile
+buildroot = /home/GBS-ROOT/
+
+[obs.tizen]
+url = http://api.tizen.org
+
+[repo.tizen_mobile]
+url = http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/
+
+[repo.tizen_base]
+url = http://download.tizen.org/snapshots/tizen/base/latest/repos/standard/packages/
+
+