[ITC][script][NonACR][Removed tizeniot false check] 12/247512/2
authorNibha Sharma <nibha.sharma@samsung.com>
Wed, 11 Nov 2020 09:43:29 +0000 (15:13 +0530)
committershobhit verma <shobhit.v@samsung.com>
Wed, 11 Nov 2020 10:33:02 +0000 (10:33 +0000)
Change-Id: I2d383c327ae183b5c6e60f2bbee66d64f0866dc8
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
scripts_tpk/tpkbuild.sh

index 3142ae83218f64509e44704bdb752dfab91b824d..40d80e436105e8534a19a6f6a573479f5b84dbbf 100755 (executable)
@@ -141,7 +141,7 @@ function install {
        IS_COVERAGE=0
 
        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 installable for $ARCH_TYPE architecture"
                        exit 1;
                fi