All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [tisdk-setup-scripts][PATCH] create-sdcard: Change SDK install prefix from ti-sdk to processor-sdk.
Date: Fri, 13 Mar 2015 09:57:47 -0400	[thread overview]
Message-ID: <20150313135747.GS24885@edge> (raw)
In-Reply-To: <1426254544-28971-1-git-send-email-j-stiffler@ti.com>

This is going to affect all the SDKs - ti-sdk was chosen on purpose to be 
generic enough to cover all our SDKs, not some specific one...


On Fri, Mar 13, 2015 at 09:49:04AM -0400, Jacob Stiffler wrote:
> 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
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  parent reply	other threads:[~2015-03-13 13:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150313135747.GS24885@edge \
    --to=denys@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.