From 7deee0ded57002cc504e4488741a6cbbfa36daba Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 4 Mar 2022 23:49:43 -0800 Subject: [PATCH] jemalloc: Ignore textrels on rv32 as well ptests end up with textrels Signed-off-by: Khem Raj --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index ebb3a9b..1827bcd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -80,6 +80,7 @@ INSANE_SKIP:append:pn-cmocka:riscv32 = " textrel" # Only seen when build with gcc INSANE_SKIP:append:pn-util-linux:riscv32 = " textrel" INSANE_SKIP:append:pn-apitrace:riscv32 = " textrel" +INSANE_SKIP:append:pn-jemalloc:toolchain-clang:riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST:pn-openh264:riscv32 = "null"