summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoonKyu Park <sk7.park@samsung.com>2016-04-28 12:06:45 +0900
committerSoonKyu Park <sk7.park@samsung.com>2016-04-28 12:06:45 +0900
commitaa1a7d069b3a1785842a665211a7c8335214451e (patch)
treeeea051ca3cec802d1a689feee4642dea08dfc1a4
downloadgbs-config-aa1a7d069b3a1785842a665211a7c8335214451e.tar.gz
gbs-config-aa1a7d069b3a1785842a665211a7c8335214451e.tar.bz2
gbs-config-aa1a7d069b3a1785842a665211a7c8335214451e.zip
Add gbs.conf for tizen_2.4 mobile projecttizen_2.4_mobile
Change-Id: I0a7ba878b4c981032c94130cd95bf27a2c03076d
-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