add cereal library
[platform/upstream/iotivity.git] / tools / tizen / .gbs.conf
1 [general]
2 #Current profile name which should match a profile section name
3 profile = profile.tizen
4
5 [profile.tizen]
6 #Common authentication info for whole profile
7 #user =
8 #CAUTION: please use the key name "passwd" to reset plaintext password
9 #passwd =
10 obs = obs.tizen
11 #Comma separated list of repositories
12 repos = repo.tizen_latest
13 #repos = repo.tizen_main, repo.tizen_base
14 #Build config for gbs build
15 #buildconf = <patch/to/build-config-file>
16 #Comma separated list of additional packages be excluded building
17 #exclude_packages = libtool,gettext
18
19
20 [obs.tizen]
21 #OBS API URL pointing to a remote OBS.
22 url = https://api.tizen.org
23 #Optional user and password, set if differ from profile's user and password
24 #user =
25 #passwd =
26
27 #Repo section example
28 [repo.tizen_latest]
29 #Build against repo's URL
30 url = http://download.tizen.org/releases/2.3/2.3-mobile/tizen-2.3-mobile_20150206.1/repos/target/packages/
31 #Optional user and password, set if differ from profile's user and password
32 #user =
33 #passwd =
34
35 #Individual repo is also supported
36 #[repo.tizen_base]
37 #url = http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/base/ia32/packages/
38 #[repo.tizen_main]
39 #url = http://download.tizen.org/releases/daily/trunk/ivi/latest/repos/ivi/ia32/packages/