* [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option
@ 2018-01-09 22:54 Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: linaro-aarch64: " Romain Naour
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Romain Naour @ 2018-01-09 22:54 UTC (permalink / raw)
To: buildroot
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@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
--
2.14.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] support/config-fragments: linaro-aarch64: remove default option
2018-01-09 22:54 [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Romain Naour
@ 2018-01-09 22:54 ` Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option Romain Naour
2018-01-12 21:25 ` [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Thomas Petazzoni
2 siblings, 0 replies; 5+ messages in thread
From: Romain Naour @ 2018-01-09 22:54 UTC (permalink / raw)
To: buildroot
Remove BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64 which is used by
default when a aarch64 CPU is used.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
support/config-fragments/autobuild/linaro-aarch64.config | 1 -
1 file changed, 1 deletion(-)
diff --git a/support/config-fragments/autobuild/linaro-aarch64.config b/support/config-fragments/autobuild/linaro-aarch64.config
index f65f78a39b..bb466f384b 100644
--- a/support/config-fragments/autobuild/linaro-aarch64.config
+++ b/support/config-fragments/autobuild/linaro-aarch64.config
@@ -1,3 +1,2 @@
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64=y
--
2.14.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option
2018-01-09 22:54 [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: linaro-aarch64: " Romain Naour
@ 2018-01-09 22:54 ` Romain Naour
2018-01-12 21:26 ` Thomas Petazzoni
2018-01-12 21:25 ` [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Thomas Petazzoni
2 siblings, 1 reply; 5+ messages in thread
From: Romain Naour @ 2018-01-09 22:54 UTC (permalink / raw)
To: buildroot
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 has been removed with the commit [1].
Since this option is still in br-powerpc-internal-full config-fragment,
the powerpc configuration is droped by autobuild-run script:
WARN: toolchain can't be used
Missing: BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
[Sat, 06 Jan 2018 03:03:43] WARN: failed to generate configuration
[1] 4bcacfd2c05f45171c011d4af7731c6f848819a4
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
support/config-fragments/autobuild/br-powerpc-internal-full.config | 1 -
1 file changed, 1 deletion(-)
diff --git a/support/config-fragments/autobuild/br-powerpc-internal-full.config b/support/config-fragments/autobuild/br-powerpc-internal-full.config
index 2621e9fb41..61b3e7a966 100644
--- a/support/config-fragments/autobuild/br-powerpc-internal-full.config
+++ b/support/config-fragments/autobuild/br-powerpc-internal-full.config
@@ -1,5 +1,4 @@
BR2_powerpc=y
-BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
--
2.14.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option
2018-01-09 22:54 [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: linaro-aarch64: " Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option Romain Naour
@ 2018-01-12 21:25 ` Thomas Petazzoni
2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-01-12 21:25 UTC (permalink / raw)
To: buildroot
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@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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option Romain Naour
@ 2018-01-12 21:26 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-01-12 21:26 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 9 Jan 2018 23:54:07 +0100, Romain Naour wrote:
> BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 has been removed with the commit [1].
>
> Since this option is still in br-powerpc-internal-full config-fragment,
> the powerpc configuration is droped by autobuild-run script:
>
> WARN: toolchain can't be used
> Missing: BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
> [Sat, 06 Jan 2018 03:03:43] WARN: failed to generate configuration
>
> [1] 4bcacfd2c05f45171c011d4af7731c6f848819a4
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> support/config-fragments/autobuild/br-powerpc-internal-full.config | 1 -
> 1 file changed, 1 deletion(-)
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] 5+ messages in thread
end of thread, other threads:[~2018-01-12 21:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 22:54 [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: linaro-aarch64: " Romain Naour
2018-01-09 22:54 ` [Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option Romain Naour
2018-01-12 21:26 ` Thomas Petazzoni
2018-01-12 21:25 ` [Buildroot] [PATCH] support/config-fragments: linaro-arm: remove default option Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox