From 9c76d471433dad6f31a8f7ca6eb42007348e05af Mon Sep 17 00:00:00 2001 From: Gun Kim Date: Thu, 13 Jun 2013 11:35:21 +0900 Subject: [PATCH] [Title] applied platform version's change to native-cli's usage. [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: If7d8b4b0082b798e5b5296311072635d8ef337ee --- org.tizen.cli/doc/install/native_bin/native-debug | 6 +++--- org.tizen.cli/doc/install/native_bin/native-debug.bat | 2 +- org.tizen.cli/doc/install/native_bin/native-make | 6 +++--- org.tizen.cli/doc/install/native_bin/native-make.bat | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/org.tizen.cli/doc/install/native_bin/native-debug b/org.tizen.cli/doc/install/native_bin/native-debug index 54d75e4..75d9ad6 100755 --- a/org.tizen.cli/doc/install/native_bin/native-debug +++ b/org.tizen.cli/doc/install/native_bin/native-debug @@ -134,13 +134,13 @@ ondemand_install() { if [ $TARGET_TYPE = "arm" ] then GDBSERVER_TAR="gdbserver_7.5.0_armel.tar" - ondemand_cmd="$SDB_COMMAND push $TOOLS_HOME/../platforms/tizen2.1/on-demand/gdbserver_7.5.0_armel.tar /home/developer/sdk_tools/gdbserver_7.5.0_armel.tar && cd /home/developer/sdk_tools/ && tar -xf gdbserver_7.5.0_armel.tar" + ondemand_cmd="$SDB_COMMAND push $TOOLS_HOME/../platforms/tizen2.2/on-demand/gdbserver_7.5.0_armel.tar /home/developer/sdk_tools/gdbserver_7.5.0_armel.tar && cd /home/developer/sdk_tools/ && tar -xf gdbserver_7.5.0_armel.tar" else GDBSERVER_TAR="gdbserver_7.5.0_i386.tar" - ondemand_cmd="$SDB_COMMAND push $TOOLS_HOME/../platforms/tizen2.1/on-demand/gdbserver_7.5.0_i386.tar /home/developer/sdk_tools/gdbserver_7.5.0_i386.tar && cd /home/developer/sdk_tools/ && tar -xf gdbserver_7.5.0_i386.tar" + ondemand_cmd="$SDB_COMMAND push $TOOLS_HOME/../platforms/tizen2.2/on-demand/gdbserver_7.5.0_i386.tar /home/developer/sdk_tools/gdbserver_7.5.0_i386.tar && cd /home/developer/sdk_tools/ && tar -xf gdbserver_7.5.0_i386.tar" fi - ondemand_cmd="$SDB_COMMAND push $TOOLS_HOME/../platforms/tizen2.1/on-demand/$GDBSERVER_TAR /home/developer/sdk_tools/$GDBSERVER_TAR" + ondemand_cmd="$SDB_COMMAND push $TOOLS_HOME/../platforms/tizen2.2/on-demand/$GDBSERVER_TAR /home/developer/sdk_tools/$GDBSERVER_TAR" $ondemand_cmd ondemand_cmd="$SDB_COMMAND shell cd /home/developer/sdk_tools/ && tar -xf $GDBSERVER_TAR" $ondemand_cmd diff --git a/org.tizen.cli/doc/install/native_bin/native-debug.bat b/org.tizen.cli/doc/install/native_bin/native-debug.bat index 9d34442..92fecba 100755 --- a/org.tizen.cli/doc/install/native_bin/native-debug.bat +++ b/org.tizen.cli/doc/install/native_bin/native-debug.bat @@ -140,7 +140,7 @@ exit /b set GDBSERVER_TAR=gdbserver_7.5.0_i386.tar ) - call %SDB_COMMAND% push %TOOLS_HOME%/../platforms/tizen2.1/on-demand/%GDBSERVER_TAR% /home/developer/sdk_tools/%GDBSERVER_TAR% + call %SDB_COMMAND% push %TOOLS_HOME%/../platforms/tizen2.2/on-demand/%GDBSERVER_TAR% /home/developer/sdk_tools/%GDBSERVER_TAR% call %SDB_COMMAND% shell "cd /home/developer/sdk_tools/ && tar -xf %GDBSERVER_TAR%" exit /b diff --git a/org.tizen.cli/doc/install/native_bin/native-make b/org.tizen.cli/doc/install/native_bin/native-make index 5fee387..c34172d 100755 --- a/org.tizen.cli/doc/install/native_bin/native-make +++ b/org.tizen.cli/doc/install/native_bin/native-make @@ -21,12 +21,12 @@ command="$TOOLS_HOME/smart-build-interface/bin/sbi_make" usage() { echo "Usage: native-make [options]" - echo " -n,--name \t\tSpecify a platform name (\"Tizen Device 2.1\" |" - echo "\t\t\t\t \"Tizen Emulator 2.1\")" + echo " -n,--name \t\tSpecify a platform name (\"Tizen Device 2.2\" |" + echo "\t\t\t\t \"Tizen Emulator 2.2\")" echo "\t\t\t\tIf this option is not defined, the default value" echo "\t\t\t\t of platform name is set by using" echo "\t\t\t\t platform version and architecture" - echo " -v,--version \t\tSpecify a platform version (\"Tizen 2.1\")" + echo " -v,--version \t\tSpecify a platform version (\"Tizen 2.2\")" echo "\t\t\t\tIf this option is not defined, it uses a value" echo "\t\t\t\t of PLATFORM_VER in build_data file by default" echo " -a,--arch \t\tSpecify an architecture (\"armel\" | \"i386\")" diff --git a/org.tizen.cli/doc/install/native_bin/native-make.bat b/org.tizen.cli/doc/install/native_bin/native-make.bat index be882ea..d6b90a9 100755 --- a/org.tizen.cli/doc/install/native_bin/native-make.bat +++ b/org.tizen.cli/doc/install/native_bin/native-make.bat @@ -141,12 +141,12 @@ exit /b %ERRORLEVEL% :usage echo Usage: native-make [options] - echo -n,--name ^ Specify a platform name ("Tizen Device 2.1" ^| - echo "Tizen Emulator 2.1") + echo -n,--name ^ Specify a platform name ("Tizen Device 2.2" ^| + echo "Tizen Emulator 2.2") echo If this options is not defined, the default echo value of platform name is set by using echo platform version and architecture - echo -v,--version ^ Specify a platform version ("Tizen 2.1") + echo -v,--version ^ Specify a platform version ("Tizen 2.2") echo If this options is not defined, it uses a value echo of PLATFORM_VER in build_data file by default echo -a,--arch ^ Specify an architecture ("armel" ^| "i386") -- 2.7.4