diff mbox series

support/config-fragments: br-powerpc-internal-full: remove old option

Message ID 20180109225407.24501-3-romain.naour@gmail.com
State Accepted
Headers show
Series support/config-fragments: br-powerpc-internal-full: remove old option | expand

Commit Message

Romain Naour Jan. 9, 2018, 10:54 p.m. UTC
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(-)

Comments

Thomas Petazzoni Jan. 12, 2018, 9:26 p.m. UTC | #1
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
diff mbox series

Patch

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