diff options
author | Norbert Lange <nolange79@gmail.com> | 2018-01-05 22:50:17 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-06 15:06:29 +0100 |
commit | 920d2adfaa531f1058f86db15a7224177953805e (patch) | |
tree | 02e6a1595d2bbc0efe9310e3d3c02f2b1b83feb5 | |
parent | 13f554f530b371137eb39dd07b07ebefad1d5a73 (diff) | |
download | buildroot-920d2adfaa531f1058f86db15a7224177953805e.tar.gz buildroot-920d2adfaa531f1058f86db15a7224177953805e.zip |
tcf-agent: disable package for microblaze
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>
-rw-r--r-- | package/tcf-agent/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/tcf-agent/Config.in b/package/tcf-agent/Config.in index 50e58642b0..d2a05d0974 100644 --- a/package/tcf-agent/Config.in +++ b/package/tcf-agent/Config.in @@ -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 |