From: Norbert Lange <nolange79@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] tcf-agent: disable package for powerpc64
Date: Mon, 8 Jan 2018 14:40:45 +0100 [thread overview]
Message-ID: <20180108134045.12578-1-nolange79@gmail.com> (raw)
Fails to build, disable powerpc64 until upstream fixed it
Fixes:
http://autobuild.buildroot.net/results/5088f6efd44ce9b081c2c7825a7005a9cb60799d
Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
package/tcf-agent/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/tcf-agent/Config.in b/package/tcf-agent/Config.in
index d2a05d0974..8932157d86 100644
--- a/package/tcf-agent/Config.in
+++ b/package/tcf-agent/Config.in
@@ -28,8 +28,8 @@ config BR2_PACKAGE_TCF_AGENT_ARCH
default "i386" if BR2_i386 && !BR2_ARCH="i686"
default "x86_64" if BR2_x86_64
default "powerpc" if BR2_powerpc || BR2_powerpcle
- default "ppc64" if BR2_powerpc64 || BR2_powerpc64le
# fails to build currently
+# default "ppc64" if BR2_powerpc64 || BR2_powerpc64le
# default "microblaze" if BR2_microblaze || BR2_microblazeel
config BR2_PACKAGE_TCF_AGENT_ARCH_SUPPORTS
--
2.15.1
next reply other threads:[~2018-01-08 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-08 13:40 Norbert Lange [this message]
2018-01-08 19:59 ` [Buildroot] [PATCH 1/1] tcf-agent: disable package for powerpc64 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=20180108134045.12578-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox