mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 07:44:59 +00:00
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:
parent
fbfabde9d5
commit
1ce4f04bb9
@ -18,3 +18,8 @@ SRC_URI_append_mips64 = " file://rmb-mips.patch"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
# We do not yet work for aarch64.
|
||||||
|
#
|
||||||
|
COMPATIBLE_HOST = "^(?!aarch64).*"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user