[oe-commits] Laurentiu Palcu : SDK: remove references to Poky distro from tarball installer

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 10:18:10 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: eba5cdf10aa49da844ac141f00b79327da0cb8c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eba5cdf10aa49da844ac141f00b79327da0cb8c3

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Tue Sep 18 12:07:26 2012 +0300

SDK: remove references to Poky distro from tarball installer

The installer should be generic.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/classes/populate_sdk_base.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index 1b55e70..10f3975 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -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





More information about the Openembedded-commits mailing list