SDK: remove references to Poky distro from tarball installer

The installer should be generic.

(From OE-Core rev: eba5cdf10aa49da844ac141f00b79327da0cb8c3)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu 2012-09-18 12:07:26 +03:00 committed by Richard Purdie
parent bf94f4d6f9
commit b6867e80b9
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ fakeroot create_shar() {
DEFAULT_INSTALL_DIR="${SDKPATH}"
printf "Enter target directory for Poky SDK (default: $DEFAULT_INSTALL_DIR): "
printf "Enter target directory for SDK (default: $DEFAULT_INSTALL_DIR): "
read target_sdk_dir
if [ "$target_sdk_dir" = "" ]; then
@ -132,7 +132,7 @@ else
target_sdk_dir=$(readlink -m $target_sdk_dir)
fi
printf "You are about to install Poky SDK to \"$target_sdk_dir\". Proceed[Y/n]?"
printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed[Y/n]?"
read answer
if [ "$answer" = "" ]; then