diff options
author | Hongkwon Park <hkwonn.park@samsung.com> | 2015-07-28 20:49:17 +0900 |
---|---|---|
committer | Hongkwon Park <hkwonn.park@samsung.com> | 2015-07-28 20:49:17 +0900 |
commit | 318764f30f5f4850dadb83ca00e546c723c05d34 (patch) | |
tree | 809f68080bdb68c59db9c212ebf79ca6145ea3c8 | |
parent | 0423828576fc203d2c03f7ce39dc3f7c33cbc3aa (diff) | |
download | gbs-config-tizen_2.3_wearable.tar.gz gbs-config-tizen_2.3_wearable.tar.bz2 gbs-config-tizen_2.3_wearable.zip |
gbs.conf for tizen_2.3 wearable projecttizen_2.3_wearable
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..6292b402 --- /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 |