[Buildroot] [PATCH 01/12] arch: kill avr32

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Feb 14 06:37:07 UTC 2015


Dear Yann E. MORIN,

On Fri, 13 Feb 2015 23:34:20 +0100, Yann E. MORIN wrote:

> diff --git a/.defconfig b/.defconfig
> index 77ab11a..585be55 100644
> --- a/.defconfig
> +++ b/.defconfig
> @@ -6,7 +6,6 @@ BR2_HAVE_DOT_CONFIG=y
>  # BR2_alpha is not set
>  # BR2_arm is not set
>  # BR2_armeb is not set
> -# BR2_avr32 is not set
>  # BR2_cris is not set
>  # BR2_ia64 is not set
>  BR2_i386=y
> diff --git a/arch/Config.in b/arch/Config.in
> index 890e7e2..6c8f328 100644
> --- a/arch/Config.in
> +++ b/arch/Config.in
> @@ -53,21 +53,6 @@ config BR2_aarch64
>  	  http://www.arm.com/products/processors/instruction-set-architectures/armv8-architecture.php
>  	  http://en.wikipedia.org/wiki/ARM
>  
> -config BR2_avr32
> -	bool "AVR32"
> -	select BR2_SOFT_FLOAT
> -	# This architecture is obsolete and complicated to maintain to
> -	# do the lack of upstream support in the major toolchain
> -	# components. If you're interested by AVR32, contact the
> -	# Buildroot community. Otherwise, its support will be removed
> -	# by the 2015.02 release.
> -	depends on BR2_DEPRECATED_SINCE_2014_08

Instead of moving things around, why not simply just add "depends on
BR2_BROKEN" ?

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



More information about the buildroot mailing list