[Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jan 12 21:25:28 UTC 2018


Hello,

On Tue,  9 Jan 2018 23:54:05 +0100, Romain Naour wrote:
> Remove BR2_ARM_EABIHF and BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM which are
> used by default when a cortex-A8 CPU is used.
> 
> Signed-off-by: Romain Naour <romain.naour at gmail.com>
> ---
>  support/config-fragments/autobuild/linaro-arm.config | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/support/config-fragments/autobuild/linaro-arm.config b/support/config-fragments/autobuild/linaro-arm.config
> index d72e19b3ad..0f9b687d7a 100644
> --- a/support/config-fragments/autobuild/linaro-arm.config
> +++ b/support/config-fragments/autobuild/linaro-arm.config
> @@ -1,5 +1,3 @@
>  BR2_arm=y
>  BR2_cortex_a8=y
> -BR2_ARM_EABIHF=y
>  BR2_TOOLCHAIN_EXTERNAL=y
> -BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y

I am not convinced about removing BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM.
Indeed, we may very well add another external toolchain in the future
for ARM EABIhf. But since this defconfig is named linaro-arm, it really
should test the Linaro ARM toolchain, so it makes sense to have this
explicit option.

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



More information about the buildroot mailing list