From e1da43c80e7d4d3433148d16246c48efd729d657 Mon Sep 17 00:00:00 2001
From: Piotr Tworek
Date: Thu, 12 Mar 2015 14:47:05 +0100
Subject: [PATCH] Switch to TV 3.0 as the default target for build_tv.sh
Since this is the main target we care about lets use it by default. This
way we won't have to specify -P tztv_v3.0 flag when using the script.
Change-Id: I0be0eef27c79657ed517d4d5da6f7e6e335e4d44
Signed-off-by: Piotr Tworek
---
tizen_src/build/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tizen_src/build/common.sh b/tizen_src/build/common.sh
index 629aa92..30c5884 100755
--- a/tizen_src/build/common.sh
+++ b/tizen_src/build/common.sh
@@ -183,7 +183,7 @@ function setupAndExecuteTargetBuild() {
DEFAULT_PROFILE_NAME=tizenmb_v2.4
ARCHITECTURE=armv7l
elif [[ $platform == "tv" ]]; then
- DEFAULT_PROFILE_NAME=tztv_v2.2.1_prehawk
+ DEFAULT_PROFILE_NAME=tztv_v3.0
ARCHITECTURE=armv7l
elif [[ $platform == "emulator" ]]; then
DEFAULT_PROFILE_NAME=tizen_emulator_v2.4
--
2.7.4