[oe-commits] Paul Eggleton : toolchain-shar-extract.sh: mention how to set up the SDK environment

git at git.openembedded.org git at git.openembedded.org
Tue Apr 21 11:48:23 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 43215fba814cab905ec3e632233dd0a1ad6cf8db
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=43215fba814cab905ec3e632233dd0a1ad6cf8db

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Apr 20 17:47:09 2015 +0100

toolchain-shar-extract.sh: mention how to set up the SDK environment

Tell the user how to set up the SDK environment each time they want to
use it.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh
index 13b5951..8cb8783 100644
--- a/meta/files/toolchain-shar-extract.sh
+++ b/meta/files/toolchain-shar-extract.sh
@@ -151,6 +151,8 @@ if [ $savescripts = 0 ] ; then
 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."
+echo " \$ . $target_sdk_dir/environment-setup- at REAL_MULTIMACH_TARGET_SYS@"
 
 exit 0
 



More information about the Openembedded-commits mailing list