[M63][Bring Up] Add supplementary repository 15/175115/1 tizen.m63_3239
authorYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 9 Apr 2018 01:23:59 +0000 (18:23 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 9 Apr 2018 03:41:28 +0000 (20:41 -0700)
Build command with m63 chromium-efl:
$ ./build_mobile.sh

Change-Id: I741a966fcb761d636070066a3951cb787ce27190
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
build_mobile.sh
gbs.conf [new file with mode: 0755]

index 86933fc4b0ffbb64d3bb0561b6800bd71564f0c1..26d471638ea8aee60fc8789d17d90d5747a8b186 100755 (executable)
@@ -1,3 +1,2 @@
 #!/bin/bash
-gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm-wayland_mirror -A armv7l --include-all
-#gbs -c .gbs.conf build -P profile.tzmo_v3.0_arm64-wayland -A aarch64 --include-all
+gbs -c ./gbs.conf build -P tz_4.0_standard_armv7l -A armv7l --include-all $@
diff --git a/gbs.conf b/gbs.conf
new file mode 100755 (executable)
index 0000000..c07b37c
--- /dev/null
+++ b/gbs.conf
@@ -0,0 +1,24 @@
+###############################################
+#
+# Tizen v4.0 unified
+#
+[obs.tizen_4.0]
+url = https://api.tizen.org
+
+[repo.tz_4.0_standard]
+url = http://download.tizen.org/snapshots/tizen/4.0-unified/latest/repos/standard/packages/
+
+[repo.public_4.0_base_arm]
+url = http://download.tizen.org/snapshots/tizen/4.0-base/latest/repos/arm/packages/
+
+[repo.m63]
+url = http://10.113.138.88/tizenrepo/m63/
+
+###############################################
+#
+# Tizen v4.0 for standard (armv7l)
+#
+[profile.tz_4.0_standard_armv7l]
+obs = obs.tizen_4.0
+repos = repo.public_4.0_base_arm, repo.m63, repo.tz_4.0_standard
+buildroot = ~/GBS-ROOT-4.0-STANDARD-ARMV7L-M63