1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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>
This commit is contained in:
Paul Eggleton
2015-04-20 17:47:09 +01:00
committed by Richard Purdie
parent f61e57293e
commit eb9964ecde
+2
View File
@@ -151,6 +151,8 @@ if [ $savescripts = 0 ] ; then
fi fi
echo "SDK has been successfully set up and is ready to be used." 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 exit 0