]> code.ossystems Code Review - openembedded-core.git/commitdiff
toolchain-shar-extract.sh: mention how to set up the SDK environment
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 20 Apr 2015 16:47:09 +0000 (17:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:05:57 +0000 (11:05 +0100)
Tell the user how to set up the SDK environment each time they want to
use it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/toolchain-shar-extract.sh

index 13b5951e0ebc6f04ce721c7763b4bf8e903960a7..8cb8783f97336ec4d3fdcaf5beda8a7723229d32 100644 (file)
@@ -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-@REAL_MULTIMACH_TARGET_SYS@"
 
 exit 0