All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] toolchain-shar-extract.sh: fix path in example
@ 2015-10-13  3:15 Chen Qi
  2015-10-13  3:15 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2015-10-13  3:15 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e42d8eff9eed7d1454b4f331d96dcee6dea232df:

  bash: Disable custom memory allocator (2015-10-12 14:35:42 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/toolchain-shar-extract
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/toolchain-shar-extract

Chen Qi (1):
  toolchain-shar-extract.sh: fix path in example

 meta/files/toolchain-shar-extract.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



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

* [PATCH 1/1] toolchain-shar-extract.sh: fix path in example
  2015-10-13  3:15 [PATCH 0/1] toolchain-shar-extract.sh: fix path in example Chen Qi
@ 2015-10-13  3:15 ` Chen Qi
  2015-10-14 20:35   ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2015-10-13  3:15 UTC (permalink / raw)
  To: openembedded-core

$env_setup_script already contains $target_sdk_dir.
Fix the path in the example.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/files/toolchain-shar-extract.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh
index 2ffc2d1..2eeb290 100644
--- a/meta/files/toolchain-shar-extract.sh
+++ b/meta/files/toolchain-shar-extract.sh
@@ -183,7 +183,7 @@ fi
 echo "SDK has been successfully set up and is ready to be used."
 echo "Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g."
 for env_setup_script in `ls $target_sdk_dir/environment-setup-*`; do
-	echo " \$ . $target_sdk_dir/$env_setup_script"
+	echo " \$ . $env_setup_script"
 done
 
 exit 0
-- 
1.9.1



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

* Re: [PATCH 1/1] toolchain-shar-extract.sh: fix path in example
  2015-10-13  3:15 ` [PATCH 1/1] " Chen Qi
@ 2015-10-14 20:35   ` Paul Eggleton
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2015-10-14 20:35 UTC (permalink / raw)
  To: openembedded-core

On Tuesday 13 October 2015 11:15:04 Chen Qi wrote:
> $env_setup_script already contains $target_sdk_dir.
> Fix the path in the example.
> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  meta/files/toolchain-shar-extract.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/files/toolchain-shar-extract.sh
> b/meta/files/toolchain-shar-extract.sh index 2ffc2d1..2eeb290 100644
> --- a/meta/files/toolchain-shar-extract.sh
> +++ b/meta/files/toolchain-shar-extract.sh
> @@ -183,7 +183,7 @@ fi
>  echo "SDK has been successfully set up and is ready to be used."
>  echo "Each time you wish to use the SDK in a new shell session, you need to
> source the environment setup script e.g." for env_setup_script in `ls
> $target_sdk_dir/environment-setup-*`; do 
> -	echo " \$ . $target_sdk_dir/$env_setup_script"
> +	echo " \$ . $env_setup_script"
>  done
> 
>  exit 0

Oops, this was my fault - thanks for fixing. This was also recently reported as 
[YOCTO #8431].

Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2015-10-14 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-13  3:15 [PATCH 0/1] toolchain-shar-extract.sh: fix path in example Chen Qi
2015-10-13  3:15 ` [PATCH 1/1] " Chen Qi
2015-10-14 20:35   ` Paul Eggleton

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.