diff options
author | Hongkwon Park <hkwonn.park@samsung.com> | 2015-07-28 20:48:14 +0900 |
---|---|---|
committer | Hongkwon Park <hkwonn.park@samsung.com> | 2015-07-28 20:48:14 +0900 |
commit | 88555e8a3baef339be404847f95318dcb9f85c49 (patch) | |
tree | d104590ae3755a01cf98fc2d465e9603d66e44fd | |
parent | 0423828576fc203d2c03f7ce39dc3f7c33cbc3aa (diff) | |
download | gbs-config-tizen_2.3_mobile.tar.gz gbs-config-tizen_2.3_mobile.tar.bz2 gbs-config-tizen_2.3_mobile.zip |
gbs.conf for tizen_2.3 mobile projecttizen_2.3_mobile
Signed-off-by: Hongkwon Park <hkwonn.park@samsung.com>
-rw-r--r-- | gbs.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gbs.conf b/gbs.conf new file mode 100644 index 00000000..8afd6cba --- /dev/null +++ b/gbs.conf @@ -0,0 +1,19 @@ +[general] +profile = profile.tizen_2.3_mobile +#profile = profile.tizen_2.3_wearable + +[repo.tizen_2.3_mobile] +url=http://download.tizen.org/snapshots/2.3-mobile/common/latest/repos/target/packages +# For Emulator +## url=http://download.tizen.org/snapshots/2.3-mobile/common/latest/repos/emulator/packages + +[repo.tizen_2.3_wearable] +url=http://download.tizen.org/snapshots/2.3-wearable/common/latest/repos/target/packages +# For Emulator +## url=http://download.tizen.org/snapshots/2.3-wearable/common/latest/repos/emulator/packages + +[profile.tizen_2.3_mobile] +repos=repo.tizen_2.3_mobile + +[profile.tizen_2.3_wearable] +repos=repo.tizen_2.3_wearable |