From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 3007] kexec doesn't build: Missing regdef.h file
Date: Thu, 30 Dec 2010 21:22:18 -0300 [thread overview]
Message-ID: <4D1D223A.40900@zacarias.com.ar> (raw)
In-Reply-To: <9AC3F0E75060224C8BBC5BA2DDC8853A1EAEBEF6@EXV1.corp.adtran.com>
On 12/30/2010 03:15 PM, ANDY KENNEDY wrote:
> Okay, why then do we not have:
>
> diff -Naur a/package/kexec/Config.in b/package/kexec/Config.in
> --- a/package/kexec/Config.in 2010-12-30 09:57:01.000000000 -0600
> +++ b/package/kexec/Config.in 2010-12-30 11:44:52.000000000 -0600
> @@ -6,6 +6,11 @@
>
>
> http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
>
> +config BR2_PACKAGE_KEXEC_VERSION
> + string "kexec version to build"
> + depends on BR2_PACKAGE_KEXEC
> + default "2.0.1"
> +
> config BR2_PACKAGE_KEXEC_ZLIB
> bool "Kexec with zlib support"
> depends on BR2_PACKAGE_KEXEC
> diff -Naur a/package/kexec/kexec.mk b/package/kexec/kexec.mk
> --- a/package/kexec/kexec.mk 2010-12-30 09:57:01.000000000 -0600
> +++ b/package/kexec/kexec.mk 2010-12-30 12:04:31.000000000 -0600
> @@ -3,9 +3,9 @@
> # kexec
> #
> #############################################################
> -KEXEC_VERSION = 2.0.1
> +KEXEC_VERSION = $(BR2_PACKAGE_KEXEC_VERSION)
> 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
Easier to just use the latest if there are no drawbacks, otherwise we
get a moving target and avoid the "option overload" situation too.
next prev parent reply other threads:[~2010-12-31 0:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-22 23:20 [Buildroot] [Bug 3007] New: kexec doesn't build: Missing regdef.h file bugzilla at busybox.net
2010-12-28 22:59 ` [Buildroot] [Bug 3007] " bugzilla at busybox.net
2010-12-30 16:02 ` ANDY KENNEDY
2010-12-30 16:15 ` Gustavo Zacarias
2010-12-30 18:15 ` ANDY KENNEDY
2010-12-31 0:22 ` Gustavo Zacarias [this message]
2011-01-14 22:09 ` bugzilla at busybox.net
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=4D1D223A.40900@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--cc=buildroot@busybox.net \
/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