From: Nibha Sharma Date: Tue, 10 Nov 2020 10:51:24 +0000 (+0530) Subject: [ITC][script][NonACR][tizeniot aarch64 added in rootstrap.txt] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F247407%2F2;p=test%2Ftct%2Fnative%2Fapi.git [ITC][script][NonACR][tizeniot aarch64 added in rootstrap.txt] Change-Id: Ida9f773dfbee1040405bd92fccf809526b74fe67 Signed-off-by: Nibha Sharma --- diff --git a/rootstrap.txt b/rootstrap.txt index 26b949940..42abe20a8 100755 --- a/rootstrap.txt +++ b/rootstrap.txt @@ -5,4 +5,5 @@ mobile_x86_64: wearable_armv7l: wearable_x86: tizeniot_armv7l: +tizeniot_aarch64: tv_armv7l: diff --git a/scripts_tpk/tpk_create.sh b/scripts_tpk/tpk_create.sh index 49042a6e1..7fc8a527e 100755 --- a/scripts_tpk/tpk_create.sh +++ b/scripts_tpk/tpk_create.sh @@ -577,9 +577,9 @@ PROFILE_TYPE="$4" WORKSPACE_PATH="$HOME/workspace_$PROFILE_TYPE" CURRENT_VERSION="6.0" -#####Check for architecture in case of TV and TIZENIOT profile########## +#####Check for architecture in case of TV profile########## if [ "$ARCH_TYPE" != "arm" ]; then - if [ "$PROFILE_TYPE" == "tv" ] || [ "$PROFILE_TYPE" == "tizeniot" ] ; then + if [ "$PROFILE_TYPE" == "tv" ] ; then echo $yellow"$PROFILE_TYPE profile build is supported only for arm architecture"$reset exit fi diff --git a/scripts_tpk/tpkbuild.sh b/scripts_tpk/tpkbuild.sh index 999ea2c3b..3142ae832 100755 --- a/scripts_tpk/tpkbuild.sh +++ b/scripts_tpk/tpkbuild.sh @@ -181,7 +181,7 @@ function install_coverage { IS_COVERAGE=1 if [ "$ARCH_TYPE" != "arm" ] ; then - if [ "$PROFILE_TYPE" == "tv" ] || [ "$PROFILE_TYPE" == "tizeniot" ] ; then + if [ "$PROFILE_TYPE" == "tv" ] ; then echo "$PROFILE_TYPE profile is not buildable and coverage installable for $ARCH_TYPE architecture" exit 1; fi