X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Ftizen%2F.gbs.conf;h=90d704d636a773708f1f6913768db3a5a8f4316b;hb=8229635f6d207516ccbbdf23b13be164e0fc1787;hp=9235ad7f3dacf2a70c5cf2e3a356c301eb6c4b06;hpb=657acd6a0722145ffd5d5933b37f4646c7d47cbc;p=platform%2Fupstream%2Fiotivity.git diff --git a/tools/tizen/.gbs.conf b/tools/tizen/.gbs.conf old mode 100644 new mode 100755 index 9235ad7..90d704d --- a/tools/tizen/.gbs.conf +++ b/tools/tizen/.gbs.conf @@ -1,36 +1,79 @@ [general] -#Current profile name which should match a profile section name -profile = profile.tizen - -[profile.tizen] -#Common authentication info for whole profile -#user = -#CAUTION: please use the key name "passwd" to reset plaintext password -#passwd = -obs = obs.tizen -#Comma separated list of repositories -repos = repo.public_latest, repo.devel-gcc49-base, -#repos = repo.tizen_main, repo.tizen_base -#Build config for gbs build -#buildconf = -#Comma separated list of additional packages be excluded building -#exclude_packages = libtool,gettext - - -[obs.tizen] -#OBS API URL pointing to a remote OBS. -url = https://api.tizen.org -#Optional user and password, set if differ from profile's user and password -#user = -#passwd = - -#Repo section example -[repo.public_latest] -#Build against repo's URL -url = http://download.tizen.org/snapshots/2.4-mobile/common/tizen-2.4-mobile_20160106.1/repos/target-TM1/packages/ -#Optional user and password, set if differ from profile's user and password -#user = -#passwd = - -[repo.devel-gcc49-base] -url = http://download.tizen.org/releases/2.4/2.4-base/tizen-2.4-base_20151027.1/repos/standard/packages/ \ No newline at end of file +#profile = profile.Main2017_JazzM +profile = profile.Main2017_KantM +#profile = profile.Main2017_KantS +#profile = profile.Main2017_NT16M + +[obs.tizentv] +url = https://168.219.241.169/api +user = obs_viewer +passwd = obs_viewer_169 + + +############################################################################################ +[repo.base_Main2017] +url=http://168.219.244.109/tizen-rsa/tizen-3.0-base-main2017/standard/latest/repos/base/armv7l/packages/ + +[repo.base_ca9_Main2017] +url=http://168.219.244.109/tizen-rsa/tizen-3.0-base-main2017/standard-ca9/latest/repos/base/armv7l/packages/ +############################################################################################ + + +############################################################################################ +# For Main2017(JazzM) +[profile.Main2017_JazzM] +obs = obs.tizentv +repos = repo.product_Main2017_JazzM, repo.base_Main2017, repo.local_Main2017_JazzM +buildroot = ~/GBS-ROOT + +[repo.product_Main2017_JazzM] +url=http://168.219.244.109/releases/00_RELEASED_IMAGES/2017/MAIN2017/JazzM/latest/repos/product/armv7l/packages/ + +[repo.local_Main2017_JazzM] +url=~/GBS-ROOT/local/repos/Main2017_JazzM/armv7l +############################################################################################ + + +############################################################################################ +# For Main2017(KantM) +[profile.Main2017_KantM] +obs = obs.tizentv +repos = repo.product_Main2017_KantM, repo.base_Main2017, repo.local_Main2017_KantM +buildroot = ~/GBS-ROOT + +[repo.product_Main2017_KantM] +url=http://168.219.244.109/releases/00_RELEASED_IMAGES/2017/MAIN2017/KantM/latest/repos/product/armv7l/packages/ + +[repo.local_Main2017_KantM] +url=~/GBS-ROOT/local/repos/Main2017_KantM/armv7l +############################################################################################ + + +############################################################################################ +# For Main2017(KantS) +[profile.Main2017_KantS] +obs = obs.tizentv +repos = repo.product_Main2017_KantS, repo.base_Main2017, repo.local_Main2017_KantS +buildroot = ~/GBS-ROOT + +[repo.product_Main2017_KantS] +url=http://168.219.244.109/releases/00_RELEASED_IMAGES/2017/MAIN2017/KantS/latest/repos/product/armv7l/packages/ + +[repo.local_Main2017_KantS] +url=~/GBS-ROOT/local/repos/Main2017_KantS/armv7l +############################################################################################ + + +############################################################################################ +# For Main2017(NT16M) +[profile.Main2017_NT16M] +obs = obs.tizentv +repos = repo.product_Main2017_NT16M, repo.base_ca9_Main2017, repo.local_Main2017_NT16M +buildroot = ~/GBS-ROOT + +[repo.product_Main2017_NT16M] +url=http://168.219.244.109/releases/00_RELEASED_IMAGES/2017/MAIN2017/NT16M/latest/repos/product/armv7l/packages/ + +[repo.local_Main2017_NT16M] +url=~/GBS-ROOT/local/repos/Main2017_NT16M/armv7l +############################################################################################ \ No newline at end of file