From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] mkefidisk.sh: add deprecation warning to the output
Date: Mon, 31 Oct 2016 12:46:41 +0200 [thread overview]
Message-ID: <1477910801-9169-1-git-send-email-ed.bartosh@linux.intel.com> (raw)
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
next reply other threads:[~2016-10-31 10:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-31 10:46 Ed Bartosh [this message]
2016-11-03 21:42 ` [PATCH] mkefidisk.sh: add deprecation warning to the output 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477910801-9169-1-git-send-email-ed.bartosh@linux.intel.com \
--to=ed.bartosh@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox