All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] kexec: bump to version 2.0.4
@ 2013-03-19 16:12 Sven Neumann
  2013-03-19 19:22 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Neumann @ 2013-03-19 16:12 UTC (permalink / raw)
  To: buildroot

Version 2.0.4 has improved support for handling of device-tree
blobs on the ARM platform.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 package/kexec/kexec.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index a8192f7..6510b17 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -3,8 +3,9 @@
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.3
-KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
+
+KEXEC_VERSION = 2.0.4
+KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
 
 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
-- 
1.7.10.4

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

* [Buildroot] [PATCH] kexec: bump to version 2.0.4
  2013-03-19 16:12 [Buildroot] [PATCH] kexec: bump to version 2.0.4 Sven Neumann
@ 2013-03-19 19:22 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-03-19 19:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

 Sven> Version 2.0.4 has improved support for handling of device-tree
 Sven> blobs on the ARM platform.

Committed, thanks.

 Sven> -KEXEC_VERSION = 2.0.3
 Sven> -KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
 Sven> +
 Sven> +KEXEC_VERSION = 2.0.4
 Sven> +KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.xz
 Sven>  KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec

It would be nice if you could also send a patch adding _LICENSE /
_LICENSE_FILES tags for kexec.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-03-19 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-19 16:12 [Buildroot] [PATCH] kexec: bump to version 2.0.4 Sven Neumann
2013-03-19 19:22 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.