mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
toolchain-shar-extract.sh: provide proper path for env_setup_script
The toolchain install script suggest the user to source env_setup_script from wrong path now. eg: " Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g. $ . /opt/poky/2.0//opt/poky/2.0/environment-setup-armv5e-poky-linux-gnueabi " fix it. (From OE-Core rev: b388468deda8d81df80d1509226196a5390183a8) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae7703f21a
commit
50099663e0
@@ -183,7 +183,7 @@ 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."
|
||||
for env_setup_script in `ls $target_sdk_dir/environment-setup-*`; do
|
||||
echo " \$ . $target_sdk_dir/$env_setup_script"
|
||||
echo " \$ . $env_setup_script"
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user