diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-10-31 12:46:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:32 +0000 |
commit | 2d4778b1c845b4d3abc987d01fbd9ec459866f18 (patch) | |
tree | 52fbcfe34efa194c5c5ec98b6ba10782757f8fbe /scripts/contrib/mkefidisk.sh | |
parent | 9a583e833c31f678663b8fed665ce08fee2ddde7 (diff) | |
download | poky-2d4778b1c845b4d3abc987d01fbd9ec459866f18.tar.gz |
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>
Diffstat (limited to 'scripts/contrib/mkefidisk.sh')
-rwxr-xr-x | scripts/contrib/mkefidisk.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index d8db3c0165..a175895d81 100755 --- a/scripts/contrib/mkefidisk.sh +++ b/scripts/contrib/mkefidisk.sh | |||
@@ -20,6 +20,11 @@ | |||
20 | 20 | ||
21 | LANG=C | 21 | LANG=C |
22 | 22 | ||
23 | echo | ||
24 | echo "WARNING: This script is deprecated and will be removed soon." | ||
25 | echo "Please consider using wic EFI images instead." | ||
26 | echo | ||
27 | |||
23 | # Set to 1 to enable additional output | 28 | # Set to 1 to enable additional output |
24 | DEBUG=0 | 29 | DEBUG=0 |
25 | OUT="/dev/null" | 30 | OUT="/dev/null" |