Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig
@ 2016-11-05 13:45 Thomas Petazzoni
  2016-11-05 13:49 ` Arnout Vandecappelle
  2016-11-05 22:33 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-05 13:45 UTC (permalink / raw)
  To: buildroot

This configuration for the KwikByte KB9202 was added back in July 2008
(commit e27fef51834042a1b108e04927a2a91742a54327), and was never
updated since then. It still uses a 2.6.38 kernel, with the out of
tree patches from the former AT91 kernel maintainer. The board has
been discontinued according to its page at
http://www.kwikbyte.com/KB9202.html.

This defconfig no longer builds since the switch to gcc 5.x as the
default. Therefore, it's time to get rid of this defconfig.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 configs/kb9202_defconfig | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 configs/kb9202_defconfig

diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
deleted file mode 100644
index 0aea0eb..0000000
--- a/configs/kb9202_defconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-# Architecture
-BR2_arm=y
-BR2_arm920t=y
-
-# Filesystem
-BR2_TARGET_ROOTFS_TAR=y
-
-# Linux headers same as kernel, a 2.6 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD=y
-
-# Kernel
-BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
-BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz"
-BR2_LINUX_KERNEL_USE_DEFCONFIG=y
-BR2_LINUX_KERNEL_DEFCONFIG="kb9202"
-- 
2.7.4

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

* [Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig
  2016-11-05 13:45 [Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig Thomas Petazzoni
@ 2016-11-05 13:49 ` Arnout Vandecappelle
  2016-11-05 22:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2016-11-05 13:49 UTC (permalink / raw)
  To: buildroot



On 05-11-16 14:45, Thomas Petazzoni wrote:
> This configuration for the KwikByte KB9202 was added back in July 2008
> (commit e27fef51834042a1b108e04927a2a91742a54327), and was never
> updated since then. It still uses a 2.6.38 kernel, with the out of
> tree patches from the former AT91 kernel maintainer. The board has
> been discontinued according to its page at
> http://www.kwikbyte.com/KB9202.html.
> 
> This defconfig no longer builds since the switch to gcc 5.x as the
> default. Therefore, it's time to get rid of this defconfig.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 Regards,
 Arnout

> ---
>  configs/kb9202_defconfig | 17 -----------------
>  1 file changed, 17 deletions(-)
>  delete mode 100644 configs/kb9202_defconfig
> 
> diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
> deleted file mode 100644
> index 0aea0eb..0000000
> --- a/configs/kb9202_defconfig
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -# Architecture
> -BR2_arm=y
> -BR2_arm920t=y
> -
> -# Filesystem
> -BR2_TARGET_ROOTFS_TAR=y
> -
> -# Linux headers same as kernel, a 2.6 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_REALLY_OLD=y
> -
> -# Kernel
> -BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
> -BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz"
> -BR2_LINUX_KERNEL_USE_DEFCONFIG=y
> -BR2_LINUX_KERNEL_DEFCONFIG="kb9202"
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

* [Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig
  2016-11-05 13:45 [Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig Thomas Petazzoni
  2016-11-05 13:49 ` Arnout Vandecappelle
@ 2016-11-05 22:33 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-05 22:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  5 Nov 2016 14:45:54 +0100, Thomas Petazzoni wrote:
> This configuration for the KwikByte KB9202 was added back in July 2008
> (commit e27fef51834042a1b108e04927a2a91742a54327), and was never
> updated since then. It still uses a 2.6.38 kernel, with the out of
> tree patches from the former AT91 kernel maintainer. The board has
> been discontinued according to its page at
> http://www.kwikbyte.com/KB9202.html.
> 
> This defconfig no longer builds since the switch to gcc 5.x as the
> default. Therefore, it's time to get rid of this defconfig.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  configs/kb9202_defconfig | 17 -----------------
>  1 file changed, 17 deletions(-)
>  delete mode 100644 configs/kb9202_defconfig

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-11-05 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 13:45 [Buildroot] [PATCH] configs/kb9202_defconfig: remove defconfig Thomas Petazzoni
2016-11-05 13:49 ` Arnout Vandecappelle
2016-11-05 22:33 ` Thomas Petazzoni

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