mkefidisk.sh: add deprecation warning to the output

mkefidisk.sh will soon be deprecated in favor of .wic images.

Added deprecation warning to the script to inform users that
this script will soon be removed from the codebase.

(From OE-Core rev: ccef84fac7b20d483df87aac8c620459fe31b6af)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh 2016-10-31 12:46:41 +02:00 committed by Richard Purdie
parent 9a583e833c
commit 2d4778b1c8
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
LANG=C
echo
echo "WARNING: This script is deprecated and will be removed soon."
echo "Please consider using wic EFI images instead."
echo
# Set to 1 to enable additional output
DEBUG=0
OUT="/dev/null"