mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
617a02d0fd
commit
f61e57293e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user