[oe-commits] Joe Slater : sysprof: disable build for aarch64

git at git.openembedded.org git at git.openembedded.org
Tue Dec 23 10:18:49 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 69eff591cc13d22c61679fbda9bc768561114eef
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=69eff591cc13d22c61679fbda9bc768561114eef

Author: Joe Slater <jslater at windriver.com>
Date:   Thu Dec 18 16:51:05 2014 +0800

sysprof: disable build for aarch64

Add COMPATIBLE_HOST to the recipe and prohibit
building for aarch64 and aarch64_be.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/sysprof/sysprof_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index ef1e270..cfc814f 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -18,3 +18,8 @@ SRC_URI_append_mips64 = " file://rmb-mips.patch"
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
+
+# We do not yet work for aarch64.
+#
+COMPATIBLE_HOST = "^(?!aarch64).*"
+



More information about the Openembedded-commits mailing list