[Buildroot] [PATCH] autobuild-run: do not build cdrkit using an incompatible toolchain

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 15 20:50:01 UTC 2015


Dear Vicente Olivert Riera,

On Sun, 15 Feb 2015 13:35:32 +0000, Vicente Olivert Riera wrote:

> +    # This MIPS uClibc toolchain fails to build the cdrkit package
> +    if 'BR2_PACKAGE_CDRKIT=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

So again this needs a test on BR2_STATIC_LIBS=y, otherwise you will
never be building cdrkit anymore with this toolchain, even in shared
library builds.

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


More information about the buildroot mailing list