[M69 Dev][Product TV] Set default target to MuseM for tv build 82/199682/2
authorYoungsoo Choi <kenshin.choi@samsung.com>
Thu, 14 Feb 2019 03:37:09 +0000 (19:37 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Thu, 14 Feb 2019 03:54:36 +0000 (19:54 -0800)
Tizen 5.0 and 5.5 for tv utilize MuseM target by default.

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

index 59db70d..4c60c87 100755 (executable)
@@ -274,9 +274,11 @@ function setupAndExecuteTargetBuild() {
       PROFILE=tzmb_3.0_target-TM1
     elif [[ $platform == "tv" ]]; then
       if [ "$DEFAULT_TIZEN_VERSION" == "latest" ]; then
-        PROFILE=tztv_arm-kantm2
+        PROFILE=tztv_arm-musem
       elif [ "$DEFAULT_TIZEN_VERSION" == "4.0" ]; then
         PROFILE=tztv_4.0_arm-kantm
+      else
+        PROFILE=tztv_arm-musem
       fi
     elif [[ $platform == "da" ]]; then
       if [ "$DEFAULT_TIZEN_VERSION" == "latest" ]; then
@@ -312,7 +314,7 @@ function setupAndExecuteTargetBuild() {
   fi
   echo "Set the architecture : $ARCHITECTURE"
 
-  if [ "$(echo "${PROFILE}" | grep -P "kant|jazz|hawk|product")" == "" -a "$NOINIT" == 0 ]; then
+  if [ "$(echo "${PROFILE}" | grep -P "muse|kant|jazz|hawk|product")" == "" -a "$NOINIT" == 0 ]; then
     processRpmlintOption $PROFILE $RPMLINT
   fi
   local BRANCH=$(echo $(basename $(git symbolic-ref HEAD)))
index 21cf22e..610a499 100755 (executable)
@@ -289,6 +289,21 @@ url = https://168.219.243.64/api
 user = obs_iewer
 passwdx = obs_iewer_64
 
+############################################
+#
+# Tizen v5.0 for product tv (MuseM armv7l)
+#
+[profile.tztv_arm-musem]
+obs = obs.tizen_product_tv
+repos = repo.tv_product_5.0_musem, repo.tv_product_5.0_base
+buildroot = ~/GBS-ROOT-5.0-TV-PRODUCT-MUSEM
+
+[repo.tv_product_5.0_base]
+url = http://168.219.244.109/base/tizen-5.0-base-main2019/standard/latest/
+
+[repo.tv_product_5.0_musem]
+url = http://168.219.244.109/products/tv/archive/2019/MAIN2019/MuseM/latest/
+
 #############################################
 #
 # Tizen v5.0 for product tv (KantM2 armv7l)