From 809ed4e6425237f9ca5201790a6d1c976d0ea578 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 7 Sep 2022 15:09:29 -0700 Subject: [PATCH] vulkan-cts: Skip textrel QA check Signed-off-by: Khem Raj --- conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 2ee748e..637a3ba 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -63,6 +63,8 @@ INSANE_SKIP:append:pn-libcereal:riscv64 = " textrel" INSANE_SKIP:append:pn-minio:riscv64 = " textrel" # QA Issue: libnl-ptest: ELF binary /usr/lib/libnl/ptest/check-all has relocations in .text [textrel] INSANE_SKIP:append:pn-libnl:riscv64 = " textrel" +# ELF binary /usr/lib/vulkan-cts/deqp-vksc has relocations in .text [textrel] +INSANE_SKIP:append:pn-vulkan-cts:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel" @@ -97,6 +99,8 @@ INSANE_SKIP:append:pn-libcereal:riscv32 = " textrel" INSANE_SKIP:append:pn-minio:riscv32 = " textrel" # QA Issue: libnl-ptest: ELF binary /usr/lib/libnl/ptest/check-all has relocations in .text [textrel] INSANE_SKIP:append:pn-libnl:riscv32 = " textrel" +# ELF binary /usr/lib/vulkan-cts/deqp-vksc has relocations in .text [textrel] +INSANE_SKIP:append:pn-vulkan-cts:riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST:pn-openh264:riscv32 = "null"