[Buildroot] [PATCH] autobuild-run: do not build python using a non-working toolchain

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jan 15 11:24:26 UTC 2015


Dear Vicente Olivert Riera,

On Thu, 15 Jan 2015 11:57:27 +0100, Vicente Olivert Riera wrote:

> +    # This MIPS uClibc toolchain fails to build the python package
> +    if 'BR2_PACKAGE_PYTHON=y\n' in configlines and \
> +       'BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mipsel-o32-full-2014.11.tar.bz2"\n' in configlines:

No, this is not good: we don't want to disable Python completely for
this toolchain. We want to disable it only for BR2_STATIC_LIBS=y
builds, because that's the only situation that's causing this problem.

Can you resend an updated patch?

Thanks,

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



More information about the buildroot mailing list