[Buildroot] [PATCH v4 1/1] tcfagent: new package
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Wed Jan 3 22:26:17 UTC 2018
Hello,
On Tue, 2 Jan 2018 18:39:25 +0100, Norbert Lange wrote:
> +config BR2_PACKAGE_TCFAGENT_ARCH
> + string
> + default "arm" if BR2_arm || BR2_armeb
> + default "a64" if BR2_aarch64 || BR2_aarch64_be
> + default "i686" if BR2_i386 && BR2_ARCH="i686"
> + default "i386" if BR2_i386
> + default "x86_64" if BR2_x86_64
> + default "powerpc" if BR2_powerpc || BR2_powerpcle
> + default "ppc64" if BR2_powerpc64 || BR2_powerpc64le
> + default "microblaze" if BR2_microblaze || BR2_microblazeel
This package fails to build on Microblaze:
http://autobuild.buildroot.net/?reason=tcf-agent-1.6.0
Seems like the Microblaze port is not complete. Perhaps we should
simply disable it, and you could report the issue to the upstream
developers ?
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
More information about the buildroot
mailing list