[VD] Add tizen 6.5 repository 70/255270/2
authorYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 16 Mar 2021 05:54:38 +0000 (22:54 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 16 Mar 2021 05:58:31 +0000 (22:58 -0700)
This adds tizen 6.5 repository.

* Build Command for tizen 6.5:
$ ./tizen/build/build_tv.sh

* Build Command for tizen 6.0:
$ ./tizen/build/build_tv.sh -P tztv_6.0_arm-nikem

Together with:
https://review.tizen.org/gerrit/255261

Change-Id: I6af8b4afa460a5bea155e2e4ef1fbea9aff72a8e
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
tizen/build/common.sh
tizen/build/gbs.conf.in

index e2bcb49..c62935a 100755 (executable)
@@ -82,9 +82,7 @@ function setupAndExecuteTargetBuild() {
 
   if [ "$PROFILE" == "" ]; then
     if [[ $platform == "tv" ]]; then
-      #TODO: Once 6.5 tv repo is ready, uncomment following line
-      #PROFILE=tztv_${DEFAULT_TIZEN_VERSION}_arm-nikem
-      PROFILE=tztv_6.0_arm-nikem
+      PROFILE=tztv_${DEFAULT_TIZEN_VERSION}_arm-nikem
     elif [[ $platform == "da" ]]; then
       #TODO: Once 6.5 fhub repo is ready, uncomment following line
       #PROFILE=tzda_${DEFAULT_TIZEN_VERSION}_arm-kantm
index 034aedf..149de31 100644 (file)
@@ -104,6 +104,25 @@ passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ==
 [obs.tizen_product_tv]
 url = https://168.219.243.64/api
 
+###############################################
+#
+# Tizen v6.5 for product tv (NikeM armv7l)
+#
+[profile.tztv_6.5_arm-nikem]
+obs = obs.tizen_product_tv
+repos = repo.tv_product_6.5_nikem, repo.tv_product_6.5_base
+buildroot = ~/GBS-ROOT-TZTV_6.5_ARM-NIKEM
+
+[repo.tv_product_6.5_base]
+url = http://168.219.244.109/tizen-rsa/tizen-6.5-base/standard/latest/
+user = blinkbot
+passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ==
+
+[repo.tv_product_6.5_nikem]
+url = http://168.219.244.109/products/tv/development/PRECEDENCE/Tizen_Integration/NikeM/latest/
+user = blinkbot
+passwdx = QlpoOTFBWSZTWd0JOhUAAACBAABgIAAhAIIjF3JFOFCQ3Qk6FQ==
+
 ############################################
 #
 # Tizen v6.0 for product tv (NikeM armv7l)