From 0af913887f4c0a79c6b950bd5d57c06333520a14 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 20 Apr 2015 17:47:08 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/files/toolchain-shar-extract.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/files/toolchain-shar-extract.sh') 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 -- cgit 1.2.3-korg