mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Artur Wiebe <artur@4wiebe.de>
To: ptxdist@pengutronix.de
Cc: Artur Wiebe <artur@4wiebe.de>
Subject: [ptxdist] [PATCH] kexec-tools: version bump 2.0.16 -> 2.0.20
Date: Wed, 12 Aug 2020 09:56:44 +0200	[thread overview]
Message-ID: <20200812075644.3878625-1-artur@4wiebe.de> (raw)

as kdump was removed from kexec-tools there is no need to select installed binaries

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/kexec-tools.in   | 16 ----------------
 rules/kexec-tools.make | 11 +++--------
 2 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/rules/kexec-tools.in b/rules/kexec-tools.in
index afb1f1d18..9dc7c6e59 100644
--- a/rules/kexec-tools.in
+++ b/rules/kexec-tools.in
@@ -23,20 +23,4 @@ config KEXEC_TOOLS_XEN
 	help
 	  kexec has been ported to xen for the hypervisor and domain 0.
 
-config KEXEC_TOOLS_KEXEC
-	bool
-	prompt "Install kexec"
-	help
-	  FIXME
-
-config KEXEC_TOOLS_KDUMP
-	bool
-	prompt "Install kdump"
-	help
-	  Kdump is a kexec based crash dumping mechansim for Linux.
-	  Its functionality is broken mainly into two components,
-	  user space and kernel space. Kernel space patches are
-	  already part of main line kernel tree. User space component
-	  is nothing but a patch on top of existing kexec tools.
-
 endif
diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make
index 665ea828f..48a782ed7 100644
--- a/rules/kexec-tools.make
+++ b/rules/kexec-tools.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_KEXEC_TOOLS) += kexec-tools
 #
 # Paths and names
 #
-KEXEC_TOOLS_VERSION	:= 2.0.16
-KEXEC_TOOLS_MD5		:= b6bd3e0cc59ae0206ef0197b76a1f0b9
+KEXEC_TOOLS_VERSION	:= 2.0.20
+KEXEC_TOOLS_MD5		:= 3b3ee68064648b1b9e86ad93b1c50644
 KEXEC_TOOLS		:= kexec-tools-$(KEXEC_TOOLS_VERSION)
 KEXEC_TOOLS_SUFFIX	:= tar.xz
 KEXEC_TOOLS_URL		:= $(call ptx/mirror, KERNEL, utils/kernel/kexec/$(KEXEC_TOOLS).$(KEXEC_TOOLS_SUFFIX))
@@ -39,6 +39,7 @@ endif
 #
 KEXEC_TOOLS_AUTOCONF := \
 	$(CROSS_AUTOCONF_USR) \
+	--without-gamecube \
 	--$(call ptx/wwo, PTXCONF_KEXEC_TOOLS_ZLIB)-zlib \
 	--without-lzma \
 	--$(call ptx/wwo, PTXCONF_KEXEC_TOOLS_XEN)-xen \
@@ -57,13 +58,7 @@ $(STATEDIR)/kexec-tools.targetinstall:
 	@$(call install_fixup, kexec-tools,AUTHOR,"Erwin Rol <erwin@erwinrol.com>")
 	@$(call install_fixup, kexec-tools,DESCRIPTION,missing)
 
-ifdef PTXCONF_KEXEC_TOOLS_KEXEC
 	@$(call install_copy, kexec-tools, 0, 0, 0755, -, /usr/sbin/kexec)
-endif
-
-ifdef PTXCONF_KEXEC_TOOLS_KDUMP
-	@$(call install_copy, kexec-tools, 0, 0, 0755, -, /usr/sbin/kdump)
-endif
 
 	@$(call install_finish, kexec-tools)
 
-- 
2.27.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

             reply	other threads:[~2020-08-12  7:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12  7:56 Artur Wiebe [this message]
2020-08-17  6:18 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20200812075644.3878625-1-artur@4wiebe.de \
    --to=artur@4wiebe.de \
    --cc=ptxdist@pengutronix.de \
    /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