#!/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 $@
--- /dev/null
+###############################################
+#
+# 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