gbs.conf 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. # file://~/.gbs.conf
  2. #
  3. # Contact: https://wiki.tizen.org/wiki/User:Pcoval
  4. #
  5. # Usage :
  6. #
  7. # gbs build -P "profile.tizen_common_x86_64" --arch x86_64 --include-all
  8. # gbs build -P "profile.tizen_mobile_armv7l" --arch armv7l
  9. # gbs build -P "profile.tizen_tv_armv7l" --arch armv7l
  10. #
  11. # profile="wearable" ; arch=armv7l ; \
  12. # gbs build -P "profile.tizen_${profile}_$arch" --arch $arch \
  13. # -D /var/tmp/${USER}-gbs/tizen_${profile}_${arch}.conf
  14. [general]
  15. profile=tizen_unified_armv7l
  16. #{ Tizen:2.2:Mobile (gcc (GCC) 4.5.3)
  17. [profile.tizen_2_2_mobile_armv7l]
  18. repos=repo.tizen_2_2_base_armv7l, repo.tizen_2_2_mobile_armv7l
  19. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_2_mobile_armv7l/
  20. [repo.tizen_2_2_mobile_armv7l]
  21. url=http://download.tizen.org/releases/2.2/latest/repos/tizen-base/armv7l/packages/
  22. [repo.tizen_2_2_base_armv7l]
  23. url=http://download.tizen.org/releases/2.2/latest/repos/tizen-main/armv7l/packages/
  24. #} Tizen:2.2:Mobile
  25. [profile.tizen_2_3_1_wearable_i586]
  26. repos=repo.tizen_2_3_1_wearable_i586
  27. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_1_wearable_i586/
  28. [repo.tizen_2_3_1_wearable_i586]
  29. url=http://download.tizen.org/releases/2.3.1/2.3.1-wearable/common/latest/repos/emulator/packages
  30. #{ Tizen:2.3.1:Wearable
  31. [profile.tizen_2_3_1_wearable_armv7l]
  32. repos=repo.tizen_2_3_1_wearable_armv7l
  33. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_1_wearable_armv7l/
  34. [repo.tizen_2_3_1_wearable_armv7l]
  35. url=http://download.tizen.org/releases/2.3.1/2.3.1-wearable/common/latest/repos/target/packages/
  36. #} Tizen:Wearable
  37. #{ Tizen:2.3:Wearable
  38. [profile.tizen_2_3_wearable_i586]
  39. repos=repo.tizen_2_3_wearable_i586
  40. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_wearable_i586/
  41. [repo.tizen_2_3_wearable_i586]
  42. url=http://download.tizen.org/releases/2.3/2.3-wearable/tizen-2.3-wearable_20150311.3/repos/emulator/packages/
  43. [profile.tizen_2_3_wearable_armv7l]
  44. repos=repo.tizen_2_3_wearable_armv7l
  45. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_wearable_armv7l/
  46. [repo.tizen_2_3_wearable_armv7l]
  47. url=http://download.tizen.org/releases/2.3/2.3-wearable/tizen-2.3-wearable_20150311.3/repos/target/packages/
  48. #} Tizen:2.3:Wearable
  49. #{ Tizen:2.3.2:Wearable
  50. [profile.tizen_2_3_2_wearable_armv7l]
  51. repos=repo.tizen_2_3_2_wearable_armv7l
  52. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_2_wearable_armv7l/
  53. [repo.tizen_2_3_2_wearable_armv7l]
  54. url=https://download.tizen.org/snapshots/2.3-wearable/common/latest/repos/target/packages/
  55. [profile.tizen_2_3_2_wearable_i586]
  56. repos=repo.tizen_2_3_2_wearable_i586
  57. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_2_wearable_i586/
  58. [repo.tizen_2_3_2_wearable_i586]
  59. url=https://download.tizen.org/snapshots/2.3-wearable/common/latest/repos/emulator/packages/
  60. #} Tizen:Wearable
  61. #{ Tizen:2.3:Mobile
  62. [profile.tizen_2_3_mobile_armv7l]
  63. repos=repo.tizen_2_3_mobile_armv7l
  64. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_3_mobile_armv7l/
  65. [repo.tizen_2_3_mobile_armv7l]
  66. url=http://download.tizen.org/releases/2.3/2.3-mobile/tizen-2.3-mobile_20150311.3/repos/target/packages/
  67. #} Tizen:2.3:Mobile
  68. [repo.tizen_2_4_base_i586]
  69. url=http://download.tizen.org/releases/2.4/2.4-base/latest/repos/emulator/packages/
  70. [repo.tizen_base_2_4_armv7l]
  71. url=http://download.tizen.org/releases/2.4/2.4-base/latest/repos/standard/packages/
  72. [profile.tizen_2_4_mobile_i586]
  73. repos=repo.tizen_2_4_base_i586, repo.tizen_2_4_mobile_i586
  74. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_4_mobile_i586/
  75. [repo.tizen_2_4_mobile_i586]
  76. url=http://download.tizen.org/releases/2.4/2.4-mobile/latest/repos/emulator/packages/
  77. [profile.tizen_2_4_mobile_armv7l]
  78. repos=repo.tizen_base_2_4_armv7l, repo.tizen_2_4_mobile_armv7l
  79. buildroot=~/tmp/gbs/tmp-GBS-tizen_2_4_mobile_armv7l/
  80. [repo.tizen_2_4_mobile_armv7l]
  81. url=http://download.tizen.org/releases/2.4/2.4-mobile/latest/repos/target-TM1/packages/
  82. #{ Tizen:Common
  83. [profile.tizen_common_release_x86_64]
  84. repos=repo.tizen_common_release_x86_64
  85. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_release_x86_64/
  86. [repo.tizen_common_release_x86_64]
  87. url=http://download.tizen.org/releases/milestone/tizen/common-3.0.2015.Q1/tizen-3.0.2015.Q1-common_20150331.1/repos/x86_64-wayland/packages/
  88. #} Tizen:Common
  89. #{ Tizen:3.0:Common
  90. [profile.tizen_3_0_common_x86_64]
  91. repos=repo.tizen_3_0_common_x86_64
  92. buildroot=~/tmp/gbs/tmp-GBS-tizen_3_0_common_x86_64/
  93. [repo.tizen_3_0_common_x86_64]
  94. url=http://download.tizen.org/releases/milestone/tizen/common-3.0.2015.Q2/latest/repos/x86_64-wayland/packages/
  95. #} Tizen3.0:Common
  96. #{ Tizen:3.0:TV
  97. [profile.tizen_3_0_tv_i586]
  98. repos=repo.tizen_3_0_tv_i586
  99. buildroot=~/tmp/gbs/tmp-GBS-tizen_3_0_tv_i586
  100. [repo.tizen_3_0_tv_i586]
  101. url=http://download.tizen.org/releases/milestone/tizen/tv-3.0.m1/latest/repos/emulator32-wayland/packages/
  102. #} Tizen:3.0:TV
  103. [profile.tizen_4_0_unified_aarch64]
  104. repos=repo.tizen_4_0_base_aarch64, repo.tizen_4_0_unified_aarch64
  105. buildroot=~/tmp/gbs/tmp-GBS-tizen_4_0_unified_aarch64/
  106. [repo.tizen_4_0_unified_aarch64]
  107. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-unified_20170529.1/repos/standard/packages/
  108. [repo.tizen_4_0_base_aarch64]
  109. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-base_20170520.1/repos/arm64/packages/
  110. [profile.tizen_4_0_unified_armv7l]
  111. repos=repo.tizen_4_0_base_armv7l, repo.tizen_4_0_unified_armv7l
  112. buildroot=~/tmp/gbs/tmp-GBS-tizen_4_0_unified_armv7l/
  113. [repo.tizen_4_0_unified_armv7l]
  114. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-unified_20170529.1/repos/standard/packages/
  115. [repo.tizen_4_0_base_armv7l]
  116. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-base_20170520.1/repos/arm/packages/
  117. #{ Tizen:4.0:Unified
  118. [profile.tizen_4_0_unified_i686]
  119. repos=repo.tizen_4_0_base_i686, repo.tizen_4_0_unified_i686
  120. buildroot=~/tmp/gbs/tmp-GBS-tizen_4_0_unified_i686
  121. [repo.tizen_4_0_unified_i686]
  122. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-unified_20170529.1/repos/standard/packages/
  123. [repo.tizen_4_0_base_i686]
  124. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-base_20170520.1/repos/ia32/packages/
  125. #} Tizen:4.0:Unified
  126. #{ Tizen:4.0:Unified
  127. [profile.tizen_4_0_unified_x86_64]
  128. repos=repo.tizen_4_0_base_x86_64, repo.tizen_4_0_unified_x86_64
  129. buildroot=~/tmp/gbs/tmp-GBS-tizen_4_0_unified_x86_64
  130. [repo.tizen_4_0_unified_x86_64]
  131. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-unified_20170529.1/repos/standard/packages/
  132. [repo.tizen_4_0_base_x86_64]
  133. url=http://download.tizen.org/releases/milestone/tizen/4.0.m1/tizen-base_20170520.1/repos/x86_64/packages/
  134. #} Tizen:4.0:Unified
  135. [repo.tizen_base_aarch64]
  136. url = http://download.tizen.org/snapshots/tizen/base/latest/repos/arm64/packages/
  137. [repo.tizen_base_armv7l]
  138. url = http://download.tizen.org/snapshots/tizen/base/latest/repos/arm/packages/
  139. [repo.tizen_base_i586]
  140. url = http://download.tizen.org/snapshots/tizen/base/latest/repos/ia32/packages/
  141. [repo.tizen_base_x86_64]
  142. url = http://download.tizen.org/snapshots/tizen/base/latest/repos/x86_64/packages/
  143. [profile.tizen_common_armv7l]
  144. repos=repo.tizen_base_armv7l,repo.tizen_common_armv7l
  145. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_armv7l/
  146. [repo.tizen_common_armv7l]
  147. url=http://download.tizen.org/snapshots/tizen/common/latest/repos/arm-wayland/packages/
  148. [profile.tizen_common_i586]
  149. repos=repo.tizen_base_i586,repo.tizen_common_i586
  150. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_i586/
  151. [repo.tizen_common_i586]
  152. url=http://download.tizen.org/snapshots/tizen/common/latest/repos/ia32-wayland/packages/
  153. [profile.tizen_common_x86_64]
  154. repos=repo.tizen_base_x86_64,repo.tizen_common_x86_64
  155. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_x86_64/
  156. [repo.tizen_common_x86_64]
  157. url=http://download.tizen.org/snapshots/tizen/common/latest/repos/x86_64-wayland/packages/
  158. #{ Tizen:IVI
  159. [profile.tizen_ivi_i586]
  160. repos=repo.tizen_ivi_i586
  161. buildroot=~/tmp/gbs/tmp-GBS-tizen_ivi_i586/
  162. [repo.tizen_ivi_i586]
  163. url=http://download.tizen.org/releases/milestone/tizen/ivi-3.0/latest/repos/atom/packages/
  164. [profile.tizen_ivi_armv7l]
  165. repos=repo.tizen_ivi_armv7l
  166. buildroot=~/tmp/gbs/tmp-GBS-tizen_ivi_armv7l/
  167. [repo.tizen_ivi_armv7l]
  168. url=http://download.tizen.org/releases/milestone/tizen/ivi-3.0/latest/repos/arm/packages/
  169. [profile.tizen_ivi_x86_64]
  170. repos=repo.tizen_ivi_x86_64
  171. buildroot=~/tmp/gbs/tmp-GBS-tizen_ivi_x86_64/
  172. [repo.tizen_ivi_x86_64]
  173. url=http://download.tizen.org/releases/milestone/tizen/ivi-3.0/latest/repos/atom64/packages/
  174. #} Tizen:IVI
  175. [profile.tizen_mobile_i586]
  176. repos=repo.tizen_base_i586,repo.tizen_mobile_i586
  177. buildroot=~/tmp/gbs/tmp-GBS-tizen_mobile_i586/
  178. [repo.tizen_mobile_i586]
  179. url=http://download.tizen.org/snapshots/tizen/mobile/latest/repos/emulator32-wayland
  180. [profile.tizen_mobile_armv7l]
  181. repos=repo.tizen_base_armv7l,repo.tizen_mobile_armv7l
  182. buildroot=~/tmp/gbs/tmp-GBS-tizen_mobile_armv7l/
  183. [repo.tizen_mobile_armv7l]
  184. url=http://download.tizen.org/snapshots/tizen/mobile/latest/repos/target-TM1/packages/
  185. [profile.tizen_tv_armv7l]
  186. repos=repo.tizen_base_armv7l,repo.tizen_tv_armv7l
  187. buildroot=~/tmp/gbs/tmp-GBS-tizen_tv_armv7l/
  188. [repo.tizen_tv_armv7l]
  189. url=http://download.tizen.org/snapshots/tizen/tv/latest/repos/arm-wayland/packages/
  190. [profile.tizen_tv_i586]
  191. repos=repo.tizen_base_i586,repo.tizen_tv_i586
  192. buildroot=~/tmp/gbs/tmp-GBS-tizen_tv_i586/
  193. [repo.tizen_tv_i586]
  194. url=http://download.tizen.org/snapshots/tizen/tv/latest/repos/emulator32-wayland/packages/
  195. [profile.tizen_unified_emulator_i586]
  196. repos=repo.tizen_base_i586,repo.tizen_unified_emulator_i586
  197. buildroot=~/tmp/gbs/tmp-GBS-tizen_unified_emulator_i586/
  198. [repo.tizen_unified_emulator_i586]
  199. url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/emulator/packages/
  200. [profile.tizen_unified_emulator_x86_64]
  201. repos=repo.tizen_base_x86_64,repo.tizen_unified_emulator_x86_64
  202. buildroot=~/tmp/gbs/tmp-GBS-tizen_unified_emulator_x86_64/
  203. [repo.tizen_unified_emulator_x86_64]
  204. url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/emulator/packages/
  205. [profile.tizen_unified_aarch64]
  206. repos=repo.tizen_base_aarch64,repo.tizen_unified_aarch64
  207. buildroot=~/tmp/gbs/tmp-GBS-tizen_unified_aarch64/
  208. [repo.tizen_unified_aarch64]
  209. url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/
  210. [profile.tizen_unified_armv7l]
  211. repos=repo.tizen_base_armv7l,repo.tizen_unified_armv7l
  212. buildroot=~/tmp/gbs/tmp-GBS-tizen_unified_armv7l/
  213. [repo.tizen_unified_armv7l]
  214. url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/
  215. [profile.tizen_unified_i586]
  216. repos=repo.tizen_base_i586,repo.tizen_unified_i586
  217. buildroot=~/tmp/gbs/tmp-GBS-tizen_unified_i586/
  218. [repo.tizen_unified_i586]
  219. url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/
  220. [profile.tizen_unified_x86_64]
  221. repos=repo.tizen_base_x86_64,repo.tizen_unified_x86_64
  222. buildroot=~/tmp/gbs/tmp-GBS-tizen_unified_x86_64/
  223. [repo.tizen_unified_x86_64]
  224. url=http://download.tizen.org/snapshots/tizen/unified/latest/repos/standard/packages/
  225. [profile.tizen_wearable_i586]
  226. repos=repo.tizen_base_i586,repo.tizen_wearable_i586
  227. buildroot=~/tmp/gbs/tmp-GBS-tizen_wearable_i586/
  228. [repo.tizen_wearable_i586]
  229. url=http://download.tizen.org/snapshots/tizen/wearable/latest/repos/emulator32-wayland
  230. [profile.tizen_wearable_armv7l]
  231. repos=repo.tizen_base_armv7l,repo.tizen_wearable_armv7l
  232. buildroot=~/tmp/gbs/tmp-GBS-tizen_wearable_armv7l/
  233. [repo.tizen_wearable_armv7l]
  234. url=http://download.tizen.org/snapshots/tizen/wearable/latest/repos/target-circle/packages/
  235. # file://~/.gbs.conf
  236. #
  237. # Contact: https://wiki.tizen.org/wiki/User:Pcoval
  238. #
  239. # Usage :
  240. #
  241. # gbs build -P "profile.tizen_common_x86_64" --arch x86_64 --include-all
  242. # gbs build -P "profile.tizen_mobile_weekly_armv7l" --arch armv7l
  243. # gbs build -P "profile.tizen_tv_weekly_armv7l" --arch armv7l
  244. #
  245. # profile="wearable" ; arch=armv7l ; \
  246. # gbs build -P "profile.tizen_${profile}_$arch" --arch $arch \
  247. # -D /var/tmp/${USER}-gbs/tizen_${profile}_${arch}.conf
  248. [repo.tizen_base_aarch64]
  249. url = http://download.tizen.org/releases/weekly/tizen/base/latest/repos/arm64/packages/
  250. [repo.tizen_base_weekly_armv7l]
  251. url = http://download.tizen.org/releases/weekly/tizen/base/latest/repos/arm/packages/
  252. [repo.tizen_base_weekly_i586]
  253. url = http://download.tizen.org/releases/weekly/tizen/base/latest/repos/ia32/packages/
  254. [repo.tizen_base_weekly_x86_64]
  255. url = http://download.tizen.org/releases/weekly/tizen/base/latest/repos/x86_64/packages/
  256. [profile.tizen_common_weekly_armv7l]
  257. repos=repo.tizen_base_weekly_armv7l,repo.tizen_common_weekly_armv7l
  258. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_weekly_armv7l/
  259. [repo.tizen_common_weekly_armv7l]
  260. url=http://download.tizen.org/releases/weekly/tizen/common/latest/repos/arm-wayland/packages/
  261. [profile.tizen_common_weekly_i586]
  262. repos=repo.tizen_base_weekly_i586,repo.tizen_common_weekly_i586
  263. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_weekly_i586/
  264. [repo.tizen_common_weekly_i586]
  265. url=http://download.tizen.org/releases/weekly/tizen/common/latest/repos/ia32-wayland/packages/
  266. [profile.tizen_common_weekly_x86_64]
  267. repos=repo.tizen_base_weekly_x86_64,repo.tizen_common_weekly_x86_64
  268. buildroot=~/tmp/gbs/tmp-GBS-tizen_common_weekly_x86_64/
  269. [repo.tizen_common_weekly_x86_64]
  270. url=http://download.tizen.org/releases/weekly/tizen/common/latest/repos/x86_64-wayland/packages/
  271. [profile.tizen_mobile_weekly_i586]
  272. repos=repo.tizen_base_weekly_i586,repo.tizen_mobile_weekly_i586
  273. buildroot=~/tmp/gbs/tmp-GBS-tizen_mobile_weekly_i586/
  274. [repo.tizen_mobile_weekly_i586]
  275. url=http://download.tizen.org/releases/weekly/tizen/mobile/latest/repos/emulator32-wayland
  276. [profile.tizen_mobile_weekly_armv7l]
  277. repos=repo.tizen_base_weekly_armv7l,repo.tizen_mobile_weekly_armv7l
  278. buildroot=~/tmp/gbs/tmp-GBS-tizen_mobile_weekly_armv7l/
  279. [repo.tizen_mobile_weekly_armv7l]
  280. url=http://download.tizen.org/releases/weekly/tizen/mobile/latest/repos/target-TM1/packages/
  281. [profile.tizen_tv_weekly_armv7l]
  282. repos=repo.tizen_base_weekly_armv7l,repo.tizen_tv_weekly_armv7l
  283. buildroot=~/tmp/gbs/tmp-GBS-tizen_tv_weekly_armv7l/
  284. [repo.tizen_tv_weekly_armv7l]
  285. url=http://download.tizen.org/releases/weekly/tizen/tv/latest/repos/arm-wayland/packages/
  286. [profile.tizen_tv_weekly_i586]
  287. repos=repo.tizen_base_weekly_i586,repo.tizen_tv_weekly_i586
  288. buildroot=~/tmp/gbs/tmp-GBS-tizen_tv_weekly_i586/
  289. [repo.tizen_tv_weekly_i586]
  290. url=http://download.tizen.org/releases/weekly/tizen/tv/latest/repos/emulator32-wayland/packages/
  291. [profile.tizen_wearable_weekly_i586]
  292. repos=repo.tizen_base_weekly_i586,repo.tizen_wearable_weekly_i586
  293. buildroot=~/tmp/gbs/tmp-GBS-tizen_wearable_weekly_i586/
  294. [repo.tizen_wearable_weekly_i586]
  295. url=http://download.tizen.org/releases/weekly/tizen/wearable/latest/repos/emulator32-wayland
  296. [profile.tizen_wearable_weekly_armv7l]
  297. repos=repo.tizen_base_weekly_armv7l,repo.tizen_wearable_weekly_armv7l
  298. buildroot=~/tmp/gbs/tmp-GBS-tizen_wearable_weekly_armv7l/
  299. [repo.tizen_wearable_weekly_armv7l]
  300. url=http://download.tizen.org/releases/weekly/tizen/wearable/latest/repos/target-circle/packages/