summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-04-20 17:47:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:06:55 +0100
commiteb9964ecde42b098bca59deeb34012e09fec10ae (patch)
tree7f50f5717faffcf096665f0cb4ed319e6e2f4047 /meta/files
parentf61e57293ecc2a3211c644c68f17234eeae5fd91 (diff)
downloadpoky-eb9964ecde42b098bca59deeb34012e09fec10ae.tar.gz
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. (From OE-Core rev: 617225af7a7cc9cb038fb1e6466af03867482032) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/toolchain-shar-extract.sh2
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
151fi 151fi
152 152
153echo "SDK has been successfully set up and is ready to be used." 153echo "SDK has been successfully set up and is ready to be used."
154echo "Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g."
155echo " \$ . $target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@"
154 156
155exit 0 157exit 0
156 158