* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-11 17:30 ANDY KENNEDY
2011-01-14 8:48 ` Thomas Petazzoni
0 siblings, 1 reply; 8+ messages in thread
From: ANDY KENNEDY @ 2011-01-11 17:30 UTC (permalink / raw)
To: buildroot
Changed the KEEC_SITE to the new home of kexec. This patch also
satisfies
bug id=3007 created by me last month. Thanks to Gustavo for pointing
out
that the easy fix was to bump kexec to 2.0.2.
Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com>
---
--- a/package/kexec/kexec.mk 2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk 2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
# kexec
#
#############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE =
$(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
KEXEC_CONF_OPT += --with-zlib
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
2011-01-11 17:30 ANDY KENNEDY
@ 2011-01-14 8:48 ` Thomas Petazzoni
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2011-01-14 8:48 UTC (permalink / raw)
To: buildroot
Andy,
This patch is also word-wrapped. Care to fix your mailer or use git
send-email and resend ?
Thanks!
Thomas
On Tue, 11 Jan 2011 11:30:42 -0600
ANDY KENNEDY <ANDY.KENNEDY@adtran.com> wrote:
> Changed the KEEC_SITE to the new home of kexec. This patch also
> satisfies
> bug id=3007 created by me last month. Thanks to Gustavo for pointing
> out
> that the easy fix was to bump kexec to 2.0.2.
>
> Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com>
> ---
> --- a/package/kexec/kexec.mk 2011-01-06 05:25:33.000000000 -0600
> +++ b/package/kexec/kexec.mk 2011-01-03 13:09:10.000000000 -0600
> @@ -3,9 +3,9 @@
> # kexec
> #
> #############################################################
> -KEXEC_VERSION = 2.0.1
> +KEXEC_VERSION = 2.0.2
> KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
> -KEXEC_SITE =
> $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
> +KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
>
> ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
> KEXEC_CONF_OPT += --with-zlib
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-14 18:08 akennedy at wpid-am.com
2011-01-14 18:08 ` akennedy at wpid-am.com
2011-01-14 19:21 ` Peter Korsgaard
0 siblings, 2 replies; 8+ messages in thread
From: akennedy at wpid-am.com @ 2011-01-14 18:08 UTC (permalink / raw)
To: buildroot
Changed the KEXEC_SITE to the new home of kexec. This patch also satisfies
bug id=3007 created by me last month. Thanks to Gustavo for pointing out
that the easy fix was to bump kexec to 2.0.2.
Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com> <akennedy@wpid-am.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
2011-01-14 18:08 akennedy at wpid-am.com
@ 2011-01-14 18:08 ` akennedy at wpid-am.com
2011-01-14 19:21 ` Peter Korsgaard
1 sibling, 0 replies; 8+ messages in thread
From: akennedy at wpid-am.com @ 2011-01-14 18:08 UTC (permalink / raw)
To: buildroot
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
KEXEC_CONF_OPT += --with-zlib
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
2011-01-14 18:08 akennedy at wpid-am.com
2011-01-14 18:08 ` akennedy at wpid-am.com
@ 2011-01-14 19:21 ` Peter Korsgaard
1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2011-01-14 19:21 UTC (permalink / raw)
To: buildroot
>>>>> "akennedy" == akennedy <akennedy@wpid-am.com> writes:
akennedy> Changed the KEXEC_SITE to the new home of kexec. This patch also satisfies
akennedy> bug id=3007 created by me last month. Thanks to Gustavo for pointing out
akennedy> that the easy fix was to bump kexec to 2.0.2.
akennedy> Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com>
akennedy> <akennedy@wpid-am.com>
Something seems to have gone wrong. Care to try again?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-14 21:45 Andy Kennedy
0 siblings, 0 replies; 8+ messages in thread
From: Andy Kennedy @ 2011-01-14 21:45 UTC (permalink / raw)
To: buildroot
Okay, this is like TAKE-5 or so. . . Hopefully, there will be no egg
in my face this time. ;)
Changed the KEXEC_SITE to the new home of kexec. This patch also
satisfies bug id=3007 created by me last month. Thanks to Gustavo for
pointing out that the easy fix was to bump kexec to 2.0.2.
Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
---
diff -Naur a/package/kexec/kexec.mk b/package/kexec/kexec.mk
--- a/package/kexec/kexec.mk 2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk 2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
# kexec
#
#############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
KEXEC_CONF_OPT += --with-zlib
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
@ 2011-01-14 21:53 Andy Kennedy
2011-01-14 22:08 ` Peter Korsgaard
0 siblings, 1 reply; 8+ messages in thread
From: Andy Kennedy @ 2011-01-14 21:53 UTC (permalink / raw)
To: buildroot
Okay, this is like TAKE-6 or so. . . Hopefully, there will be no egg
in my face this time. ;)
Changed the KEXEC_SITE to the new home of kexec. This patch also
satisfies bug id=3007 created by me last month. Thanks to Gustavo for
pointing out that the easy fix was to bump kexec to 2.0.2.
Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
---
diff -Naur a/package/kexec/kexec.mk b/package/kexec/kexec.mk
--- a/package/kexec/kexec.mk 2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk 2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
# kexec
#
#############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
KEXEC_CONF_OPT += --with-zlib
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org
2011-01-14 21:53 [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org Andy Kennedy
@ 2011-01-14 22:08 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2011-01-14 22:08 UTC (permalink / raw)
To: buildroot
>>>>> "Andy" == Andy Kennedy <Andy.Kennedy@adtran.com> writes:
Andy> Okay, this is like TAKE-6 or so. . . Hopefully, there will be no egg
Andy> in my face this time. ;)
Wee, it worked! One minor nit: This kind of extra info that shouldn't be
part of the commit message should go under the '---' line, so git-am
doesn't include it in the commit.
Committed, thanks!
Andy> Changed the KEXEC_SITE to the new home of kexec. This patch also
Andy> satisfies bug id=3007 created by me last month. Thanks to Gustavo for
Andy> pointing out that the easy fix was to bump kexec to 2.0.2.
Andy> Signed-of-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-01-14 22:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 21:53 [Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org Andy Kennedy
2011-01-14 22:08 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2011-01-14 21:45 Andy Kennedy
2011-01-14 18:08 akennedy at wpid-am.com
2011-01-14 18:08 ` akennedy at wpid-am.com
2011-01-14 19:21 ` Peter Korsgaard
2011-01-11 17:30 ANDY KENNEDY
2011-01-14 8:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox