projects
/
scm
/
meta
/
gbs-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Add gbs.conf for tizen_2.4 mobile project
tizen_2.4_mobile
author
SoonKyu Park
<sk7.park@samsung.com>
Thu, 28 Apr 2016 03:06:45 +0000
(12:06 +0900)
committer
SoonKyu Park
<sk7.park@samsung.com>
Thu, 28 Apr 2016 03:06:45 +0000
(12:06 +0900)
Change-Id: I0a7ba878b4c981032c94130cd95bf27a2c03076d
gbs.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/gbs.conf
b/gbs.conf
new file mode 100644
(file)
index 0000000..
c3abeb7
--- /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