Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] autobuild-run: remove unnecessary exceptions
@ 2014-12-08 15:34 Vicente Olivert Riera
  2014-12-08 17:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2014-12-08 15:34 UTC (permalink / raw)
  To: buildroot

br-mipsel-o32-full toolchain has been upgraded from 2014.08 to 2014.11
and the build failures we had have been now fixed, so we don't need to
these exceptions anymore.

Related:
  http://lists.busybox.net/pipermail/buildroot/2014-December/114527.html

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 scripts/autobuild-run |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 993c578..4d9ef90 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -294,14 +294,6 @@ def fixup_config(instance, sysinfo):
     if 'BR2_PACKAGE_GDB=y\n' in configlines and \
        'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/mipsel-ctng-linux-uclibc.tar.xz"\n' in configlines:
         return False
-    # This MIPS uClibc toolchain fails to build the conntrack-tools package
-    if 'BR2_PACKAGE_CONNTRACK_TOOLS=y\n' in configlines and \
-       'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mipsel-o32-full-2014.08.tar.bz2"\n' in configlines:
-        return False
-    # This MIPS uClibc toolchain fails to build the rt-tests package
-    if 'BR2_PACKAGE_RT_TESTS=y\n' in configlines and \
-       'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mipsel-o32-full-2014.08.tar.bz2"\n' in configlines:
-        return False
     # This MIPS uClibc toolchain fails to build the rt-tests package
     if 'BR2_PACKAGE_RT_TESTS=y\n' in configlines and \
        'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/mipsel-ctng-linux-uclibc.tar.xz"\n' in configlines:
-- 
1.7.1

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

end of thread, other threads:[~2014-12-08 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-08 15:34 [Buildroot] [PATCH] autobuild-run: remove unnecessary exceptions Vicente Olivert Riera
2014-12-08 17:58 ` Thomas Petazzoni

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