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:06:55 +0100 |
commit | f61e57293ecc2a3211c644c68f17234eeae5fd91 (patch) | |
tree | bd5600de9072bde9b9687004cad8e226485a3836 /meta/files/toolchain-shar-extract.sh | |
parent | 617a02d0fdeb1a06bddf3aab257b35acc5d73832 (diff) | |
download | poky-f61e57293ecc2a3211c644c68f17234eeae5fd91.tar.gz |
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.
(From OE-Core rev: 0af913887f4c0a79c6b950bd5d57c06333520a14)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/toolchain-shar-extract.sh')
-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 | |||
64 | esac | 64 | esac |
65 | done | 65 | done |
66 | 66 | ||
67 | echo "@SDK_TITLE@ installer version @SDK_VERSION@" | ||
68 | echo "===========================================================" | ||
69 | |||
67 | if [ $verbose = 1 ] ; then | 70 | if [ $verbose = 1 ] ; then |
68 | set -x | 71 | set -x |
69 | fi | 72 | fi |