From: Norbert Lange <nolange79@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] tcf-agent: disable package for microblaze
Date: Fri, 5 Jan 2018 22:50:17 +0100 [thread overview]
Message-ID: <20180105215017.5537-1-nolange79@gmail.com> (raw)
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
next reply other threads:[~2018-01-05 21:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-05 21:50 Norbert Lange [this message]
2018-01-06 14:07 ` [Buildroot] [PATCH 1/1] tcf-agent: disable package for microblaze Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180105215017.5537-1-nolange79@gmail.com \
--to=nolange79@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.