diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-04-20 17:47:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:05:57 +0100 |
commit | 0af913887f4c0a79c6b950bd5d57c06333520a14 (patch) | |
tree | 10c961af426fa4f85ab322259755d4807adbc114 /meta/files | |
parent | 80bbd763448fa061e3dbc3ace8d6bc9f65e4bfaf (diff) | |
download | openembedded-core-0af913887f4c0a79c6b950bd5d57c06333520a14.tar.gz openembedded-core-0af913887f4c0a79c6b950bd5d57c06333520a14.tar.bz2 openembedded-core-0af913887f4c0a79c6b950bd5d57c06333520a14.zip |
classes/populate_sdk_base: Show title in SDK installer
Show a friendly title when running the SDK installer, so the user knows
what SDK they are installing. The title is controlled by the
SDK_INSTALLER_TITLE variable and includes the distro name and SDK
version by default.
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 516aa3a142..13b5951e0e 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh @@ -64,6 +64,9 @@ while getopts ":yd:DRS" OPT; do esac done +echo "@SDK_TITLE@ installer version @SDK_VERSION@" +echo "===========================================================" + if [ $verbose = 1 ] ; then set -x fi |