]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysprof: disable build for aarch64
authorJoe Slater <jslater@windriver.com>
Thu, 18 Dec 2014 08:51:05 +0000 (16:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Dec 2014 10:53:55 +0000 (10:53 +0000)
Add COMPATIBLE_HOST to the recipe and prohibit
building for aarch64 and aarch64_be.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/sysprof/sysprof_git.bb

index ef1e270883ec208e65cb852a8ff5f03dcd41b7d3..cfc814ff32f6778563ac8994cafcb03c48530327 100644 (file)
@@ -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).*"
+