[M73 Migration][Product TV] Enable tizen 5.5 musem build by default
[platform/framework/web/chromium-efl.git] / tizen_src / build / common.sh
index 59db70d..b1cf646 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_5.5_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)))