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>
This commit is contained in:
parent
13f554f530
commit
920d2adfaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user