From: Paul Eggleton Date: Mon, 20 Apr 2015 16:47:09 +0000 (+0100) Subject: toolchain-shar-extract.sh: mention how to set up the SDK environment X-Git-Tag: 2015-10~2099 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617225af7a7cc9cb038fb1e6466af03867482032;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 13b5951e0eb..8cb8783f973 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-@REAL_MULTIMACH_TARGET_SYS@" exit 0