sysprof: disable build for aarch64

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

(From OE-Core rev: 69eff591cc13d22c61679fbda9bc768561114eef)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joe Slater 2014-12-18 16:51:05 +08:00 committed by Richard Purdie
parent fbfabde9d5
commit 1ce4f04bb9
1 changed files with 5 additions and 0 deletions

View 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).*"