From 10eab301aed9629e8df7813b1a3586fa4b32042a Mon Sep 17 00:00:00 2001 From: Youngsoo Choi Date: Wed, 13 Feb 2019 19:37:09 -0800 Subject: [PATCH] [M69 Dev][Product TV] Set default target to MuseM for tv build Tizen 5.0 and 5.5 for tv utilize MuseM target by default. Change-Id: I0ba0fecdfb229a522770ffd5e42b9842f426c856 Signed-off-by: Youngsoo Choi --- tizen_src/build/common.sh | 6 ++++-- tizen_src/build/gbs.conf | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/tizen_src/build/common.sh b/tizen_src/build/common.sh index 59db70d..4c60c87 100755 --- a/tizen_src/build/common.sh +++ b/tizen_src/build/common.sh @@ -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))) diff --git a/tizen_src/build/gbs.conf b/tizen_src/build/gbs.conf index 21cf22e..610a499 100755 --- a/tizen_src/build/gbs.conf +++ b/tizen_src/build/gbs.conf @@ -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) -- 2.7.4