* [Buildroot] [PATCH 1/1] tcf-agent: disable package for microblaze
@ 2018-01-05 21:50 Norbert Lange
2018-01-06 14:07 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Norbert Lange @ 2018-01-05 21:50 UTC (permalink / raw)
To: buildroot
for now, tcf-agent fails to build on microblaze.
Disable microblaze until upstream is fixed.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
package/tcf-agent/Config.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
--
2.15.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] tcf-agent: disable package for microblaze
2018-01-05 21:50 [Buildroot] [PATCH 1/1] tcf-agent: disable package for microblaze Norbert Lange
@ 2018-01-06 14:07 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-01-06 14:07 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 5 Jan 2018 22:50:17 +0100, Norbert Lange wrote:
> for now, tcf-agent fails to build on microblaze.
> Disable microblaze until upstream is fixed.
>
> Signed-off-by: Norbert Lange <nolange79@gmail.com>
> ---
> package/tcf-agent/Config.in | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
I've added a reference to an autobuilder failure that this patch is
fixing, and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-06 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 21:50 [Buildroot] [PATCH 1/1] tcf-agent: disable package for microblaze Norbert Lange
2018-01-06 14:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox