summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunggi Lee <hyunggi.lee@samsung.com>2021-12-01 19:03:28 +0900
committerHyunggi Lee <hyunggi.lee@samsung.com>2021-12-01 19:03:28 +0900
commite5b7f7345472cb9a64cf57490f277f0cdc67931c (patch)
tree306b564bc9e335ce18f7e8bc9688029df180784f
downloadgbs-config-tizen_6.5.m2.tar.gz
gbs-config-tizen_6.5.m2.tar.bz2
gbs-config-tizen_6.5.m2.zip
tizen 6.5 m2 releasetizen_6.5.m2
Change-Id: I2256e5854fd4228effad04dfa03a027e835ed7fe Signed-off-by: Hyunggi Lee <hyunggi.lee@samsung.com>
-rw-r--r--unified/emulator_gbs.conf40
-rw-r--r--unified/standard_gbs.conf40
2 files changed, 80 insertions, 0 deletions
diff --git a/unified/emulator_gbs.conf b/unified/emulator_gbs.conf
new file mode 100644
index 00000000..cac75132
--- /dev/null
+++ b/unified/emulator_gbs.conf
@@ -0,0 +1,40 @@
+[general]
+fallback_to_native = true
+profile = profile.unified_emulator
+
+
+#########################################################
+################## Profile Section ##################
+#########################################################
+
+############# unified #############
+[profile.unified_standard]
+buildconf=./scm/meta/build-config/unified/standard_build.conf
+repos = repo.base_standard,repo.base_standard_debug
+
+[profile.unified_emulator]
+buildconf=./scm/meta/build-config/unified/emulator_build.conf
+repos = repo.base_standard,repo.base_standard_debug
+
+
+#########################################################
+################## Repo Section##################
+#########################################################
+
+############# base #############
+[repo.base_standard]
+url = http://download.tizen.org/releases/milestone/tizen/base/tizen-base_20211001.1/repos/standard/packages/
+[repo.base_standard_debug]
+url = http://download.tizen.org/releases/milestone/tizen/base/tizen-base_20211001.1/repos/standard/debug/
+
+############# unified #############
+[repo.unified_standard]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/standard/packages/
+[repo.unified_standard_debug]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/standard/debug/
+
+[repo.unified_emulator]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/emulator/packages/
+[repo.unified_emulator_debug]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/emulator/debug/
+
diff --git a/unified/standard_gbs.conf b/unified/standard_gbs.conf
new file mode 100644
index 00000000..cce5139b
--- /dev/null
+++ b/unified/standard_gbs.conf
@@ -0,0 +1,40 @@
+[general]
+fallback_to_native = true
+profile = profile.unified_standard
+
+
+#########################################################
+################## Profile Section ##################
+#########################################################
+
+############# unified #############
+[profile.unified_standard]
+buildconf=./scm/meta/build-config/unified/standard_build.conf
+repos = repo.base_standard,repo.base_standard_debug
+
+[profile.unified_emulator]
+buildconf=./scm/meta/build-config/unified/emulator_build.conf
+repos = repo.base_standard,repo.base_standard_debug
+
+
+#########################################################
+################## Repo Section##################
+#########################################################
+
+############# base #############
+[repo.base_standard]
+url = http://download.tizen.org/releases/milestone/tizen/base/tizen-base_20211001.1/repos/standard/packages/
+[repo.base_standard_debug]
+url = http://download.tizen.org/releases/milestone/tizen/base/tizen-base_20211001.1/repos/standard/debug/
+
+############# unified #############
+[repo.unified_standard]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/standard/packages/
+[repo.unified_standard_debug]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/standard/debug/
+
+[repo.unified_emulator]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/emulator/packages/
+[repo.unified_emulator_debug]
+url = http://download.tizen.org/releases/milestone/tizen/unified/tizen-unified_20211014.1/repos/emulator/debug/
+