summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gbs.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/gbs.conf b/gbs.conf
new file mode 100644
index 00000000..c3abeb75
--- /dev/null
+++ b/gbs.conf
@@ -0,0 +1,15 @@
+[general]
+tmpdir=/var/tmp/
+profile = profile.tizen_2.4_mobile
+work_dir=.
+fallback_to_native=true
+
+[repo.tizen_2.4_x86]
+url=${work_dir}/pre-built/toolchain-x86/
+
+[repo.tizen_2.4_arm]
+url=${work_dir}/pre-built/toolchain-arm/
+
+[profile.tizen_2.4_mobile]
+repos=repo.tizen_2.4_x86,repo.tizen_2.4_arm
+buildconf=${work_dir}/scm/meta/build-config/build.conf