From 712df4714e89e163554b4d7dc1c1aaf123e99b59 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Apr 2020 11:49:17 -0700 Subject: gperftools: Do not build on riscv Its not yet ported to work on RISCV Signed-off-by: Khem Raj --- meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb index e15133c1b9..b7b7839313 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb @@ -20,6 +20,8 @@ S = "${WORKDIR}/git" # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 # Segmentation fault (core dumped) COMPATIBLE_HOST_mipsarch = "null" +COMPATIBLE_HOST_riscv64 = "null" +COMPATIBLE_HOST_riscv32 = "null" # Disable thumb1 # {standard input}: Assembler messages: -- cgit 1.2.3-korg