From 1747c90f6d60176bf21a45516c8f2cc0ef6f3353 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 27 Dec 2022 23:35:10 -0800 Subject: [PATCH] pcsc-lite: Disable textrel QA check Signed-off-by: Khem Raj --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index f159a5b..749fd76 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -65,6 +65,8 @@ INSANE_SKIP:append:pn-minio:riscv64 = " 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" +# ERROR: QA Issue: pcsc-lite: ELF binary /usr/sbin/pcscd has relocations in .text [textrel] +INSANE_SKIP:append:pn-pcsc-lite:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel"