Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] kexec: disable on avr32
@ 2012-11-13  8:01 spdawson at gmail.com
  2012-11-13  8:46 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: spdawson at gmail.com @ 2012-11-13  8:01 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

kexec does not support the avr32 architecture; this results in autobuilder
failures such as the following.

  http://autobuild.buildroot.net/results/5f5e91c3eb622bce88402a9afc8a3e7bd5007136/build-end.log

This patch disables support for the kexec package on the avr32 architecture.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/kexec/Config.in |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index 6f10b89..98514d9 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -1,11 +1,15 @@
 config BR2_PACKAGE_KEXEC
 	bool "kexec"
+	depends on !BR2_avr32
 	help
 	  Kexec is a user space utiltity for loading another kernel
 	  and asking the currently running kernel to do something with it.
 
 	  http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
 
+comment "kexec is not supported on avr32"
+	depends on BR2_avr32
+
 config BR2_PACKAGE_KEXEC_ZLIB
 	bool "zlib support"
 	depends on BR2_PACKAGE_KEXEC
-- 
1.7.10.4

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

end of thread, other threads:[~2012-11-13  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13  8:01 [Buildroot] [PATCH] kexec: disable on avr32 spdawson at gmail.com
2012-11-13  8:46 ` Thomas Petazzoni
2012-11-13  8:47   ` Simon Dawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox