public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] mkefidisk.sh: add deprecation warning to the output
@ 2016-10-31 10:46 Ed Bartosh
  2016-11-03 21:42 ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Ed Bartosh @ 2016-10-31 10:46 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
---
 scripts/contrib/mkefidisk.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh
index d8db3c0..a175895 100755
--- a/scripts/contrib/mkefidisk.sh
+++ b/scripts/contrib/mkefidisk.sh
@@ -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"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-09  8:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 10:46 [PATCH] mkefidisk.sh: add deprecation warning to the output Ed Bartosh
2016-11-03 21:42 ` Khem Raj
2016-11-04  2:23   ` Christopher Larson
2016-11-07 23:02     ` Ed Bartosh
2016-11-07 23:00   ` Ed Bartosh
2016-11-07 23:44     ` Khem Raj
2016-11-08 20:44       ` Randy Witt
     [not found]         ` <77d63518-4bd4-0688-438b-07778f754733@intel.com>
2016-11-09  8:05           ` Ed Bartosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox