[Buildroot] [PATCH] autobuild-run: remove unnecessary exceptions

Vicente Olivert Riera Vincent.Riera at imgtec.com
Mon Dec 8 15:34:21 UTC 2014


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 at 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



More information about the buildroot mailing list