tcf-agent: disable package for microblaze
authorNorbert Lange <nolange79@gmail.com>
Fri, 5 Jan 2018 21:50:17 +0000 (22:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 6 Jan 2018 14:06:29 +0000 (15:06 +0100)
For now, tcf-agent fails to build on microblaze. Disable microblaze
until upstream is fixed.

Fixes:

  http://autobuild.buildroot.net/results/72554c9c70c1a068e4ed6612e65ea294e678bb0c/

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tcf-agent/Config.in

index 50e58642b0ac4fd08205a5b1e33fe7d2e55d076b..d2a05d09748f60470c7eb7a9c573f946e51fb660 100644 (file)
@@ -29,7 +29,8 @@ config BR2_PACKAGE_TCF_AGENT_ARCH
        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
+#      fails to build currently
+#      default "microblaze" if BR2_microblaze || BR2_microblazeel
 
 config BR2_PACKAGE_TCF_AGENT_ARCH_SUPPORTS
        bool