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

Vincent Olivert Riera Vincent.Riera at imgtec.com
Thu Jan 15 14:58:10 UTC 2015


Hello Thomas,

yes, I will send an updated patch. Thanks.

Best regards,
--
Vicente Olivert Riera
Graduate Software Engineer, MIPS Platforms
Imagination Technologies Limited
t: +44 (0)113 2429814
www.imgtec.com
________________________________________
From: Thomas Petazzoni [thomas.petazzoni at free-electrons.com]
Sent: 15 January 2015 11:24
To: Vincent Olivert Riera
Cc: buildroot at buildroot.org
Subject: Re: [Buildroot] [PATCH] autobuild-run: do not build python using a non-working toolchain

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