From: Joe Slater Date: Thu, 18 Dec 2014 08:51:05 +0000 (+0800) Subject: sysprof: disable build for aarch64 X-Git-Tag: 2015-4~931 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=69eff591cc13d22c61679fbda9bc768561114eef;p=openembedded-core.git sysprof: disable build for aarch64 Add COMPATIBLE_HOST to the recipe and prohibit building for aarch64 and aarch64_be. Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index ef1e270883..cfc814ff32 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).*" +