All of lore.kernel.org
 help / color / mirror / Atom feed
* [tisdk-setup-scripts][PATCH] create-sdcard: Change SDK install prefix from ti-sdk to processor-sdk.
@ 2015-03-13 13:49 Jacob Stiffler
  2015-03-13 13:50 ` Cooper Jr., Franklin
  2015-03-13 13:57 ` Denys Dmytriyenko
  0 siblings, 2 replies; 9+ messages in thread
From: Jacob Stiffler @ 2015-03-13 13:49 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 create-sdcard.sh |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/create-sdcard.sh b/create-sdcard.sh
index ca02ad2..17ae564 100644
--- a/create-sdcard.sh
+++ b/create-sdcard.sh
@@ -74,7 +74,7 @@ if [ "$AMIROOT" != "root" ] ; then
 fi
 
 THEPWD=$EXEPATH
-PARSEPATH=`echo $THEPWD | grep -o '.*ti-sdk.*.[0-9]/'`
+PARSEPATH=`echo $THEPWD | grep -o '.*processor-sdk.*.[0-9]/'`
 
 if [ "$PARSEPATH" != "" ] ; then
 PATHVALID=1
@@ -703,7 +703,7 @@ if [ $FILEPATHOPTION -eq 1 ] ; then
 
 	#check that in the right directory
 
-	THEEVMSDK=`echo $PARSEPATH | grep -o 'ti-sdk-.*[0-9]'`
+	THEEVMSDK=`echo $PARSEPATH | grep -o 'processor-sdk-.*[0-9]'`
 
 	if [ $PATHVALID -eq 1 ]; then
 	echo "now installing:  $THEEVMSDK"
@@ -720,7 +720,7 @@ if [ $FILEPATHOPTION -eq 1 ] ; then
 			then
 				echo "Directory exists"
 				echo ""
-				PARSEPATH=`echo $SDKFILEPATH | grep -o '.*ti-sdk.*.[0-9]/'`
+				PARSEPATH=`echo $SDKFILEPATH | grep -o '.*processor-sdk.*.[0-9]/'`
 				#echo $PARSEPATH
 
 				if [ "$PARSEPATH" != "" ] ; then
@@ -731,7 +731,7 @@ if [ $FILEPATHOPTION -eq 1 ] ; then
 				#echo $PATHVALID
 				if [ $PATHVALID -eq 1 ] ; then
 
-				THEEVMSDK=`echo $SDKFILEPATH | grep -o 'ti-sdk-.*[0-9]'`
+				THEEVMSDK=`echo $SDKFILEPATH | grep -o 'processor-sdk-.*[0-9]'`
 				echo "Is this the correct SDK: $THEEVMSDK"
 				echo ""
 				read -p 'Is this correct? [y/n] : ' ISRIGHTPATH
@@ -741,7 +741,7 @@ if [ $FILEPATHOPTION -eq 1 ] ; then
 					*)  echo "Please enter y or n";ENTERCORRECTLY=0;;
 					esac
 				else
-				echo "Invalid SDK path make sure to include ti-sdk-xxxx"
+				echo "Invalid SDK path make sure to include processor-sdk-xxxx"
 				ENTERCORRECTLY=0
 				fi
 
@@ -804,7 +804,7 @@ cat << EOM
       e.x. $:  /home/user/MyCustomTars/boot.tar.gz
 
   If files are located in a directory write the directory path
-      e.x. $: /ti-sdk/board-support/prebuilt-images/
+      e.x. $: /processor-sdk/board-support/prebuilt-images/
 
   NOTE: Not all platforms will have an MLO file and this file can
         be ignored for platforms that do not support an MLO.
@@ -937,7 +937,7 @@ cat << EOM
       e.x. $:  /home/user/MyCustomTars/rootfs.tar.gz
 
   If files are located in a directory write the directory path
-      e.x. $: /ti-sdk/targetNFS/
+      e.x. $: /processor-sdk/targetNFS/
 
 ################################################################################
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-17 19:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 13:49 [tisdk-setup-scripts][PATCH] create-sdcard: Change SDK install prefix from ti-sdk to processor-sdk Jacob Stiffler
2015-03-13 13:50 ` Cooper Jr., Franklin
2015-03-13 13:56   ` Stiffler, Jacob
2015-03-13 13:57 ` Denys Dmytriyenko
2015-03-13 14:02   ` Stiffler, Jacob
2015-03-13 14:43     ` Cooper Jr., Franklin
2015-03-13 17:06       ` Stiffler, Jacob
2015-03-17 18:23         ` Stiffler, Jacob
2015-03-17 19:28           ` Cooper Jr., Franklin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.