diff options
author | tizenrobot <tizenrobot@noreply.samsung.com> | 2018-12-16 23:42:10 +0000 |
---|---|---|
committer | tizenrobot <tizenrobot@noreply.samsung.com> | 2018-12-16 23:42:10 +0000 |
commit | 3bc348a8fe6a782dd6c2dedffdf8b6256ae770e5 (patch) | |
tree | c11d728fb69b8a4b1c822a8ac03345fe24567739 /5.0/unified/standard_gbs.conf | |
parent | 421e5514ede63b6696d01b38a51b1fe3e26ba19a (diff) | |
download | gbs-config-3bc348a8fe6a782dd6c2dedffdf8b6256ae770e5.tar.gz gbs-config-3bc348a8fe6a782dd6c2dedffdf8b6256ae770e5.tar.bz2 gbs-config-3bc348a8fe6a782dd6c2dedffdf8b6256ae770e5.zip |
tizen-4.0-unified_20181214.1
Diffstat (limited to '5.0/unified/standard_gbs.conf')
-rw-r--r-- | 5.0/unified/standard_gbs.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/5.0/unified/standard_gbs.conf b/5.0/unified/standard_gbs.conf index 4f0cd2c1..83918e8e 100644 --- a/5.0/unified/standard_gbs.conf +++ b/5.0/unified/standard_gbs.conf @@ -37,6 +37,13 @@ repos = repo.3.0-base_arm64,repo.3.0-base_arm64_debug,repo.3.0-common_arm64-wayl [profile.3.0-common_arm-wayland] repos = repo.3.0-base_arm,repo.3.0-base_arm_debug,repo.3.0-common_arm-wayland,repo.3.0-common_arm-wayland_debug +############# 4.0-unified ############# +[profile.4.0-unified_standard] +repos = repo.4.0-base_arm,repo.4.0-base_arm_debug,repo.4.0-unified_standard,repo.4.0-unified_standard_debug,repo.4.0-base_arm64,repo.4.0-base_arm64_debug,repo.4.0-unified_standard,repo.4.0-unified_standard_debug,repo.4.0-base_ia32,repo.4.0-base_ia32_debug,repo.4.0-unified_standard,repo.4.0-unified_standard_debug,repo.4.0-base_x86_64,repo.4.0-base_x86_64_debug,repo.4.0-unified_standard,repo.4.0-unified_standard_debug + +[profile.4.0-unified_emulator] +repos = repo.4.0-base_ia32,repo.4.0-base_ia32_debug,repo.4.0-unified_emulator,repo.4.0-unified_emulator_debug,repo.4.0-base_x86_64,repo.4.0-base_x86_64_debug,repo.4.0-unified_emulator,repo.4.0-unified_emulator_debug + @@ -45,6 +52,16 @@ repos = repo.3.0-base_arm,repo.3.0-base_arm_debug,repo.3.0-common_arm-wayland,re ######################################################### ############# base ############# +[repo.4.0-base_arm] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/arm/packages/ +[repo.4.0-base_arm_debug] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/arm/debug/ + +[repo.4.0-base_ia32] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/ia32/packages/ +[repo.4.0-base_ia32_debug] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/ia32/debug/ + [repo.5.0-base_standard] url = http://download.tizen.org/snapshots/tizen//5.0-base/latest/repos/standard/packages/ [repo.5.0-base_standard_debug] @@ -80,6 +97,16 @@ url = http://download.tizen.org/snapshots/tizen//3.0-base/latest/repos/x86_64/pa [repo.3.0-base_x86_64_debug] url = http://download.tizen.org/snapshots/tizen//3.0-base/latest/repos/x86_64/debug/ +[repo.4.0-base_x86_64] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/x86_64/packages/ +[repo.4.0-base_x86_64_debug] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/x86_64/debug/ + +[repo.4.0-base_arm64] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/arm64/packages/ +[repo.4.0-base_arm64_debug] +url = http://download.tizen.org/snapshots/tizen//4.0-base/latest/repos/arm64/debug/ + ############# 5.0-unified ############# [repo.5.0-unified_standard] @@ -131,3 +158,15 @@ url = http://download.tizen.org/snapshots/tizen/3.0-common/latest/repos/arm-wayl [repo.3.0-common_arm-wayland_debug] url = http://download.tizen.org/snapshots/tizen/3.0-common/latest/repos/arm-wayland/debug/ + +############# 4.0-unified ############# +[repo.4.0-unified_standard] +url = http://download.tizen.org/snapshots/tizen/4.0-unified/tizen-4.0-unified_20181214.1/repos/standard/packages/ +[repo.4.0-unified_standard_debug] +url = http://download.tizen.org/snapshots/tizen/4.0-unified/tizen-4.0-unified_20181214.1/repos/standard/debug/ + +[repo.4.0-unified_emulator] +url = http://download.tizen.org/snapshots/tizen/4.0-unified/tizen-4.0-unified_20181214.1/repos/emulator/packages/ +[repo.4.0-unified_emulator_debug] +url = http://download.tizen.org/snapshots/tizen/4.0-unified/tizen-4.0-unified_20181214.1/repos/emulator/debug/ + |