Change-Id: Ida9f773dfbee1040405bd92fccf809526b74fe67
Signed-off-by: Nibha Sharma <nibha.sharma@samsung.com>
wearable_armv7l:
wearable_x86:
tizeniot_armv7l:
+tizeniot_aarch64:
tv_armv7l:
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
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