Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch mark-arch-as-deprecated
@ 2010-07-26 16:15 Thomas Petazzoni
  2010-07-26 16:15 ` [Buildroot] [PATCH 1/1] Deprecate the Alpha, IA64 and Sparc64 support Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-07-26 16:15 UTC (permalink / raw)
  To: buildroot

Hello,

This resend takes into account Sam comment on the Sparc architecture,
that we don't mark as deprecated.

Thomas

The following changes since commit 3435c1afb58307240be8e4607b5bb7d239fac4e9:
  Peter Korsgaard (1):
        kconfig: implement KCONFIG_PROBABILITY for rand{,package}config

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot mark-arch-as-deprecated

Thomas Petazzoni (1):
      Deprecate the Alpha, IA64 and Sparc64 support

 target/Config.in.arch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] Deprecate the Alpha, IA64 and Sparc64 support
  2010-07-26 16:15 [Buildroot] [pull request] Pull request for branch mark-arch-as-deprecated Thomas Petazzoni
@ 2010-07-26 16:15 ` Thomas Petazzoni
  2010-07-27 21:24   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-07-26 16:15 UTC (permalink / raw)
  To: buildroot

Those architectures don't exist anymore (Alpha, IA64) or aren't widely
used for embedded systems running Linux. Moreover, no clear Buildroot
maintainer has stepped in to maintain these architectures, so it's
better to not pretend that we support them.

The goal is to mark them as deprecated in 2010.08 and remove them in
2010.11.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 target/Config.in.arch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/target/Config.in.arch b/target/Config.in.arch
index 62721c9..db822fb 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -6,6 +6,9 @@ choice
 
 config BR2_alpha
 	bool "alpha"
+	# Alpha does not exist anymore and has never been used in
+	# embedded systems, so we'll remove support for it.
+	depends on BR2_DEPRECATED
 	depends on BROKEN # no threads, shared libs, gcc psignal compile errors
 config BR2_arm
 	bool "arm"
@@ -18,6 +21,9 @@ config BR2_cris
 	bool "cris"
 config BR2_ia64
 	bool "ia64"
+	# IA64 almost does not exist anymore and has never been used
+	# in embedded systems, so we'll remove support for it.
+	depends on BR2_DEPRECATED
 	depends on BROKEN # uclibc linker errors
 config BR2_i386
 	bool "i386"
@@ -37,6 +43,11 @@ config BR2_sh64
 config BR2_sparc
 	bool "sparc"
 config BR2_sparc64
+	# Sparc64 isn't really used in embedded systems, and in the
+	# cases where it is used, Linux doesn't seem to be common, and
+	# as of today we don't have a maintainer in Buildroot who
+	# wants to take care of the sparc support.
+	depends on BR2_DEPRECATED
 	bool "sparc64"
 config BR2_x86_64
 	bool "x86_64"
-- 
1.7.0.4

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

* [Buildroot] [PATCH 1/1] Deprecate the Alpha, IA64 and Sparc64 support
  2010-07-26 16:15 ` [Buildroot] [PATCH 1/1] Deprecate the Alpha, IA64 and Sparc64 support Thomas Petazzoni
@ 2010-07-27 21:24   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-07-27 21:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Those architectures don't exist anymore (Alpha, IA64) or aren't widely
 Thomas> used for embedded systems running Linux. Moreover, no clear Buildroot
 Thomas> maintainer has stepped in to maintain these architectures, so it's
 Thomas> better to not pretend that we support them.

 Thomas> The goal is to mark them as deprecated in 2010.08 and remove them in
 Thomas> 2010.11.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2010-07-27 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 16:15 [Buildroot] [pull request] Pull request for branch mark-arch-as-deprecated Thomas Petazzoni
2010-07-26 16:15 ` [Buildroot] [PATCH 1/1] Deprecate the Alpha, IA64 and Sparc64 support Thomas Petazzoni
2010-07-27 21:24   ` Peter Korsgaard

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