[ITC][script][NonACR][tizeniot aarch64 added in rootstrap.txt] 07/247407/2
authorNibha Sharma <nibha.sharma@samsung.com>
Tue, 10 Nov 2020 10:51:24 +0000 (16:21 +0530)
committershobhit verma <shobhit.v@samsung.com>
Tue, 10 Nov 2020 11:48:04 +0000 (11:48 +0000)
Change-Id: Ida9f773dfbee1040405bd92fccf809526b74fe67
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
rootstrap.txt
scripts_tpk/tpk_create.sh
scripts_tpk/tpkbuild.sh

index 26b949940b5772b6a50aa573d133b5e5637a929e..42abe20a81b679fa5baec29c4a71496b69803bfc 100755 (executable)
@@ -5,4 +5,5 @@ mobile_x86_64:
 wearable_armv7l:
 wearable_x86:
 tizeniot_armv7l:
+tizeniot_aarch64:
 tv_armv7l:
index 49042a6e1b6273d951a0766a1ecdd40b0ce2f2ee..7fc8a527e21d5ad000d2f52f3542d648d82cc09a 100755 (executable)
@@ -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
index 999ea2c3bc7d6d1893cda8c83f109162c2a7f157..3142ae83218f64509e44704bdb752dfab91b824d 100755 (executable)
@@ -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