diff options
-rw-r--r-- | meta/files/toolchain-shar-extract.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 13b5951e0e..8cb8783f97 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh | |||
@@ -151,6 +151,8 @@ if [ $savescripts = 0 ] ; then | |||
151 | fi | 151 | fi |
152 | 152 | ||
153 | echo "SDK has been successfully set up and is ready to be used." | 153 | echo "SDK has been successfully set up and is ready to be used." |
154 | echo "Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g." | ||
155 | echo " \$ . $target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" | ||
154 | 156 | ||
155 | exit 0 | 157 | exit 0 |
156 | 158 | ||